Installer fallout-2-gog-restoration-proj

files:
- restoration: https://github.com/BGforgeNet/Fallout2_Restoration_Project/releases/download/v29/rpu_v29.exe
- gogsetup: N/A:Select the gog setup exe
game:
  exe: drive_c/GOG Games/Fallout 2/fallout2.exe
  gogid: 1440151285
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    name: create_prefix
    prefix: $GAMEDIR
- task:
    description: Installing Fallout 2
    executable: gogsetup
    name: wineexec
    prefix: $GAMEDIR
- task:
    arch: win64
    description: Installing Fallout 2 Restoration Project mod. All you need to do
      here is choosing your preferred game's language.
    executable: restoration
    name: wineexec
    prefix: $GAMEDIR
- copy:
    dst: $GAMEDIR/drive_c/GOG Games/Fallout 2/backup
    src: $GAMEDIR/drive_c/GOG Games/Fallout 2/ddraw.ini
- write_config:
    data:
      Graphics:
        GraphicsHeight: $RESOLUTION_HEIGHT
        GraphicsWidth: $RESOLUTION_WIDTH
        Mode: 0
    file: $GAMEDIR/drive_c/GOG Games/Fallout 2/ddraw.ini
    merge: true
- copy:
    dst: $GAMEDIR/drive_c/GOG Games/Fallout 2/backup
    src: $GAMEDIR/drive_c/GOG Games/Fallout 2/f2_res.ini
- write_config:
    data:
      INPUT:
        ALT_MOUSE_INPUT: 1
      MAIN:
        SCALE_2X: 1
        SCR_HEIGHT: $RESOLUTION_HEIGHT
        SCR_WIDTH: $RESOLUTION_WIDTH
        WINDOWED: 1
        WINDOWED_FULLSCREEN: 1
    file: $GAMEDIR/drive_c/GOG Games/Fallout 2/f2_res.ini
    merge: true
- write_config:
    data:
      preferences:
        subtitles: 1
    file: $GAMEDIR/drive_c/GOG Games/Fallout 2/fallout2.cfg
    merge: true
system:
  env:
    DXVK_FRAME_RATE: 0
    DXVK_HUD: null
  gamescope: true
  gamescope_force_grab_cursor: true
  gamescope_fps_limiter: 0
  gamescope_game_res: $RESOLUTION
  gamescope_output_res: $RESOLUTION
wine:
  overrides:
    ddraw.dll: n,b
description: Play "Fallout 2" provided by GOG on Linux!
game_slug: fallout-2
gogslug: fallout_2
humblestoreid: ''
installer_slug: fallout-2-gog-restoration-proj
name: Fallout 2
notes: "- Using Fallout2 Restoration Project mod\r\n- Multilingual: you could choose\
  \ during install for your preferred language for menus and subtitles between English\
  \ (default), Czech, French, German, Hungarian, Italian, Polish, Portuguese, Russian\
  \ and Spanish"
runner: wine
script:
  files:
  - restoration: https://github.com/BGforgeNet/Fallout2_Restoration_Project/releases/download/v29/rpu_v29.exe
  - gogsetup: N/A:Select the gog setup exe
  game:
    exe: drive_c/GOG Games/Fallout 2/fallout2.exe
    gogid: 1440151285
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      description: Installing Fallout 2
      executable: gogsetup
      name: wineexec
      prefix: $GAMEDIR
  - task:
      arch: win64
      description: Installing Fallout 2 Restoration Project mod. All you need to do
        here is choosing your preferred game's language.
      executable: restoration
      name: wineexec
      prefix: $GAMEDIR
  - copy:
      dst: $GAMEDIR/drive_c/GOG Games/Fallout 2/backup
      src: $GAMEDIR/drive_c/GOG Games/Fallout 2/ddraw.ini
  - write_config:
      data:
        Graphics:
          GraphicsHeight: $RESOLUTION_HEIGHT
          GraphicsWidth: $RESOLUTION_WIDTH
          Mode: 0
      file: $GAMEDIR/drive_c/GOG Games/Fallout 2/ddraw.ini
      merge: true
  - copy:
      dst: $GAMEDIR/drive_c/GOG Games/Fallout 2/backup
      src: $GAMEDIR/drive_c/GOG Games/Fallout 2/f2_res.ini
  - write_config:
      data:
        INPUT:
          ALT_MOUSE_INPUT: 1
        MAIN:
          SCALE_2X: 1
          SCR_HEIGHT: $RESOLUTION_HEIGHT
          SCR_WIDTH: $RESOLUTION_WIDTH
          WINDOWED: 1
          WINDOWED_FULLSCREEN: 1
      file: $GAMEDIR/drive_c/GOG Games/Fallout 2/f2_res.ini
      merge: true
  - write_config:
      data:
        preferences:
          subtitles: 1
      file: $GAMEDIR/drive_c/GOG Games/Fallout 2/fallout2.cfg
      merge: true
  system:
    env:
      DXVK_FRAME_RATE: 0
      DXVK_HUD: null
    gamescope: true
    gamescope_force_grab_cursor: true
    gamescope_fps_limiter: 0
    gamescope_game_res: $RESOLUTION
    gamescope_output_res: $RESOLUTION
  wine:
    overrides:
      ddraw.dll: n,b
