I've made
level launchers for both
Choke on my Groundhog, YOU BASTARD ROBOTS and
Jimmy's lost his Toilet Paper.
The Choke on my Groundhog launcher also includes six extra levels, and the source code for the launcher on the page as well.
The Changeloggroundhog & tp launcher.bat 1.0
==================================================
inital releases
groundhog & tp launcher.bat 1.1
==================================================
[changed] launcher.xml overwritten instead of being created and deleted each time
-this stops the game from fragmenting the drive
[fixed] rem line being echoed
groundhog & tp launcher.bat 1.2/k_launcher.exe 1.0
==================================================
[changed] instead storing game-specific launcher.xml files internally, it now reads the
game's levels.xml and uses it as a base for the k_launcher.xml
-this allows one executable to be used for both (and future) games
[added] an external config file to store game specific settings
k_launcher.exe 1.1
==================================================
[changed] k_launcher now checks to see if the selected level is already set in k_launcher.xml
-this speeds up the launch when replaying the same level as no file writing is done
k_launcher.exe 1.15
==================================================
[changed] 'game title launcher' to 'K Launcher ~%game name%'
[changed] config file layout
-this makes it more compact, readable, and extensible
[changed] minor code tweaks
k_launcher.exe 1.16
==================================================
[changed] further code optimisations
[changed] now displays the full game title
k_launcher.exe 1.18
==================================================
[changed] code borrowed from the ND_launcher
-now checks for the required files and acts accordingly
k_launcher.exe 1.2
==================================================
[changed] compiled with a true compiler instead of a wrapper
-should be faster
[changed] more accurate dialogs
k_launcher.exe 1.21
==================================================
[fixed] small bug in the level number displayed
k_launcher.exe 1.22
==================================================
[fixed] bug in the generated XML code caused by the 1.21 fix