Installer jewels-of-the-oracle-cd
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.
custom-name: Jewels of the Oracle - CD game: exe: $GAMEDIR/drive_c/jewels/jewels.exe prefix: $GAMEDIR installer: - task: arch: win64 install_gecko: false install_mono: false name: create_prefix prefix: $GAMEDIR - insert-disc: description: Please insert Jewels of the Oracle CD requires: jewels.exe - task: args: /desktop=JOTO,1024x768 $DISC/install.exe description: Installing Jewels of the Oracle... executable: $GAMEDIR/drive_c/windows/explorer.exe include_processes: explorer.exe name: wineexec wine: Desktop: true overrides: ddraw.dll: n,b
{ "custom-name": "Jewels of the Oracle - CD", "game": { "exe": "$GAMEDIR/drive_c/jewels/jewels.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win64", "install_gecko": false, "install_mono": false, "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "insert-disc": { "description": "Please insert Jewels of the Oracle CD", "requires": "jewels.exe" } }, { "task": { "args": "/desktop=JOTO,1024x768 $DISC/install.exe", "description": "Installing Jewels of the Oracle...", "executable": "$GAMEDIR/drive_c/windows/explorer.exe", "include_processes": "explorer.exe", "name": "wineexec" } } ], "wine": { "Desktop": true, "overrides": { "ddraw.dll": "n,b" } } }