Installer starship-titanic-dvd

game:
  game_id: Titanic
  path: $GAMEDIR
installer:
- insert-disc:
    description: Please insert disc
    requires: setup.exe
- copy:
    dst: $GAMEDIR/assets
    src: $DISC/Assets
- execute:
    args: -R 775  "$GAMEDIR/assets"
    file: /bin/chmod
- task:
    arch: win32
    install_mono: false
    name: wine.create_prefix
    prefix: $GAMEDIR
- task:
    arch: win32
    executable: $DISC/SETUP.EXE
    name: wine.wineexec
    prefix: $GAMEDIR
- copy:
    dst: $GAMEDIR
    src: $GAMEDIR/drive_c/Program Files/The Digital Village/Starship Titanic/newgame.st
- copy:
    dst: $GAMEDIR/assets
    src: $GAMEDIR/drive_c/Program Files/The Digital Village/Starship Titanic/Assets
- execute:
    args: -r $GAMEDIR/drive_c
    file: /bin/rm
- execute:
    args: -r $GAMEDIR/dosdevices
    file: /bin/rm
- execute:
    args: -r $GAMEDIR/system.reg
    file: /bin/rm
- execute:
    args: -r $GAMEDIR/user.reg
    file: /bin/rm
- execute:
    args: -r $GAMEDIR/userdef.reg
    file: /bin/rm
description: The game is played using ScummVm,  but WINE is used to run the installer
  as some necessary files are contained within the setup.exe.
game_slug: starship-titanic
gogslug: starship_titanic
humblestoreid: ''
installer_slug: starship-titanic-dvd
name: Starship Titanic
notes: ''
runner: scummvm
script:
  game:
    game_id: Titanic
    path: $GAMEDIR
  installer:
  - insert-disc:
      description: Please insert disc
      requires: setup.exe
  - copy:
      dst: $GAMEDIR/assets
      src: $DISC/Assets
  - execute:
      args: -R 775  "$GAMEDIR/assets"
      file: /bin/chmod
  - task:
      arch: win32
      install_mono: false
      name: wine.create_prefix
      prefix: $GAMEDIR
  - task:
      arch: win32
      executable: $DISC/SETUP.EXE
      name: wine.wineexec
      prefix: $GAMEDIR
  - copy:
      dst: $GAMEDIR
      src: $GAMEDIR/drive_c/Program Files/The Digital Village/Starship Titanic/newgame.st
  - copy:
      dst: $GAMEDIR/assets
      src: $GAMEDIR/drive_c/Program Files/The Digital Village/Starship Titanic/Assets
  - execute:
      args: -r $GAMEDIR/drive_c
      file: /bin/rm
  - execute:
      args: -r $GAMEDIR/dosdevices
      file: /bin/rm
  - execute:
      args: -r $GAMEDIR/system.reg
      file: /bin/rm
  - execute:
      args: -r $GAMEDIR/user.reg
      file: /bin/rm
  - execute:
      args: -r $GAMEDIR/userdef.reg
      file: /bin/rm
slug: starship-titanic-dvd
steamid: 467290
version: DVD
year: 1998
{
  "game_slug": "starship-titanic",
  "version": "DVD",
  "description": "The game is played using ScummVm,  but WINE is used to run the installer as some necessary files are contained within the setup.exe.",
  "notes": "",
  "name": "Starship Titanic",
  "year": 1998,
  "steamid": 467290,
  "gogslug": "starship_titanic",
  "humblestoreid": "",
  "runner": "scummvm",
  "slug": "starship-titanic-dvd",
  "installer_slug": "starship-titanic-dvd",
  "script": {
    "game": {
      "game_id": "Titanic",
      "path": "$GAMEDIR"
    },
    "installer": [
      {
        "insert-disc": {
          "description": "Please insert disc",
          "requires": "setup.exe"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR/assets",
          "src": "$DISC/Assets"
        }
      },
      {
        "execute": {
          "args": "-R 775  \"$GAMEDIR/assets\"",
          "file": "/bin/chmod"
        }
      },
      {
        "task": {
          "arch": "win32",
          "install_mono": false,
          "name": "wine.create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win32",
          "executable": "$DISC/SETUP.EXE",
          "name": "wine.wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR",
          "src": "$GAMEDIR/drive_c/Program Files/The Digital Village/Starship Titanic/newgame.st"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR/assets",
          "src": "$GAMEDIR/drive_c/Program Files/The Digital Village/Starship Titanic/Assets"
        }
      },
      {
        "execute": {
          "args": "-r $GAMEDIR/drive_c",
          "file": "/bin/rm"
        }
      },
      {
        "execute": {
          "args": "-r $GAMEDIR/dosdevices",
          "file": "/bin/rm"
        }
      },
      {
        "execute": {
          "args": "-r $GAMEDIR/system.reg",
          "file": "/bin/rm"
        }
      },
      {
        "execute": {
          "args": "-r $GAMEDIR/user.reg",
          "file": "/bin/rm"
        }
      },
      {
        "execute": {
          "args": "-r $GAMEDIR/userdef.reg",
          "file": "/bin/rm"
        }
      }
    ]
  }
}
Back to game