Installer caesar-4-steam

game:
  appid: 517810
  arch: win32
  prefix: $GAMEDIR/prefix
installer:
- task:
    arch: win32
    description: Creating wine prefix
    name: create_prefix
    prefix: $GAMEDIR/prefix
- task:
    app: dotnet20
    arch: win32
    description: Using winetricks to install .Net 2.0
    name: winetricks
    prefix: $GAMEDIR/prefix
- task:
    app: d3dx9_29
    arch: win32
    description: Using winetricks to install DirectX 9_29
    name: winetricks
    prefix: $GAMEDIR/prefix
- task:
    app: win10
    arch: win32
    description: Setting wine to Windows 10
    name: winetricks
    prefix: $GAMEDIR/prefix
description: Steam install script has an error.
game_slug: caesar-4
gogslug: caesar_iv
humblestoreid: ''
installer_slug: caesar-4-steam
name: Caesar 4
notes: 'In order for script to install I had to change line 30 "Version: staging-3.11-x86_64"
  to "staging-3.12-x86_64" as wine 3.11 no longer seems to be enabled. game runs fine
  with 3.12.'
runner: winesteam
script:
  game:
    appid: 517810
    arch: win32
    prefix: $GAMEDIR/prefix
  installer:
  - task:
      arch: win32
      description: Creating wine prefix
      name: create_prefix
      prefix: $GAMEDIR/prefix
  - task:
      app: dotnet20
      arch: win32
      description: Using winetricks to install .Net 2.0
      name: winetricks
      prefix: $GAMEDIR/prefix
  - task:
      app: d3dx9_29
      arch: win32
      description: Using winetricks to install DirectX 9_29
      name: winetricks
      prefix: $GAMEDIR/prefix
  - task:
      app: win10
      arch: win32
      description: Setting wine to Windows 10
      name: winetricks
      prefix: $GAMEDIR/prefix
slug: caesar-4-steam
steamid: 517810
version: Steam
year: 2006
{
  "game_slug": "caesar-4",
  "version": "Steam",
  "description": "Steam install script has an error.",
  "notes": "In order for script to install I had to change line 30 \"Version: staging-3.11-x86_64\" to \"staging-3.12-x86_64\" as wine 3.11 no longer seems to be enabled. game runs fine with 3.12.",
  "name": "Caesar 4",
  "year": 2006,
  "steamid": 517810,
  "gogslug": "caesar_iv",
  "humblestoreid": "",
  "runner": "winesteam",
  "slug": "caesar-4-steam",
  "installer_slug": "caesar-4-steam",
  "script": {
    "game": {
      "appid": 517810,
      "arch": "win32",
      "prefix": "$GAMEDIR/prefix"
    },
    "installer": [
      {
        "task": {
          "arch": "win32",
          "description": "Creating wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR/prefix"
        }
      },
      {
        "task": {
          "app": "dotnet20",
          "arch": "win32",
          "description": "Using winetricks to install .Net 2.0",
          "name": "winetricks",
          "prefix": "$GAMEDIR/prefix"
        }
      },
      {
        "task": {
          "app": "d3dx9_29",
          "arch": "win32",
          "description": "Using winetricks to install DirectX 9_29",
          "name": "winetricks",
          "prefix": "$GAMEDIR/prefix"
        }
      },
      {
        "task": {
          "app": "win10",
          "arch": "win32",
          "description": "Setting wine to Windows 10",
          "name": "winetricks",
          "prefix": "$GAMEDIR/prefix"
        }
      }
    ]
  }
}
Back to game