files:
- java: https://download.oracle.com/java/21/latest/jdk-21_linux-x64_bin.tar.gz
- launcher: https://xmage.today/files/mage-full_1.4.57-dev_2025-04-19_14-28.zip
game:
args: -jar $GAMEDIR/XMageLauncher-0.3.8.jar
exe: jdk-21.0.8/bin/java
prefix: $GAMEDIR
installer:
- extract:
file: java
nomerge: true
- extract:
dst: $GAMEDIR
src: launcher
- execute:
command: java -jar XMageLauncher-0.3.8.jar
- write_file:
content: xmage.client.console=false
file: $GAMEDIR/installed.properties
mode: a
description: XMage
game_slug: xmage
gogslug: ''
humblestoreid: ''
installer_slug: xmage-1457-dev
name: XMage
notes: ''
runner: linux
script:
files:
- java: https://download.oracle.com/java/21/latest/jdk-21_linux-x64_bin.tar.gz
- launcher: https://xmage.today/files/mage-full_1.4.57-dev_2025-04-19_14-28.zip
game:
args: -jar $GAMEDIR/XMageLauncher-0.3.8.jar
exe: jdk-21.0.8/bin/java
prefix: $GAMEDIR
installer:
- extract:
file: java
nomerge: true
- extract:
dst: $GAMEDIR
src: launcher
- execute:
command: java -jar XMageLauncher-0.3.8.jar
- write_file:
content: xmage.client.console=false
file: $GAMEDIR/installed.properties
mode: a
slug: xmage-1457-dev
steamid: null
version: 1.4.57-dev
year: 2015
{
"game_slug": "xmage",
"version": "1.4.57-dev",
"description": "XMage",
"notes": "",
"name": "XMage",
"year": 2015,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "xmage-1457-dev",
"installer_slug": "xmage-1457-dev",
"script": {
"files": [
{
"java": "https://download.oracle.com/java/21/latest/jdk-21_linux-x64_bin.tar.gz"
},
{
"launcher": "https://xmage.today/files/mage-full_1.4.57-dev_2025-04-19_14-28.zip"
}
],
"game": {
"args": "-jar $GAMEDIR/XMageLauncher-0.3.8.jar",
"exe": "jdk-21.0.8/bin/java",
"prefix": "$GAMEDIR"
},
"installer": [
{
"extract": {
"file": "java",
"nomerge": true
}
},
{
"extract": {
"dst": "$GAMEDIR",
"src": "launcher"
}
},
{
"execute": {
"command": "java -jar XMageLauncher-0.3.8.jar"
}
},
{
"write_file": {
"content": "xmage.client.console=false",
"file": "$GAMEDIR/installed.properties",
"mode": "a"
}
}
]
}
}