How to make the LioranBoard 1 Premade Buttons in SAMMI

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ต.ค. 2024

ความคิดเห็น • 15

  • @wolbee
    @wolbee  2 ปีที่แล้ว

    I've been told that having a variable inside the Delete Variable command doesn't always work, so if you're in that situation, either:
    Remove the /$buttonID$/ from the Delete Variable command, OR
    Turn off the Delete Variable command using the tickbox on the right side of the command, save, then right-click the button, click Edit Settings, then turn off Local Variable Persist.
    Click save, then save again back to the main window, and it should now work.

  • @picburg-games
    @picburg-games 11 หลายเดือนก่อน

    Thank you for your work!

  • @MiaussyOro
    @MiaussyOro ปีที่แล้ว

    Thank you so much for your video! i've been struggling with a change scene error for days and I was able to fix it with your help ;n;

    • @wolbee
      @wolbee  ปีที่แล้ว

      🥳

  • @Cyb3rTechGuy
    @Cyb3rTechGuy 2 ปีที่แล้ว

    Great Video. I've read through the documentation. But seeing it in visual form helps put it all together.

    • @wolbee
      @wolbee  2 ปีที่แล้ว +1

      Thank you 🙂 yeah, some people can learn from reading about it, some need to do it, and others need to see it 🙂

  • @michaelstarr1431
    @michaelstarr1431 2 ปีที่แล้ว

    Awesome tutorial, I can't wait to use all of these!!

  • @DerEichler
    @DerEichler 11 หลายเดือนก่อน

    The Recording and Streaming Status sadly doesnt seem to work anymore, because OBS switched to OBSws5. So do you have any hints on how to get it running again? I always get a "Error 501" when executing the button

    • @wolbee
      @wolbee  11 หลายเดือนก่อน

      Oh, yeah, ws5 is a thing... Thank you for this - I'll add a link to this comment in the video description :)
      For WS5 only: instead of Fetch OBS Data, add a Send OBS Request command, then click the dropdown arrow to the right of the big box for the JSON to go in - from there, select Stream Requests, then GetStreamStatus (or Record Requests > GetRecordStatus). After that, change the Fetch Value to responseData.outputActive - everything else should work again.
      Same for Pause/Resume Recording, but this time the Fetch Value is responseData.outputPaused

  • @CrowsunGG
    @CrowsunGG ปีที่แล้ว

    The Fade Out in Stop Button is hidden or can't be done anymore?

    • @wolbee
      @wolbee  ปีที่แล้ว

      I'm not sure what you mean, but this video is now over a year old, and a lot has changed since it was released... could you give me a timestamp to the button/command in question, and some more details?

  • @Darkqualza
    @Darkqualza 5 หลายเดือนก่อน

    Hi there! using Lioranboard2 here! (not too diff from Lioranboard, just better UI and few more options)
    Regarding then Toggling a source on/off:
    Been trying to get this command to work to toggle a camera source off and on (when a channel point button is redeemed in chat). So far it has not had a reaction to said cam source. Any clue how to fix this? I followed your video instructions to the T. (Except, naming the fetch value as "hide", & Save Value As "isHidden". Also, naming the buttonID as "CamToggle" instead)
    However, if I use "Source Change Visibility" command alone, it will turn off that source the moment I redeemed the channel point button. But cannot be used as a toggle on/off. Only if I set it on a timer to return source to visible again with the same command under it.
    Do you know a way I can get this to just be a toggle off/on source (in that order)?

    • @wolbee
      @wolbee  5 หลายเดือนก่อน +1

      This was made in LioranBoard 2 - LB1 had a premade deck that didn't get included in LB2, so I decided to remake it.
      So this video is actually quite outdated - the OBS Request is for websocket 4, and OBS 28+ now comes with websocket 5 installed, so that could be why it's not getting the visibility correctly.
      Also, this was made in LioranBoard 2, and since then, SAMMI has been released and is miles better - updates, QoL improvements, and hasn't been abandoned by the developer! As such, I haven't used LB2 since SAMMI was released, so what will work in SAMMI might not work for LB2. I would recommend updating to SAMMI (all your decks should transfer over), and then you can use either the OBS Pull Source Value command, or the templates for the ws5 requests to get the visibility of the source.
      There's also a Source Toggle Visibility command, which simplifies this button, but I dislike the command so don't use it.
      Let me know how you want to proceed, and I'll see how I can help 🙂

    • @Darkqualza
      @Darkqualza 5 หลายเดือนก่อน

      @@wolbee I was not aware that LB2 was abandoned? That is sad to hear... I will have to research into SAMMI before I begin setting that up. But it seems that will likely be the case, all considering.
      Have you made a video for SAMMI regarding a source toggle combined w/ a trigger linked to a twitch channel point reward use? Or have a screenshot of how to make that work posted somewhere else?

    • @wolbee
      @wolbee  5 หลายเดือนก่อน +1

      @@Darkqualza Yeah, the last update to LB2 was over 2 years ago.
      I don't have a screenshot, but it should be as simple as having a Channel Point Redeem trigger and a Source Toggle Visibility command.
      If you want to use Source Change Visibility instead, you'd use OBS Pull Source Value to pull the current visibility, then an IF statement that says "if currently visible, make not visible, else, make visible"