Installer microsoft-fury3-cd

game:
  exe: $GAMEDIR/drive_c/FURY3/FURY3.EXE
  prefix: $GAMEDIR
installer:
- insert-disc:
    requires: FURY3
- task:
    name: create_prefix
    prefix: $GAMEDIR
- copy:
    dst: $GAMEDIR/drive_c/FURY3
    src: $DISC/FURY3
- execute:
    command: chmod -R +w $GAMEDIR/drive_c/FURY3
- write_config:
    data:
      Game:
        partsFlag: 2
      Help:
        showColorWarningFlag: 1
      Sound:
        stereoFlag: 2
    file: $GAMEDIR/drive_c/FURY3/SYSTEM/FURY3.INI
description: This automatically configures the graphics and audio settings to the
  highest quality. You can, of course, adjust this to your liking in the game.
game_slug: microsoft-fury3
gogslug: ''
humblestoreid: ''
installer_slug: microsoft-fury3-cd
name: Microsoft Fury3
notes: This manually copies the game data from the CD since the included installer
  does not seem to work in wine.
runner: wine
script:
  game:
    exe: $GAMEDIR/drive_c/FURY3/FURY3.EXE
    prefix: $GAMEDIR
  installer:
  - insert-disc:
      requires: FURY3
  - task:
      name: create_prefix
      prefix: $GAMEDIR
  - copy:
      dst: $GAMEDIR/drive_c/FURY3
      src: $DISC/FURY3
  - execute:
      command: chmod -R +w $GAMEDIR/drive_c/FURY3
  - write_config:
      data:
        Game:
          partsFlag: 2
        Help:
          showColorWarningFlag: 1
        Sound:
          stereoFlag: 2
      file: $GAMEDIR/drive_c/FURY3/SYSTEM/FURY3.INI
slug: microsoft-fury3-cd
steamid: null
version: CD
year: 1995
{
  "game_slug": "microsoft-fury3",
  "version": "CD",
  "description": "This automatically configures the graphics and audio settings to the highest quality. You can, of course, adjust this to your liking in the game.",
  "notes": "This manually copies the game data from the CD since the included installer does not seem to work in wine.",
  "name": "Microsoft Fury3",
  "year": 1995,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "microsoft-fury3-cd",
  "installer_slug": "microsoft-fury3-cd",
  "script": {
    "game": {
      "exe": "$GAMEDIR/drive_c/FURY3/FURY3.EXE",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "insert-disc": {
          "requires": "FURY3"
        }
      },
      {
        "task": {
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR/drive_c/FURY3",
          "src": "$DISC/FURY3"
        }
      },
      {
        "execute": {
          "command": "chmod -R +w $GAMEDIR/drive_c/FURY3"
        }
      },
      {
        "write_config": {
          "data": {
            "Game": {
              "partsFlag": 2
            },
            "Help": {
              "showColorWarningFlag": 1
            },
            "Sound": {
              "stereoFlag": 2
            }
          },
          "file": "$GAMEDIR/drive_c/FURY3/SYSTEM/FURY3.INI"
        }
      }
    ]
  }
}
Back to game