Variables for everything.

Ruirize

New Member
Think environment variables in Windows.

You set up a dictionary of string/string pairs, name/value. You can change these during a stream.
In any text input box on sources, you can use %name% to get the value of that variable and input it there.

Would be very helpful, like setting up game-specific backgrounds:
  • Set a variable called `currentGame`
  • Use it in an image source - filepath: `C:\VIDYA\Backgrounds\%currrentGame%.png`
  • You can then change this variable during a stream at any point to reflect the game that you are running, and have the background change also.
 
Top