Installer game-of-thrones-steam

game:
  appid: 208730
  arch: win64
  prefix: $GAMEDIR/prefix
installer:
- write_config:
    file: $GAMEDIR/prefix/drive_c/users/$USER/My Documents/Game of Thrones/UnrealEngine3/AGOTGame/Config/AGOTEngine.ini
    key: ResX
    section: SystemSettings
    value: 1920
- write_config:
    file: $GAMEDIR/prefix/drive_c/users/$USER/My Documents/Game of Thrones/UnrealEngine3/AGOTGame/Config/AGOTEngine.ini
    key: ResY
    section: SystemSettings
    value: 1080
- write_config:
    file: $GAMEDIR/prefix/drive_c/users/$USER/My Documents/Game of Thrones/UnrealEngine3/AGOTGame/Config/AGOTEngine.ini
    key: Fullscreen
    section: SystemSettings
    value: true
description: Game of Thrones RPG installer with resolution and fullscreen config fix.
game_slug: game-of-thrones
gogslug: ''
humblestoreid: ''
installer_slug: game-of-thrones-steam
name: 'Game of Thrones '
notes: ''
runner: winesteam
script:
  game:
    appid: 208730
    arch: win64
    prefix: $GAMEDIR/prefix
  installer:
  - write_config:
      file: $GAMEDIR/prefix/drive_c/users/$USER/My Documents/Game of Thrones/UnrealEngine3/AGOTGame/Config/AGOTEngine.ini
      key: ResX
      section: SystemSettings
      value: 1920
  - write_config:
      file: $GAMEDIR/prefix/drive_c/users/$USER/My Documents/Game of Thrones/UnrealEngine3/AGOTGame/Config/AGOTEngine.ini
      key: ResY
      section: SystemSettings
      value: 1080
  - write_config:
      file: $GAMEDIR/prefix/drive_c/users/$USER/My Documents/Game of Thrones/UnrealEngine3/AGOTGame/Config/AGOTEngine.ini
      key: Fullscreen
      section: SystemSettings
      value: true
slug: game-of-thrones-steam
steamid: 208730
version: Steam
year: 2012
{
  "game_slug": "game-of-thrones",
  "version": "Steam",
  "description": "Game of Thrones RPG installer with resolution and fullscreen config fix.",
  "notes": "",
  "name": "Game of Thrones ",
  "year": 2012,
  "steamid": 208730,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "winesteam",
  "slug": "game-of-thrones-steam",
  "installer_slug": "game-of-thrones-steam",
  "script": {
    "game": {
      "appid": 208730,
      "arch": "win64",
      "prefix": "$GAMEDIR/prefix"
    },
    "installer": [
      {
        "write_config": {
          "file": "$GAMEDIR/prefix/drive_c/users/$USER/My Documents/Game of Thrones/UnrealEngine3/AGOTGame/Config/AGOTEngine.ini",
          "key": "ResX",
          "section": "SystemSettings",
          "value": 1920
        }
      },
      {
        "write_config": {
          "file": "$GAMEDIR/prefix/drive_c/users/$USER/My Documents/Game of Thrones/UnrealEngine3/AGOTGame/Config/AGOTEngine.ini",
          "key": "ResY",
          "section": "SystemSettings",
          "value": 1080
        }
      },
      {
        "write_config": {
          "file": "$GAMEDIR/prefix/drive_c/users/$USER/My Documents/Game of Thrones/UnrealEngine3/AGOTGame/Config/AGOTEngine.ini",
          "key": "Fullscreen",
          "section": "SystemSettings",
          "value": true
        }
      }
    ]
  }
}
Back to game