I have created this application as i am working on making an arcade cabinet for Touhou Project. I wanted a way to be able to launch the games using just the cabinet buttons. (Keyboard and mouse will only be needed for the initial setup). I thought it would be nice to share it with the public. The appearance may be a bit meh and the code is a bit dirty but it works and i plan on improving the code and appearance in future.
Support for Touhou 1 through to 19
This is the selection screen. It is pretty basic, bear in mind that this is the first version. The controls are displayed on the screen. It is pretty straight forward to use.
Down Arrow
to increment.Up Arrow
to decrement.Z
to Launch the selected game.X
to exit.
You will not be able to launch anything until you configure the paths.
You can get here by pressing ALT + C
Here you can set the location of your games.
On this page you need to select your games and hit save. Your changes will be kept.
- .NET Framework 4.0
- Tested and working on Windows 7 and 11.
- Tested and working on Windows XP x64. (However, some of the later games are incompatible with XP)
Conclusion?
- Supports Windows XP to Windows 11 (64-Bit)
- Yet to be tested on 32-Bit machines.
This launcher uses custom .conf files for DOSBox-X. I used the default config as a template and changed these values.
[dosbox]
machine = pc98
memsize = 64
[cpu]
cputype = 486
[autoexec]
imgmount c C:\PC98\TH04.HDI
boot c:
I did this for each game (1-5). Pretty basic DOSBox-X stuff. :)
Now the launcher is ready to go. Enjoy!
- Ability to disable/enable games in the menu.
- Custom keybinds.