Installer tvtower-latest-x86

This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.

exe: start.sh
files:
- game: http://tvgigant.de/downloads/TVTower.LatestRelease.zip
installer:
- extract:
    description: extracting...
    dst: $GAMEDIR
    file: $game
- chmodx: $GAMEDIR/TVTower_Linux64
- chmodx: $GAMEDIR/TVTower_Linux32_noPulseAudio
- chmodx: $GAMEDIR/TVTower_Linux32
- execute:
    args: -c "printf '#!/bin/sh\ncd $GAMEDIR\nif [ \"$$(uname -m)\" = \"x86_64\" ]\nthen\n./TVTower_Linux64
      \"$$@\"\nelse\n./TVTower_Linux32 \"$$@\"\nfi'>$GAMEDIR/start.sh"
    file: /bin/sh
    terminal: true
- chmodx: $GAMEDIR/start.sh
{
  "exe": "start.sh",
  "files": [
    {
      "game": "http://tvgigant.de/downloads/TVTower.LatestRelease.zip"
    }
  ],
  "installer": [
    {
      "extract": {
        "description": "extracting...",
        "dst": "$GAMEDIR",
        "file": "$game"
      }
    },
    {
      "chmodx": "$GAMEDIR/TVTower_Linux64"
    },
    {
      "chmodx": "$GAMEDIR/TVTower_Linux32_noPulseAudio"
    },
    {
      "chmodx": "$GAMEDIR/TVTower_Linux32"
    },
    {
      "execute": {
        "args": "-c \"printf '#!/bin/sh\\ncd $GAMEDIR\\nif [ \\\"$$(uname -m)\\\" = \\\"x86_64\\\" ]\\nthen\\n./TVTower_Linux64 \\\"$$@\\\"\\nelse\\n./TVTower_Linux32 \\\"$$@\\\"\\nfi'>$GAMEDIR/start.sh\"",
        "file": "/bin/sh",
        "terminal": true
      }
    },
    {
      "chmodx": "$GAMEDIR/start.sh"
    }
  ]
}
Back to game