Installer truckersmp-truckersmp-cli

files:
- placeholder: https://www.worldloppet.com/wp-content/uploads/2018/10/no-img-placeholder.png
game:
  exe: $GAMEDIR/truckersmp-cli
installer:
- move:
    dst: $GAMEDIR
    src: placeholder
- execute:
    command: rm -f $GAMEDIR/no-img-placeholder.png
- execute:
    command: git clone --depth 1 https://github.com/lhark/truckersmp-cli $GAMEDIR
    disable_runtime: true
- chmodx: $GAMEDIR/truckersmp-cli
require-binaries: python3, git
system:
  disable_runtime: true
description: null
game_slug: truckersmp
gogslug: ''
humblestoreid: ''
installer_slug: truckersmp-truckersmp-cli
name: TruckersMP
notes: 'you need to install vdf library for autologin: `pip3 install -U  vdf`'
runner: linux
script:
  files:
  - placeholder: https://www.worldloppet.com/wp-content/uploads/2018/10/no-img-placeholder.png
  game:
    exe: $GAMEDIR/truckersmp-cli
  installer:
  - move:
      dst: $GAMEDIR
      src: placeholder
  - execute:
      command: rm -f $GAMEDIR/no-img-placeholder.png
  - execute:
      command: git clone --depth 1 https://github.com/lhark/truckersmp-cli $GAMEDIR
      disable_runtime: true
  - chmodx: $GAMEDIR/truckersmp-cli
  require-binaries: python3, git
  system:
    disable_runtime: true
slug: truckersmp-truckersmp-cli
steamid: null
version: truckersmp-cli
year: null
{
  "game_slug": "truckersmp",
  "version": "truckersmp-cli",
  "description": null,
  "notes": "you need to install vdf library for autologin: `pip3 install -U  vdf`",
  "name": "TruckersMP",
  "year": null,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "truckersmp-truckersmp-cli",
  "installer_slug": "truckersmp-truckersmp-cli",
  "script": {
    "files": [
      {
        "placeholder": "https://www.worldloppet.com/wp-content/uploads/2018/10/no-img-placeholder.png"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/truckersmp-cli"
    },
    "installer": [
      {
        "move": {
          "dst": "$GAMEDIR",
          "src": "placeholder"
        }
      },
      {
        "execute": {
          "command": "rm -f $GAMEDIR/no-img-placeholder.png"
        }
      },
      {
        "execute": {
          "command": "git clone --depth 1 https://github.com/lhark/truckersmp-cli $GAMEDIR",
          "disable_runtime": true
        }
      },
      {
        "chmodx": "$GAMEDIR/truckersmp-cli"
      }
    ],
    "require-binaries": "python3, git",
    "system": {
      "disable_runtime": true
    }
  }
}
Back to game