slug: fallout-2-gog-restoration-proj
steamid: 38410
version: GOG + Restoration Project mod
year: 1998
{
  "game_slug": "fallout-2",
  "version": "GOG + Restoration Project mod",
  "description": "Play \"Fallout 2\" provided by GOG on Linux!",
  "notes": "- Using Fallout2 Restoration Project mod\r\n- Multilingual: you could choose during install for your preferred language for menus and subtitles between English (default), Czech, French, German, Hungarian, Italian, Polish, Portuguese, Russian and Spanish",
  "name": "Fallout 2",
  "year": 1998,
  "steamid": 38410,
  "gogslug": "fallout_2",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "fallout-2-gog-restoration-proj",
  "installer_slug": "fallout-2-gog-restoration-proj",
  "script": {
    "files": [
      {
        "restoration": "https://github.com/BGforgeNet/Fallout2_Restoration_Project/releases/download/v29/rpu_v29.exe"
      },
      {
        "gogsetup": "N/A:Select the gog setup exe"
      }
    ],
    "game": {
      "exe": "drive_c/GOG Games/Fallout 2/fallout2.exe",
      "gogid": 1440151285,
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Installing Fallout 2",
          "executable": "gogsetup",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win64",
          "description": "Installing Fallout 2 Restoration Project mod. All you need to do here is choosing your preferred game's language.",
          "executable": "restoration",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR/drive_c/GOG Games/Fallout 2/backup",
          "src": "$GAMEDIR/drive_c/GOG Games/Fallout 2/ddraw.ini"
        }
      },
      {
        "write_config": {
          "data": {
            "Graphics": {
              "GraphicsHeight": "$RESOLUTION_HEIGHT",
              "GraphicsWidth": "$RESOLUTION_WIDTH",
              "Mode": 0
            }
          },
          "file": "$GAMEDIR/drive_c/GOG Games/Fallout 2/ddraw.ini",
          "merge": true
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR/drive_c/GOG Games/Fallout 2/backup",
          "src": "$GAMEDIR/drive_c/GOG Games/Fallout 2/f2_res.ini"
        }
      },
      {
        "write_config": {
          "data": {
            "INPUT": {
              "ALT_MOUSE_INPUT": 1
            },
            "MAIN": {
              "SCALE_2X": 1,
              "SCR_HEIGHT": "$RESOLUTION_HEIGHT",
              "SCR_WIDTH": "$RESOLUTION_WIDTH",
              "WINDOWED": 1,
              "WINDOWED_FULLSCREEN": 1
            }
          },
          "file": "$GAMEDIR/drive_c/GOG Games/Fallout 2/f2_res.ini",
          "merge": true
        }
      },
      {
        "write_config": {
          "data": {
            "preferences": {
              "subtitles": 1
            }
          },
          "file": "$GAMEDIR/drive_c/GOG Games/Fallout 2/fallout2.cfg",
          "merge": true
        }
      }
    ],
    "system": {
      "env": {
        "DXVK_FRAME_RATE": 0,
        "DXVK_HUD": null
      },
      "gamescope": true,
      "gamescope_force_grab_cursor": true,
      "gamescope_fps_limiter": 0,
      "gamescope_game_res": "$RESOLUTION",
      "gamescope_output_res": "$RESOLUTION"
    },
    "wine": {
      "overrides": {
        "ddraw.dll": "n,b"
      }
    }
  }
}
Back to game