Update 2025-01-03 (v12.0) - HTTP State triggers!
RahiTuber » Devlog
Hi everyone!
Version 12 brings an exciting new feature: States can now be triggered by HTTP messages!
What does this mean?
It means you can integrate RahiTuber with your streaming bots and automated scripts much easier. Here's how it works:
- Enable the option in the Advanced menu:
- In your automation software, set up a web request with the following format:
http://localhost:8000/state?[0,0]
The tooltip has a reminder of the required format for the web request.- Here's an example in MixItUp:
- Here's an example in MixItUp:
- Choose the state you want to trigger - These are counted from top to bottom, starting from 0.
I'm picking the 5th state, which is at index 4. - Edit the two numbers in the query to match your intended action. For my example, the first number is 4.
- To activate the state, set the second number to 1 (Think of this as "pressing" the hotkey).
- To deactivate the state, set the second number to 0 (Only relevant for the "while held" type. Think of this as "releasing" the hotkey).
- So, to enable my state, the full request is http://localhost:8000/state?[4,1]
Additional changes:
- Better logging for loading, and fixing some issues with the loading process
- As part of that, the option to disable checking for updates now works (oops)
Files
rahituber-win.zip 15 MB
Version 12.0 2 days ago
rahituber-linux-beta-x64.zip 2.5 MB
Version 12.0 2 days ago
Get RahiTuber
Download NowName your own price
RahiTuber
A lightweight yet highly customisable pngtuber app
Status | In development |
Category | Tool |
Author | rahisaurus |
Tags | avatar, giftuber, pngtuber, Streaming, toontuber, vtuber |
Languages | English |
More posts
- Bugfix 2024-12-13 (v11.53)22 days ago
- Update 2024-11-25 (v11.52)40 days ago
- Update 2024-11-11 (v11.5) - More customisability!54 days ago
- Linux x64 beta69 days ago
- Update 2024-10-2274 days ago
- Update 2024-10-1482 days ago
- Update 2024-10-0987 days ago
- Bugfix 2023-10-0492 days ago
- Update 2024-09-2799 days ago
Comments
Log in with itch.io to leave a comment.
Works perfectly for me on Linux so far! Thanks so much for implementing this!
glad to hear! :D
wow, this is pretty neat!
This is awesome!!! I also noticed the new "Name windows separately" option and I love it! (I was previously copying and renaming RahiTuber to do this lol).
Keep up the good work! ❤
Just a QoL suggestion: Can we get the states index numbers next to their names? (Something like "▶ [7] StateName")
Good idea, I'll do that. Thanks for the feedback!