Hey guys I'm going to try and explain this as straight forward as possible. But I'm basically working on trying to make a global source read from a text file rather than a specific location.
When you look at the scenes.xconfig file you see this (I believe this is in C++):
path : "C:\\Users\\**Name**\\Pictures\\Latetothetable\\Board Game Boxes\\forbiddenstars.jpg"
**the **Name** part of the path is my actual name, removed it for privacy of course**
Is there a simple way to make it read a text file instead?
This will allow me to make my bot change a text file, which will then change what the global source is looking at, which could change a bunch of stuff.
For example:
1.) I type "!callofduty" into the chat
2.) Bot changes a txt file to "C:\\Users\\**Name**\\Pictures\\Latetothetable\\Board Game Boxes\\callofduty.jpg"
3.) OBS now shows the call of duty image on the screen and replaces previous image.
By learning this this will allow me to change a BUNCH of global sources at once using a command in chat rather than changing stuff manually.
When you look at the scenes.xconfig file you see this (I believe this is in C++):
path : "C:\\Users\\**Name**\\Pictures\\Latetothetable\\Board Game Boxes\\forbiddenstars.jpg"
**the **Name** part of the path is my actual name, removed it for privacy of course**
Is there a simple way to make it read a text file instead?
This will allow me to make my bot change a text file, which will then change what the global source is looking at, which could change a bunch of stuff.
For example:
1.) I type "!callofduty" into the chat
2.) Bot changes a txt file to "C:\\Users\\**Name**\\Pictures\\Latetothetable\\Board Game Boxes\\callofduty.jpg"
3.) OBS now shows the call of duty image on the screen and replaces previous image.
By learning this this will allow me to change a BUNCH of global sources at once using a command in chat rather than changing stuff manually.