kokolihapihvi / RockSniffer-GuessingGame

An automated guessing game script for the Streamlabs Chatbot using RockSniffer
MIT License
4 stars 4 forks source link

Guessing Game Setup #7

Open ZoltanGuy opened 2 years ago

ZoltanGuy commented 2 years ago

Hi gang,

I am unsure if this might still be monitored but I was interested in trying to set up the guessing game, having not really touched scripting.

I tried looking around the content here but did not see a quick how-to on importing/configuring this addon for Rock Sniffer.

So far I don't get any chat output for the guessing game to begin when a song starts, also not sure if being live directly is also required as I was just testing offline.

kokolihapihvi commented 2 years ago

Hey.

This script is for the streamlabs chatbot, it should show up in the scripts tab after extracting the zip file into the chatbot scripts folder. So the folder should look something like Scripts\Rocksniffer-GuessingGame\RockSniffer_StreamlabsSystem.py I believe importing the zip file should do that automatically.

You do not need to add this to the sniffer addons folder.

You should point the StreamLabs python folder at your python installation, the guessing game lib folder is just code to talk with sniffer. For example if you installed python at C\python2.7 then you'd point it at C\python2.7\lib.

I'm not 100% sure since it has literally been years, but you shouldn't need to be live for the script to work.

Hope this helps!