Installer aliens-versus-predator-classi-gog-native

files:
- avpexe: https://lutris.net/files/games/alien-versus-predator/avp.tar.gz
- avpinstaller: N/A:Select the game's Windows installer downloaded from GOG.
game:
  exe: $GAMEDIR/avp
  prefix: $GAMEDIR
  working_dir: $GAMEDIR
installer:
- extract:
    dst: $CACHE
    file: avpinstaller
    format: gog
- extract:
    dst: $GAMEDIR
    file: avpexe
- chmodx: $GAMEDIR/avp
- execute:
    command: cd "$CACHE"/app; cp language.txt "$GAMEDIR"; cp -rf avp_huds "$GAMEDIR";
      cp -rf avp_rifs "$GAMEDIR"; cp -rf fastfile "$GAMEDIR"; cp -rf FMVs "$GAMEDIR";
- execute:
    command: cd "$GAMEDIR"; for filename in *; do mv -if $filename `echo $filename
      | tr 'A-Z' 'a-z'` >/dev/null; done; true
- execute:
    command: cd "$GAMEDIR"/avp_huds; for filename in *; do mv -if $filename `echo
      $filename | tr 'A-Z' 'a-z'` >/dev/null; done; true
- execute:
    command: cd "$GAMEDIR"/avp_rifs; for filename in *; do mv -if $filename `echo
      $filename | tr 'A-Z' 'a-z'` >/dev/null; done; true
- execute:
    command: cd "$GAMEDIR"/fastfile; for filename in *; do mv -if $filename `echo
      $filename | tr 'A-Z' 'a-z'` >/dev/null; done; true
- execute:
    command: cd "$GAMEDIR"/fmvs; for filename in *; do mv -if $filename `echo $filename
      | tr 'A-Z' 'a-z'` >/dev/null; done; true
system:
  env:
    APV_DATA: $GAMEDIR
description: This installer uses the installer from GOG to get the game data and the
  open source native executable from http://icculus.org/avp/
game_slug: aliens-versus-predator-classic-2000
gogslug: aliens_versus_predator_classic_2000
humblestoreid: ''
installer_slug: aliens-versus-predator-classi-gog-native
name: Aliens versus Predator Classic 2000
notes: "Press Ctrl+G to grab the mouse\r\nPress Alt+Enter to switch to fullscreen\
  \ mode"
runner: linux
script:
  files:
  - avpexe: https://lutris.net/files/games/alien-versus-predator/avp.tar.gz
  - avpinstaller: N/A:Select the game's Windows installer downloaded from GOG.
  game:
    exe: $GAMEDIR/avp
    prefix: $GAMEDIR
    working_dir: $GAMEDIR
  installer:
  - extract:
      dst: $CACHE
      file: avpinstaller
      format: gog
  - extract:
      dst: $GAMEDIR
      file: avpexe
  - chmodx: $GAMEDIR/avp
  - execute:
      command: cd "$CACHE"/app; cp language.txt "$GAMEDIR"; cp -rf avp_huds "$GAMEDIR";
        cp -rf avp_rifs "$GAMEDIR"; cp -rf fastfile "$GAMEDIR"; cp -rf FMVs "$GAMEDIR";
  - execute:
      command: cd "$GAMEDIR"; for filename in *; do mv -if $filename `echo $filename
        | tr 'A-Z' 'a-z'` >/dev/null; done; true
  - execute:
      command: cd "$GAMEDIR"/avp_huds; for filename in *; do mv -if $filename `echo
        $filename | tr 'A-Z' 'a-z'` >/dev/null; done; true
  - execute:
      command: cd "$GAMEDIR"/avp_rifs; for filename in *; do mv -if $filename `echo
        $filename | tr 'A-Z' 'a-z'` >/dev/null; done; true
  - execute:
      command: cd "$GAMEDIR"/fastfile; for filename in *; do mv -if $filename `echo
        $filename | tr 'A-Z' 'a-z'` >/dev/null; done; true
  - execute:
      command: cd "$GAMEDIR"/fmvs; for filename in *; do mv -if $filename `echo $filename
        | tr 'A-Z' 'a-z'` >/dev/null; done; true
  system:
    env:
      APV_DATA: $GAMEDIR
slug: aliens-versus-predator-classi-gog-native
steamid: 3730
version: GOG - Native
year: 2010
{
  "game_slug": "aliens-versus-predator-classic-2000",
  "version": "GOG - Native",
  "description": "This installer uses the installer from GOG to get the game data and the open source native executable from http://icculus.org/avp/",
  "notes": "Press Ctrl+G to grab the mouse\r\nPress Alt+Enter to switch to fullscreen mode",
  "name": "Aliens versus Predator Classic 2000",
  "year": 2010,
  "steamid": 3730,
  "gogslug": "aliens_versus_predator_classic_2000",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "aliens-versus-predator-classi-gog-native",
  "installer_slug": "aliens-versus-predator-classi-gog-native",
  "script": {
    "files": [
      {
        "avpexe": "https://lutris.net/files/games/alien-versus-predator/avp.tar.gz"
      },
      {
        "avpinstaller": "N/A:Select the game's Windows installer downloaded from GOG."
      }
    ],
    "game": {
      "exe": "$GAMEDIR/avp",
      "prefix": "$GAMEDIR",
      "working_dir": "$GAMEDIR"
    },
    "installer": [
      {
        "extract": {
          "dst": "$CACHE",
          "file": "avpinstaller",
          "format": "gog"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "avpexe"
        }
      },
      {
        "chmodx": "$GAMEDIR/avp"
      },
      {
        "execute": {
          "command": "cd \"$CACHE\"/app; cp language.txt \"$GAMEDIR\"; cp -rf avp_huds \"$GAMEDIR\"; cp -rf avp_rifs \"$GAMEDIR\"; cp -rf fastfile \"$GAMEDIR\"; cp -rf FMVs \"$GAMEDIR\";"
        }
      },
      {
        "execute": {
          "command": "cd \"$GAMEDIR\"; for filename in *; do mv -if $filename `echo $filename | tr 'A-Z' 'a-z'` >/dev/null; done; true"
        }
      },
      {
        "execute": {
          "command": "cd \"$GAMEDIR\"/avp_huds; for filename in *; do mv -if $filename `echo $filename | tr 'A-Z' 'a-z'` >/dev/null; done; true"
        }
      },
      {
        "execute": {
          "command": "cd \"$GAMEDIR\"/avp_rifs; for filename in *; do mv -if $filename `echo $filename | tr 'A-Z' 'a-z'` >/dev/null; done; true"
        }
      },
      {
        "execute": {
          "command": "cd \"$GAMEDIR\"/fastfile; for filename in *; do mv -if $filename `echo $filename | tr 'A-Z' 'a-z'` >/dev/null; done; true"
        }
      },
      {
        "execute": {
          "command": "cd \"$GAMEDIR\"/fmvs; for filename in *; do mv -if $filename `echo $filename | tr 'A-Z' 'a-z'` >/dev/null; done; true"
        }
      }
    ],
    "system": {
      "env": {
        "APV_DATA": "$GAMEDIR"
      }
    }
  }
}
Back to game