cryotek: Or SD card. Basically, I'm looking for some chill little indie games to play at work that don't require actual installation on the work PC. This means save games are stored on the flash drive as well. Any ideas? Games like Defender's Quest would be good, though I don't think that one works. Mouse/Keyboard needed as well.
For portable games,
PCGamingWiki is probably your best guide. When you see "path-to-game" for both the Config & Save file location, then the game is probably portable. Simply copy the game folder to the USB stick, run the game .exe from the game folder and those "path-to-game" games should save to the stick). Anything that saves to %DOCUMENTS%, %APPDATA%, etc, isn't going to be portable.
Portable DOSBox Games:- GOG's DOSBox games are usually portable, however simply copying the folder from drive C:\ to the USB stick will leave the shortcut link in the folder with the wrong drive letter / path. To fix this, edit the shortcut in the game folder and it should look something like:-
"C:\GOG Games\NAMEOFGAME\DOSBOX\DOSBox.exe" -conf "../dosbox_NAMEOFGAME1.conf" -conf "../dosbox_NAMEOFGAME1_single.conf" -noconsole -c "exit"
where "NAMEOFGAME" is the game name. Change the first part
C:\GOG Games\NAMEOFGAME\DOSBOX\DOSBox.exe to whatever the USB stick path is, eg, if you copied it to D:\DOS Games\ then change it to "
D:\DOS Games\NAMEOFGAME\DOSBOX\DOSBox.exe" and it should work.
Portable ScummVM Games:- GOG's ScummVM games are usually portable, however simply copying the folder from drive C:\ to the USB stick will leave the shortcut link in the folder with the wrong drive letter / path. To fix this, edit the shortcut in the game folder and it should look something like:-
"C:\GOG Games\NAMEOFGAME\scummvm\scummvm.exe" -c "..\NAMEOFGAME.ini" TITLE
where "NAMEOFGAME" is the game name. Change the first part
C:\GOG Games\NAMEOFGAME\scummvm\scummvm.exe to whatever the USB stick path is, eg, if you copied it to D:\ScummVM\ then change it to "
D:\ScummVM\NAMEOFGAME\scummvm\scummvm.exe"
(edit: apologies for the borked formatting but there's no way of stopping GOG's forum from auto-justifying it).