Running into an issue where it's pulling up a "button ID doesn't exist" error whenever it tries to trigger anything beyond my 25th button. I've double and triple-checked my numbers. Is this just a limitation of Lioranboard or is there something I'm missing?
Why thank you! But actually this video is a bit outdated, this method still works, but stacks are a better way to do random in most scenarios. Check that video instead, if you haven't.
@@Neverwho I was just looking for ANY method to do a random pick, I was trying to make a Play Random SFX button and this method worked for me, so thank you anyway. But of course I'll check out your other videos, I'm always open to new tips, tricks and ideas! Keep it up, you're great!
@@Neverwho Actually, I do...! Is there a variable where I can pull the username of the user that triggers a command? Like, have a user change a scene from the chat and have a message display reading "*user* changed the scene". Or "*user* said this and that". Or "Shoutout at *user*" etc
@Niphrentil yep, there is: math: trigger pull command. Also, there is commands.html file in your LioranBoard folder. There you can find all the info about all the available commands :) In your case you should do Math: trigger pull, Value name - just a variable to save what's been pulled to, so name it however you want (let's say it's gonna be redeemer_name), pull value should be 0 for redeemer name (for channel point redeems), then you just do Text GDI+ Change Text Shoutout at /$redeemer_name$/. /$redeemer_name$/ will be replaced with the name of a user, who redeemed the points.
Hi, ty for this tutorial, all works fine,but is there any form for the memes dont come all at the same time, like the min 17:22 ? Thx again for your work and help
I was trying to figure out what was wrong with my "redo if" command. First I realized I used the wrong one, then I realized that the "redo previous" both the Value and Variable are the same. So you can only redo previous as Variable vs Value, which btw doesn't work in either direction. I can only get a Redo If to work if they are both variables. Also trying to get those variables to write out every second. Regardless of how I'm doing it, it just waits then writes the result rather than showing it adding up. It seems to be working properly, but even if I delay when the program checks for the variables, the end result is always the same. I'm adding 50 to a variable of 0 until it hits 500. I only see 100 then 500. Midway and at the end of the delay, regardless of how much delay I add to checking whether or not the variables are equal to the 500 value I am aiming for. If I delay 5 seconds, it takes 2.5 seconds to display 100 and another 2.5 seconds to display 500. If it's 100ms, it takes 50ms to display 100 and another 50ms to display 500. This is ONLY delaying the checks. Almost doesn't matter the delay elsewhere as long as it's lower than those. Having the repeat delay to 10 seconds, it still somehow executes 9 repeats in 10 seconds even though it's delayed for 10 seconds.
Pretty sure I can figure it out, since it seems like it's possible, I should be able to use this to automatically repeat these steps forever right? Like I do the same situation, but at the end of the argument, it delays to try again regardless if it succeeded. I have an idea of adding in information randomly/in order etc and constantly show information. Also, is it possible to pull pictures or whatever from somewhere other than the buttons? I'm sure I can, but this is pretty new to me and I'm not exactly super literate with programming. Took me a minute to understand what was going on, then I realized its just simple programming.
You're welcome, man :) But actually I need to make a new video, as upcoming LioranBoard version will have a simplier way of implementing "random". Though this way will still work :)
Great video! Really informative! I'm looking at maybe a bit redeem for a random voice changer. I have buttons set up for each voice changer and I want the bit trigger to select one of them at random. Would it be similar steps to your random meme?
When I try to open the sound file it's not showing. I tried converting into both WAV and MP3 it's just not showing. In fact virtually no files are showing as being acceptable. What am I doing wrong?
@@Neverwho ....and it doesn't work because I'm dumb. Followed all your instructions and nothing happens when I press the button. I don't even get an option that says "example board." I have to go to an option on the main page that says "New Deck 7."
Well, example deck is the deck that I made specifically for YT videos, so your deck gonna be different. And if you are trying to press the button in the same Window where you edit it (like resize, move, add commands etc.), it's not gonna work. You need to go to your LioranBoard Folder, then to LioranBoard Stream Deck (PC) Folder, and run StreamDeck.exe from there. Then you'll be able to actually press a button. Besides, there is easier way to do random - check ep. 2 of this tutorial series about stacks.
Neverwho sounds good. Thanks and sorry if my request is a little confusing, I’m new to the whole lioranboard thing. Just learned how to set up where people can punch me lol took me foreverrrrr
Nah, I've been requested to do that on my stream, so it's not confusing at all, no worries. Lemme know what was the most confusing and hard to understand thing when you were setting up that "punch me in the face" button. Need to understand what actually confuses people the most in LB. I feel like a lot of people don't really get what Comapre commands do and how they work, but still need a bit more of feedback on what you guys want to understand better.
Neverwho I didn’t know I had to add basically the same command twice and have one true and false. Idk it was pretty confusing but I got it. So the true/false was confusing for me. And then to do that voice changer stuff, which command would it be? I get the triggers/redeems/subs/etc but the commands can be confusing
Running into an issue where it's pulling up a "button ID doesn't exist" error whenever it tries to trigger anything beyond my 25th button. I've double and triple-checked my numbers. Is this just a limitation of Lioranboard or is there something I'm missing?
I was looking for some documentation of how a "random" Command would work, found your channel instead!! Thanks a ton for your tutorial, it's awesome!
Why thank you! But actually this video is a bit outdated, this method still works, but stacks are a better way to do random in most scenarios. Check that video instead, if you haven't.
@@Neverwho I was just looking for ANY method to do a random pick, I was trying to make a Play Random SFX button and this method worked for me, so thank you anyway. But of course I'll check out your other videos, I'm always open to new tips, tricks and ideas! Keep it up, you're great!
Thank you once again. Btw, if you have any specific requests of questions or want anything explained, let me know.
@@Neverwho Actually, I do...! Is there a variable where I can pull the username of the user that triggers a command? Like, have a user change a scene from the chat and have a message display reading "*user* changed the scene". Or "*user* said this and that". Or "Shoutout at *user*" etc
@Niphrentil yep, there is: math: trigger pull command. Also, there is commands.html file in your LioranBoard folder. There you can find all the info about all the available commands :) In your case you should do Math: trigger pull, Value name - just a variable to save what's been pulled to, so name it however you want (let's say it's gonna be redeemer_name), pull value should be 0 for redeemer name (for channel point redeems), then you just do Text GDI+ Change Text Shoutout at /$redeemer_name$/. /$redeemer_name$/ will be replaced with the name of a user, who redeemed the points.
Thanks man! I was just searching for it!
This tutorial saved me hours of hair pulling, I used it for face filters, but exact same process. Thanks so much!
Thank you for this! I have no idea how variable works, but I really wanted a thing to have a chance to trigger.
Thank you. Hope you make more of these examples.
Glad to help! Will be doing more videos soon, just a busy week >_
Thank you Neverwho, you have such a relaxing voice and the way you explain things are awesome😊
Why thank you sir!
Hi, ty for this tutorial, all works fine,but is there any form for the memes dont come all at the same time, like the min 17:22 ? Thx again for your work and help
This is really helpful thank you!
THANK YOU!!!!!!!!
i logged into my youtube account only to like your video. THANKS A LOT :D
Great tut! Thanks!
Un tutorial tan bueno que hasta yo que no hablo tu idioma lo entendí a la perfección! Like & Subscribe!
ok honestly this is amazing. thank you so much
Thank you for your help
WOW! This is amazing!
Thank you sir!
great video bro... this helped me alot
Thanks a lot
Does this program work for RUclips live? Trying to find a program that integrates chat commands from RUclips
I was trying to figure out what was wrong with my "redo if" command. First I realized I used the wrong one, then I realized that the "redo previous" both the Value and Variable are the same. So you can only redo previous as Variable vs Value, which btw doesn't work in either direction. I can only get a Redo If to work if they are both variables. Also trying to get those variables to write out every second. Regardless of how I'm doing it, it just waits then writes the result rather than showing it adding up.
It seems to be working properly, but even if I delay when the program checks for the variables, the end result is always the same. I'm adding 50 to a variable of 0 until it hits 500. I only see 100 then 500. Midway and at the end of the delay, regardless of how much delay I add to checking whether or not the variables are equal to the 500 value I am aiming for. If I delay 5 seconds, it takes 2.5 seconds to display 100 and another 2.5 seconds to display 500. If it's 100ms, it takes 50ms to display 100 and another 50ms to display 500. This is ONLY delaying the checks. Almost doesn't matter the delay elsewhere as long as it's lower than those.
Having the repeat delay to 10 seconds, it still somehow executes 9 repeats in 10 seconds even though it's delayed for 10 seconds.
Pretty sure I can figure it out, since it seems like it's possible, I should be able to use this to automatically repeat these steps forever right? Like I do the same situation, but at the end of the argument, it delays to try again regardless if it succeeded. I have an idea of adding in information randomly/in order etc and constantly show information. Also, is it possible to pull pictures or whatever from somewhere other than the buttons? I'm sure I can, but this is pretty new to me and I'm not exactly super literate with programming. Took me a minute to understand what was going on, then I realized its just simple programming.
🙌🏼👨🏻🔥 thank you! Great Help!
You're welcome, man :) But actually I need to make a new video, as upcoming LioranBoard version will have a simplier way of implementing "random". Though this way will still work :)
Hi, does anyone know if LioranBoard is or will be compatible with trovo loyality points or with Trovo globally? thx for answer
Great video! Really informative! I'm looking at maybe a bit redeem for a random voice changer. I have buttons set up for each voice changer and I want the bit trigger to select one of them at random. Would it be similar steps to your random meme?
Ignore the above :) just found the stacks episode which I think explains everything I need!
Hey there! Glad to help :) and stacks are the way to go with anything involving random.
When I try to open the sound file it's not showing. I tried converting into both WAV and MP3 it's just not showing. In fact virtually no files are showing as being acceptable. What am I doing wrong?
If you are talking about adding sound to button in LioranBoard, it only accepts .ogg files.
@@Neverwho Yes that was my issue thank you very much! Great video I really appreciate your helpful explanations.
@@Neverwho ....and it doesn't work because I'm dumb. Followed all your instructions and nothing happens when I press the button. I don't even get an option that says "example board." I have to go to an option on the main page that says "New Deck 7."
Well, example deck is the deck that I made specifically for YT videos, so your deck gonna be different. And if you are trying to press the button in the same Window where you edit it (like resize, move, add commands etc.), it's not gonna work. You need to go to your LioranBoard Folder, then to LioranBoard Stream Deck (PC) Folder, and run StreamDeck.exe from there. Then you'll be able to actually press a button. Besides, there is easier way to do random - check ep. 2 of this tutorial series about stacks.
@@Neverwho I don't know how to contact you here but would would you be willing to help me get this alert working if I paid for your time?
You should make a tutorial about how to add the god voice. Like if someone redeems points, my voice turns god mode.
Okay! Request acknowledged. Will probably make video on that on the weekend.
Neverwho sounds good. Thanks and sorry if my request is a little confusing, I’m new to the whole lioranboard thing. Just learned how to set up where people can punch me lol took me foreverrrrr
Nah, I've been requested to do that on my stream, so it's not confusing at all, no worries.
Lemme know what was the most confusing and hard to understand thing when you were setting up that "punch me in the face" button. Need to understand what actually confuses people the most in LB. I feel like a lot of people don't really get what Comapre commands do and how they work, but still need a bit more of feedback on what you guys want to understand better.
Neverwho I didn’t know I had to add basically the same command twice and have one true and false. Idk it was pretty confusing but I got it. So the true/false was confusing for me. And then to do that voice changer stuff, which command would it be? I get the triggers/redeems/subs/etc but the commands can be confusing
Like “source change visibility” and “motion: position” all that stuff