Code Monkey home page Code Monkey logo

rocksmith-scene-switcher's Introduction

Rocksmith Scene Switcher

Python program that uses Rocksniffer and OBS Web Socket to automatically switch your OBS Studio scene depending on Rocksmith state.

Features!

  • Supports pausing the game and navigating through sections
  • Support blacklisting scene from switching (to lock Switcher's depending on the current scene)
  • Supports adding a customizable cooldown between changes
  • Support hot-changes on the config (optimized on latest version!).

How to use ?

Before using this software, you need to be sure about 2 things :

  • You have Rocksniffer running with the API enabled (last tested version : 0.3.4)
  • OBS Studio is running with OBS-Websocket plugin (last tested version : 4.9.0)

Download the latest executable version on the release section !

Upon first opening of the program, a config.ini file will be created. You can change it, especially the [Behaviour] section

[OBSWebSocket]
# You can customize OBS WebSocket address if needed 
host = localhost
port = 4444
pass = 

[RockSniffer]
# You can customize Rocksmith address if needed 
host = localhost
port = 9938

[Behaviour]
# cooldown refers to the minimum time between two switches. 
# the 3 following values are the scene names tied to its rocksmith state 
# forbidden_switch_on_scenes is the list of the scenes that doesn't allow for automatic changes once inside
cooldown = 3
paused = PauseSceneName
in_game = InGameSceneName
in_menu = MenuSceneName
forbidden_switch_on_scenes = IntroSceneName; OutroSceneName

[Debugging]
# Set Debug to 1 to see various stuff in memory and understand what's going wrong
debug = 0
log_state_interval = 1

Have fun !

rocksmith-scene-switcher's People

Contributors

kozaka-tv avatar warths avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.