Hey, I like to play older games when I have the time through out my campus on different PCs. I'd like to be able to double click a batch file on any computer and instantly get into the game (without having to go through the launcher), like I've set up a lot of my dosBox games to do.
But I can't get it to save volume settings and such that have been changed like it does if I were to launch the game through the launcher. I can change the volume settings in game, but as soon as I restart they are reset to default.
Any idea how to make it keep the settings if possible?
If you open the launcher/gui of residual and add grim and set up the volume/folders/etc then you can make a batch file with just: residualvm -f grim
Edit: Nevermind I skipped over where you said you wanted to do this to be portable. Try setting up as above then copy the settings file to the same folder as residual and see if this works: residualvm --config=.\[settingsfilename] -f grim
Edit2:
-m, --music-volume=NUM Set the music volume, 0-255 (default: 192)
-s, --sfx-volume=NUM Set the sfx volume, 0-255 (default: 192)
-r, --speech-volume=NUM Set the speech volume, 0-255 (default: 192)
It still resets to what it is in the launcher if I relaunch it. I guess I'll just have to reset it up each time because it looks like this isn't going to work. Thanks anyway!