Installer freeso-linux-mono-jun22

files:
- tso: https://beta.freeso.org/TSO.docx
- macextras: https://freeso.org/stuff/macextras.zip
- client: https://github.com/riperiperi/FreeSO/releases/download/beta-update-85o/client-beta-update-85o.zip
- remesh: https://beta.freeso.org/RemeshPackage.docx
game:
  exe: $GAMEDIR/freeso3d.command
  launch_configs:
  - exe: $GAMEDIR/freeso.command
    name: FreeSO 2D Renderer
installer:
- extract:
    dst: $GAMEDIR
    file: $client
- extract:
    dst: $GAMEDIR
    file: $macextras
- extract:
    dst: $GAMEDIR/Content/MeshReplace
    file: $remesh
    format: zip
- extract:
    dst: $CACHE/tso
    file: $tso
    format: zip
- execute:
    command: cabextract -d $GAMEDIR/game $CACHE/tso/Data1.cab
- chmodx: $GAMEDIR/freeso.command
- chmodx: $GAMEDIR/freeso3d.command
require-binaries: mono, cabextract, curl
description: This downloads and installs the required files to run FreeSO (https://freeso.org)
  natively on Linux using Mono.
game_slug: freeso
gogslug: ''
humblestoreid: ''
installer_slug: freeso-linux-mono-jun22
name: FreeSO
notes: "Requires cabextract and curl during installation.\r\nRequires sdl2 and mono\
  \ at runtime.\r\nNo longer requires executables to be patched on install.\r\nPlayer\
  \ can choose between 2D and 3D rendering modes."
runner: linux
script:
  files:
  - tso: https://beta.freeso.org/TSO.docx
  - macextras: https://freeso.org/stuff/macextras.zip
  - client: https://github.com/riperiperi/FreeSO/releases/download/beta-update-85o/client-beta-update-85o.zip
  - remesh: https://beta.freeso.org/RemeshPackage.docx
  game:
    exe: $GAMEDIR/freeso3d.command
    launch_configs:
    - exe: $GAMEDIR/freeso.command
      name: FreeSO 2D Renderer
  installer:
  - extract:
      dst: $GAMEDIR
      file: $client
  - extract:
      dst: $GAMEDIR
      file: $macextras
  - extract:
      dst: $GAMEDIR/Content/MeshReplace
      file: $remesh
      format: zip
  - extract:
      dst: $CACHE/tso
      file: $tso
      format: zip
  - execute:
      command: cabextract -d $GAMEDIR/game $CACHE/tso/Data1.cab
  - chmodx: $GAMEDIR/freeso.command
  - chmodx: $GAMEDIR/freeso3d.command
  require-binaries: mono, cabextract, curl
slug: freeso-linux-mono-jun22
steamid: null
version: linux-mono-jun22
year: 2017
{
  "game_slug": "freeso",
  "version": "linux-mono-jun22",
  "description": "This downloads and installs the required files to run FreeSO (https://freeso.org) natively on Linux using Mono.",
  "notes": "Requires cabextract and curl during installation.\r\nRequires sdl2 and mono at runtime.\r\nNo longer requires executables to be patched on install.\r\nPlayer can choose between 2D and 3D rendering modes.",
  "name": "FreeSO",
  "year": 2017,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "freeso-linux-mono-jun22",
  "installer_slug": "freeso-linux-mono-jun22",
  "script": {
    "files": [
      {
        "tso": "https://beta.freeso.org/TSO.docx"
      },
      {
        "macextras": "https://freeso.org/stuff/macextras.zip"
      },
      {
        "client": "https://github.com/riperiperi/FreeSO/releases/download/beta-update-85o/client-beta-update-85o.zip"
      },
      {
        "remesh": "https://beta.freeso.org/RemeshPackage.docx"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/freeso3d.command",
      "launch_configs": [
        {
          "exe": "$GAMEDIR/freeso.command",
          "name": "FreeSO 2D Renderer"
        }
      ]
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "$client"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "$macextras"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/Content/MeshReplace",
          "file": "$remesh",
          "format": "zip"
        }
      },
      {
        "extract": {
          "dst": "$CACHE/tso",
          "file": "$tso",
          "format": "zip"
        }
      },
      {
        "execute": {
          "command": "cabextract -d $GAMEDIR/game $CACHE/tso/Data1.cab"
        }
      },
      {
        "chmodx": "$GAMEDIR/freeso.command"
      },
      {
        "chmodx": "$GAMEDIR/freeso3d.command"
      }
    ],
    "require-binaries": "mono, cabextract, curl"
  }
}
Back to game