files:
- avpexe: https://lutris.net/files/games/alien-versus-predator/avp.tar.gz
- avp-data: $STEAM:3730:/
game:
exe: avp
installer:
- extract:
dst: $GAMEDIR
file: avpexe
- merge:
dst: $GAMEDIR
src: avp-data
- execute:
command: find $GAMEDIR -depth -name '*[A-Z]*'|sed -n 's/\(.*\/\)\(.*\)/mv -n -v
-T \1\2 \1\L\2/p'|sh
description: This installer uses the Steam installation 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-steam-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
- avp-data: $STEAM:3730:/
game:
exe: avp
installer:
- extract:
dst: $GAMEDIR
file: avpexe
- merge:
dst: $GAMEDIR
src: avp-data
- execute:
command: find $GAMEDIR -depth -name '*[A-Z]*'|sed -n 's/\(.*\/\)\(.*\)/mv -n
-v -T \1\2 \1\L\2/p'|sh
slug: aliens-versus-predator-classi-steam-native
steamid: 3730
version: Steam - native
year: 2010
{
"game_slug": "aliens-versus-predator-classic-2000",
"version": "Steam - native",
"description": "This installer uses the Steam installation 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-steam-native",
"installer_slug": "aliens-versus-predator-classi-steam-native",
"script": {
"files": [
{
"avpexe": "https://lutris.net/files/games/alien-versus-predator/avp.tar.gz"
},
{
"avp-data": "$STEAM:3730:/"
}
],
"game": {
"exe": "avp"
},
"installer": [
{
"extract": {
"dst": "$GAMEDIR",
"file": "avpexe"
}
},
{
"merge": {
"dst": "$GAMEDIR",
"src": "avp-data"
}
},
{
"execute": {
"command": "find $GAMEDIR -depth -name '*[A-Z]*'|sed -n 's/\\(.*\\/\\)\\(.*\\)/mv -n -v -T \\1\\2 \\1\\L\\2/p'|sh"
}
}
]
}
}