files:
- zip: https://wakfu.cdn.ankama.com/installers/zip/wakfu.zip
game:
exe: bin/start/linux64.sh
installer:
- input_menu:
description: 'Choose the game''s language:'
id: LANG
options:
- en: English
- es: Spain
- fr: French
- pt: Portugal
preselect: en
- extract:
file: zip
- copy:
dst: $GAMEDIR/bin/start
src: $GAMEDIR/bin/$INPUT_LANG
- chmodx: $GAMEDIR/bin/start/linux64.sh
- chmodx: $GAMEDIR/jre/linux/x64/bin/java
description: Use Ankama account to login. Account does not need to be linked with
Steam.
game_slug: wakfu
gogslug: ''
humblestoreid: ''
installer_slug: wakfu-standalone-64-bits
name: WAKFU
notes: Java is included.
runner: linux
script:
files:
- zip: https://wakfu.cdn.ankama.com/installers/zip/wakfu.zip
game:
exe: bin/start/linux64.sh
installer:
- input_menu:
description: 'Choose the game''s language:'
id: LANG
options:
- en: English
- es: Spain
- fr: French
- pt: Portugal
preselect: en
- extract:
file: zip
- copy:
dst: $GAMEDIR/bin/start
src: $GAMEDIR/bin/$INPUT_LANG
- chmodx: $GAMEDIR/bin/start/linux64.sh
- chmodx: $GAMEDIR/jre/linux/x64/bin/java
slug: wakfu-standalone-64-bits
steamid: 215080
version: Standalone 64 bits
year: 2012
{
"game_slug": "wakfu",
"version": "Standalone 64 bits",
"description": "Use Ankama account to login. Account does not need to be linked with Steam.",
"notes": "Java is included.",
"name": "WAKFU",
"year": 2012,
"steamid": 215080,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "wakfu-standalone-64-bits",
"installer_slug": "wakfu-standalone-64-bits",
"script": {
"files": [
{
"zip": "https://wakfu.cdn.ankama.com/installers/zip/wakfu.zip"
}
],
"game": {
"exe": "bin/start/linux64.sh"
},
"installer": [
{
"input_menu": {
"description": "Choose the game's language:",
"id": "LANG",
"options": [
{
"en": "English"
},
{
"es": "Spain"
},
{
"fr": "French"
},
{
"pt": "Portugal"
}
],
"preselect": "en"
}
},
{
"extract": {
"file": "zip"
}
},
{
"copy": {
"dst": "$GAMEDIR/bin/start",
"src": "$GAMEDIR/bin/$INPUT_LANG"
}
},
{
"chmodx": "$GAMEDIR/bin/start/linux64.sh"
},
{
"chmodx": "$GAMEDIR/jre/linux/x64/bin/java"
}
]
}
}