Installer the-oregon-trail-ms-dos
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.
files: - game: N/A:Select the game's archive file you downloaded from www.myabandonware.com game: config_file: dosbox_oregondx.conf main_file: oregondlx/OREGON.EXE installer: - extract: dst: $GAMEDIR file: game - write_config: file: $GAMEDIR/dosbox_oregondx.conf key: cycles section: cpu value: max
{ "files": [ { "game": "N/A:Select the game's archive file you downloaded from www.myabandonware.com" } ], "game": { "config_file": "dosbox_oregondx.conf", "main_file": "oregondlx/OREGON.EXE" }, "installer": [ { "extract": { "dst": "$GAMEDIR", "file": "game" } }, { "write_config": { "file": "$GAMEDIR/dosbox_oregondx.conf", "key": "cycles", "section": "cpu", "value": "max" } } ] }