About This File
https://bigboxautoplay.readthedocs.io/en/latest/index.html
BigBoxAutoPlay
BigBoxAutoPlay is a plug-in for BigBox that can automatically launch into a game when BigBox starts up
Installation
- Download the latest version of the plugin
- Copy BigBoxAutoPlay.dll and Prism.dll into the LaunchBox\Plugins folder
Settings
A new menu item is added to LaunchBox under Tools > Configure BigBox AutoPlay.
Enable
Check the box to automatically play a game when BigBox starts. Uncheck the box to disable the auto-play plugin.
Select game
Check the box to have launch box select the game in the UI before launching it. This should allow the marquee to display properly for the selected game.
Only favorites
Check the box to filter the randomly selected game to only include favorites
Hidden games
Check the box to include hidden games
Broken games
Check the box to include broken games
Platform
Optional. To filter the randomly selected game to only games in the selected platform.
Playlist
Optional. To filter the randomly selected game to only games in the selected playlist.
Game
Optional. To specify a specific game to auto-play. This list is filtered based on the selected platform and/or playlist.
Delay
Specify the number of seconds to delay before launching the game. When a startup video is used with BigBox, this delay can help the auto played game from launching behind BigBox by giving BigBox a chance to fully initialize before launching the game.
Link to GitHub repo
Edited by Fry
I'm big dumb and found problems with the TCP server - rolling back
What's New in Version 1.0.6 See changelog
Released
Added new settings that give you the ability to not launch a game but only select it. Also added settings to support a TCP server that can receive messages from external applications that will allow you to call into the plugin and select or launch a game.
Do not launch
Will not launch the game. If you have the select game setting checked then the game will be selected but not launched.
Create server
If you want to create a TCP server that will allow external applications to send messages to the plug-in so that games can be selected or launched via a TCP message.
Server IP
The IP address for the TCP server
Server port
The port for the TCP server
Check out the github repo for some sample code if you're interested in calling into the plug-in:
https://github.com/AtomFry/BigBoxAutoPlay/releases/tag/1.0.6