Installer rune-gold-gog-dx9-mp

files:
- gogsetup: N/A:Select RUNE Gold setup exe file downloaded from your GOG games library
    page or download it from https://www.gog.com/downloads/rune_classic/25813
- game_conf: https://github.com/legluondunet/MyLittleLutrisScripts/raw/refs/heads/master/Rune%20Gold/Default.ini
- mod: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Rune%20Gold/rg_d3d9_renderer.zip
- script: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Rune%20Gold/run_lang_script.sh
- fov_files: https://github.com/legluondunet/MyLittleLutrisScripts/raw/refs/heads/master/Rune%20Gold/rune_gold_fov.zip
game:
  exe: drive_c/GOG Games/Rune Gold/System/Rune.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    name: create_prefix
    prefix: $GAMEDIR
- extract:
    dst: $GAMEDIR/drive_c/GOG Games/Rune Gold
    file: gogsetup
    format: gog
- extract:
    dst: $GAMEDIR/drive_c/GOG Games/Rune Gold/System
    file: mod
- extract:
    dst: $CACHE
    file: fov_files
- input_menu:
    description: Select your resolution ratio
    id: RATIO
    options:
    - 169: 16/9
    - 1610: 16/10
    - 43: 4/3
    preselect: 169
- merge:
    dst: $GAMEDIR/drive_c/GOG Games/Rune Gold/System/backup
    src: $GAMEDIR/drive_c/GOG Games/Rune Gold/System/DefUser.ini
- move:
    dst: $GAMEDIR/drive_c/GOG Games/Rune Gold/System/backup
    src: $GAMEDIR/drive_c/GOG Games/Rune Gold/System/User.ini
- merge:
    dst: $GAMEDIR/drive_c/GOG Games/Rune Gold/System
    src: $CACHE/$INPUT_RATIO
- input_menu:
    description: Select your preferred language
    id: LANG
    options:
    - int: English
    - frt: French
    - itt: Italian
    - det: german
    - est: spanish
    - rut: russian
    preselect: int
- chmodx: script
- execute:
    args: $INPUT_LANG $CACHE
    file: script
- extract:
    dst: $GAMEDIR/drive_c/GOG Games/Rune Gold
    file: $CACHE/rune_lang_$INPUT_LANG.tar.xz
- move:
    dst: $GAMEDIR/drive_c/GOG Games/Rune Gold/System/backup
    src: $GAMEDIR/drive_c/GOG Games/Rune Gold/System/Default.ini
- move:
    dst: $GAMEDIR/drive_c/GOG Games/Rune Gold/System/backup
    src: $GAMEDIR/drive_c/GOG Games/Rune Gold/System/Rune.ini
- merge:
    dst: $GAMEDIR/drive_c/GOG Games/Rune Gold/System
    src: game_conf
- write_config:
    data:
      Engine.Engine:
        GameRenderDevice: D3D9Drv.D3D9RenderDevice
        Language: $INPUT_LANG
        WindowedRenderDevice: D3D9Drv.D3D9RenderDevice
      WinDrv.WindowsClient:
        FullscreenColorBits: 32
        FullscreenViewportX: $RESOLUTION_WIDTH
        FullscreenViewportY: $RESOLUTION_HEIGHT
        StartupFullscreen: true
        WindowedColorBits: 32
        WindowedViewportX: $RESOLUTION_WIDTH
        WindowedViewportY: $RESOLUTION_HEIGHT
    file: $GAMEDIR/drive_c/GOG Games/Rune Gold/System/Default.ini
    merge: true
description: Play "Rune Gold" provided by GOG on Linux!
game_slug: rune-gold
gogslug: ''
humblestoreid: ''
installer_slug: rune-gold-gog-dx9-mp
name: Rune Gold
notes: "- You can download \"Rune Gold\" from your GOG games library page\r\n- Enhanced\
  \ graphic: Direct3D9 renderer + widescreen + adapted FOV\r\n- Multilingual: you\
  \ will be able to choose your preferred language for menus, subtitles and voices\
  \ during installation between English (default), French, German, Italian, Spanish\
  \ and Russian\r\n- Multiplayer fully functionnal using 333networks masterserver\
  \ project\r\n- Press F1 to show console\r\n- This game natively supports badly controller.\
  \ But you will find Antimicrox profiles here:\r\nhttps://github.com/legluondunet/MyLittleLutrisScripts/tree/master/Rune%20Gold/gamepad%20profiles"
