I created the Sh1zeyLauncher application to be used in conjunction with this script, providing a streamlined way to start your stream with a single click.
@echo off
cd "C:\Program Files\obs-studio\bin\64bit"
start obs64.exe
cd "C:\Users\Sh1zey\Streamer.bot-x64-0.2.2"
start Streamer.bot.exe
cd "C:\Users\Sh1zey\Sh1zeyLauncher"
start Sh1zeyLauncher.exe
start "" https://dashboard.twitch.tv/u/thewolfa/stream-manager
exit
Game Selector
This program allows users to select and launch games for streaming purposes. It provides a simple graphical interface where users can choose from a list of available games and launch them with a click of a button. Additionally, users can add new games to the list along with their executable paths or shortcuts.
- Game Selection: Users can choose from a dropdown menu containing available games.
- Add New Game: Users can add new games to the list along with their executable paths or shortcuts.
- Launch Game: Users can launch the selected game with a click of a button.
- Persistent Storage: The program stores the list of games and their paths in a text file, allowing for persistence across sessions.
No installation is required. Simply run the program executable to launch the application. Recommended: Run it with the script.
- Launch the program.
- Choose a game from the dropdown menu.
- Click the "Play!" button to launch the selected game.
- To add a new game, click the "Add Game" button and follow the prompts to enter the game title and select its executable file or shortcut.
- Close the program when finished.
- IWshRuntimeLibrary: This library is used for creating and manipulating Windows shell shortcuts.
- System.Windows.Forms: This namespace provides classes for creating Windows-based applications that take full advantage of the rich user interface features available in the Windows operating system.
Contributions to this project are welcome. If you encounter any issues or have suggestions for improvements, please submit a pull request or open an issue on the GitHub repository.
This program is licensed under the MIT License.