Helpful Streamer.bot actions and commands for streaming Ragnarock.
- Websocket capabilities are supported up to Jonathan Young RAID.
- Intended to be used with Streamer.bot 0.2.3 or later on Windows platform.
Before any of the features can be used, some prerequisite steps need to be done.
-
Copy the contents of
dllsfolder from this repository into thedllsfolder in your Streamer.bot folder.
-
Open
%LocalAppData%\Ragnarock\Saved\Config\WindowsNoEditor\Game.iniand make sure these lines are in there:CustomSocketURL="ws://{localIPv4}:8033/" CustomSocketIsEnabled=True
Remember to replace
{localIPv4}with your local IP address - this can be checked by e.g. runningipconfigin the command line.C:\Users\***>ipconfig Windows IP Configuration ... Wireless LAN adapter Wi-Fi: Connection-specific DNS Suffix . : Link-local IPv6 Address . . . . . : *** IPv4 Address. . . . . . . . . . . : 192.168.18.3 Subnet Mask . . . . . . . . . . . : *** Default Gateway . . . . . . . . . : ***
In this case the relevant lines in
Game.iniwould look like this:CustomSocketURL="ws://192.168.18.3:8033/" CustomSocketIsEnabled=True
WARNING: if your local network uses DHCP, this address may periodically change, requiring update to
Game.ini. Assign a static IP address to your PC if possible to avoid that. -
Import
RagnarockWebsocketCore.botinto Streamer.bot to enable a custom Websocket server communication with the game.
Each feature in this repository is a standalone group of actions/commands for a specific streamer need. Specific installation steps for each are in README files specific to each feaure, which you can also access via the links below:
- Overlay for displaying current song name and artist
- Interaction commands
- Overlay for displaying perfects / accuracy - TODO
If you have any issues / questions, open a new issue or DM me on Discord - @brollyy.