runner: wine
script:
  files:
  - gogsetup: N/A:Select RUNE Gold setup exe file downloaded from your GOG games library
      page or download it from https://www.gog.com/downloads/rune_classic/25813
  - game_conf: https://github.com/legluondunet/MyLittleLutrisScripts/raw/refs/heads/master/Rune%20Gold/Default.ini
  - mod: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Rune%20Gold/rg_d3d9_renderer.zip
  - script: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Rune%20Gold/run_lang_script.sh
  - fov_files: https://github.com/legluondunet/MyLittleLutrisScripts/raw/refs/heads/master/Rune%20Gold/rune_gold_fov.zip
  game:
    exe: drive_c/GOG Games/Rune Gold/System/Rune.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      name: create_prefix
      prefix: $GAMEDIR
  - extract:
      dst: $GAMEDIR/drive_c/GOG Games/Rune Gold
      file: gogsetup
      format: gog
  - extract:
      dst: $GAMEDIR/drive_c/GOG Games/Rune Gold/System
      file: mod
  - extract:
      dst: $CACHE
      file: fov_files
  - input_menu:
      description: Select your resolution ratio
      id: RATIO
      options:
      - 169: 16/9
      - 1610: 16/10
      - 43: 4/3
      preselect: 169
  - merge:
      dst: $GAMEDIR/drive_c/GOG Games/Rune Gold/System/backup
      src: $GAMEDIR/drive_c/GOG Games/Rune Gold/System/DefUser.ini
  - move:
      dst: $GAMEDIR/drive_c/GOG Games/Rune Gold/System/backup
      src: $GAMEDIR/drive_c/GOG Games/Rune Gold/System/User.ini
  - merge:
      dst: $GAMEDIR/drive_c/GOG Games/Rune Gold/System
      src: $CACHE/$INPUT_RATIO
  - input_menu:
      description: Select your preferred language
      id: LANG
      options:
      - int: English
      - frt: French
      - itt: Italian
      - det: german
      - est: spanish
      - rut: russian
      preselect: int
  - chmodx: script
  - execute:
      args: $INPUT_LANG $CACHE
      file: script
  - extract:
      dst: $GAMEDIR/drive_c/GOG Games/Rune Gold
      file: $CACHE/rune_lang_$INPUT_LANG.tar.xz
  - move:
      dst: $GAMEDIR/drive_c/GOG Games/Rune Gold/System/backup
      src: $GAMEDIR/drive_c/GOG Games/Rune Gold/System/Default.ini
  - move:
      dst: $GAMEDIR/drive_c/GOG Games/Rune Gold/System/backup
      src: $GAMEDIR/drive_c/GOG Games/Rune Gold/System/Rune.ini
  - merge:
      dst: $GAMEDIR/drive_c/GOG Games/Rune Gold/System
      src: game_conf
  - write_config:
      data:
        Engine.Engine:
          GameRenderDevice: D3D9Drv.D3D9RenderDevice
          Language: $INPUT_LANG
          WindowedRenderDevice: D3D9Drv.D3D9RenderDevice
        WinDrv.WindowsClient:
          FullscreenColorBits: 32
          FullscreenViewportX: $RESOLUTION_WIDTH
          FullscreenViewportY: $RESOLUTION_HEIGHT
          StartupFullscreen: true
          WindowedColorBits: 32
          WindowedViewportX: $RESOLUTION_WIDTH
          WindowedViewportY: $RESOLUTION_HEIGHT
      file: $GAMEDIR/drive_c/GOG Games/Rune Gold/System/Default.ini
      merge: true
slug: rune-gold-gog-dx9-mp
steamid: null
version: GOG + DX9 + MP
year: 2001
{
  "game_slug": "rune-gold",
  "version": "GOG + DX9 + MP",
  "description": "Play \"Rune Gold\" provided by GOG on Linux!",
  "notes": "- You can download \"Rune Gold\" from your GOG games library page\r\n- Enhanced graphic: Direct3D9 renderer + widescreen + adapted FOV\r\n- Multilingual: you will be able to choose your preferred language for menus, subtitles and voices during installation between English (default), French, German, Italian, Spanish and Russian\r\n- Multiplayer fully functionnal using 333networks masterserver project\r\n- Press F1 to show console\r\n- This game natively supports badly controller. But you will find Antimicrox profiles here:\r\nhttps://github.com/legluondunet/MyLittleLutrisScripts/tree/master/Rune%20Gold/gamepad%20profiles",
  "name": "Rune Gold",
  "year": 2001,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "rune-gold-gog-dx9-mp",
  "installer_slug": "rune-gold-gog-dx9-mp",
  "script": {
    "files": [
      {
        "gogsetup": "N/A:Select RUNE Gold setup exe file downloaded from your GOG games library page or download it from https://www.gog.com/downloads/rune_classic/25813"
      },
      {
        "game_conf": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/refs/heads/master/Rune%20Gold/Default.ini"
      },
      {
        "mod": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Rune%20Gold/rg_d3d9_renderer.zip"
      },
      {
        "script": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Rune%20Gold/run_lang_script.sh"
      },
      {
        "fov_files": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/refs/heads/master/Rune%20Gold/rune_gold_fov.zip"
      }
    ],
    "game": {
      "exe": "drive_c/GOG Games/Rune Gold/System/Rune.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/GOG Games/Rune Gold",
          "file": "gogsetup",
          "format": "gog"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/GOG Games/Rune Gold/System",
          "file": "mod"
        }
      },
      {
        "extract": {
          "dst": "$CACHE",
          "file": "fov_files"
        }
      },
      {
        "input_menu": {
          "description": "Select your resolution ratio",
          "id": "RATIO",
          "options": [
            {
              "169": "16/9"
            },
            {
              "1610": "16/10"
            },
            {
              "43": "4/3"
            }
          ],
          "preselect": 169
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/drive_c/GOG Games/Rune Gold/System/backup",
          "src": "$GAMEDIR/drive_c/GOG Games/Rune Gold/System/DefUser.ini"
        }
      },
      {
        "move": {
          "dst": "$GAMEDIR/drive_c/GOG Games/Rune Gold/System/backup",
          "src": "$GAMEDIR/drive_c/GOG Games/Rune Gold/System/User.ini"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/drive_c/GOG Games/Rune Gold/System",
          "src": "$CACHE/$INPUT_RATIO"
        }
      },
      {
        "input_menu": {
          "description": "Select your preferred language",
          "id": "LANG",
          "options": [
            {
              "int": "English"
            },
            {
              "frt": "French"
            },
            {
              "itt": "Italian"
            },
            {
              "det": "german"
            },
            {
              "est": "spanish"
            },
            {
              "rut": "russian"
            }
          ],
          "preselect": "int"
        }
      },
      {
        "chmodx": "script"
      },
      {
        "execute": {
          "args": "$INPUT_LANG $CACHE",
          "file": "script"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/GOG Games/Rune Gold",
          "file": "$CACHE/rune_lang_$INPUT_LANG.tar.xz"
        }
      },
      {
        "move": {
          "dst": "$GAMEDIR/drive_c/GOG Games/Rune Gold/System/backup",
          "src": "$GAMEDIR/drive_c/GOG Games/Rune Gold/System/Default.ini"
        }
      },
      {
        "move": {
          "dst": "$GAMEDIR/drive_c/GOG Games/Rune Gold/System/backup",
          "src": "$GAMEDIR/drive_c/GOG Games/Rune Gold/System/Rune.ini"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/drive_c/GOG Games/Rune Gold/System",
          "src": "game_conf"
        }
      },
      {
        "write_config": {
          "data": {
            "Engine.Engine": {
              "GameRenderDevice": "D3D9Drv.D3D9RenderDevice",
              "Language": "$INPUT_LANG",
              "WindowedRenderDevice": "D3D9Drv.D3D9RenderDevice"
            },
            "WinDrv.WindowsClient": {
              "FullscreenColorBits": 32,
              "FullscreenViewportX": "$RESOLUTION_WIDTH",
              "FullscreenViewportY": "$RESOLUTION_HEIGHT",
              "StartupFullscreen": true,
              "WindowedColorBits": 32,
              "WindowedViewportX": "$RESOLUTION_WIDTH",
              "WindowedViewportY": "$RESOLUTION_HEIGHT"
            }
          },
          "file": "$GAMEDIR/drive_c/GOG Games/Rune Gold/System/Default.ini",
          "merge": true
        }
      }
    ]
  }
}
Back to game