game:
arch: win32
exe: drive_c/Unmechanical/Binaries/Win32/UDK.exe
prefix: $GAMEDIR
installer:
- insert-disc:
requires: UnmechanicalSetup.exe
- task:
args: /S
executable: UnmechanicalSetup.exe
name: wineexec
overrides:
winemenubuilder.exe: d
working_dir: $DISC
- write_config:
file: $GAMEDIR/drive_c/Unmechanical/UDKGame/Config/DefaultEngine.ini
key: ResX
section: SystemSettings
value: $RESOLUTION_WIDTH
- write_config:
file: $GAMEDIR/drive_c/Unmechanical/UDKGame/Config/DefaultEngine.ini
key: ResY
section: SystemSettings
value: $RESOLUTION_HEIGHT
description: ''
game_slug: unmechanical
gogslug: unmechanical
humblestoreid: unmechanical
installer_slug: unmechanical-cd
name: Unmechanical
notes: The DirectX installer will popup during installation. The Game may even work,
when you just close the Installer.
runner: wine
script:
game:
arch: win32
exe: drive_c/Unmechanical/Binaries/Win32/UDK.exe
prefix: $GAMEDIR
installer:
- insert-disc:
requires: UnmechanicalSetup.exe
- task:
args: /S
executable: UnmechanicalSetup.exe
name: wineexec
overrides:
winemenubuilder.exe: d
working_dir: $DISC
- write_config:
file: $GAMEDIR/drive_c/Unmechanical/UDKGame/Config/DefaultEngine.ini
key: ResX
section: SystemSettings
value: $RESOLUTION_WIDTH
- write_config:
file: $GAMEDIR/drive_c/Unmechanical/UDKGame/Config/DefaultEngine.ini
key: ResY
section: SystemSettings
value: $RESOLUTION_HEIGHT
slug: unmechanical-cd
steamid: 211180
version: CD
year: 2012
{
"game_slug": "unmechanical",
"version": "CD",
"description": "",
"notes": "The DirectX installer will popup during installation. The Game may even work, when you just close the Installer.",
"name": "Unmechanical",
"year": 2012,
"steamid": 211180,
"gogslug": "unmechanical",
"humblestoreid": "unmechanical",
"runner": "wine",
"slug": "unmechanical-cd",
"installer_slug": "unmechanical-cd",
"script": {
"game": {
"arch": "win32",
"exe": "drive_c/Unmechanical/Binaries/Win32/UDK.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"insert-disc": {
"requires": "UnmechanicalSetup.exe"
}
},
{
"task": {
"args": "/S",
"executable": "UnmechanicalSetup.exe",
"name": "wineexec",
"overrides": {
"winemenubuilder.exe": "d"
},
"working_dir": "$DISC"
}
},
{
"write_config": {
"file": "$GAMEDIR/drive_c/Unmechanical/UDKGame/Config/DefaultEngine.ini",
"key": "ResX",
"section": "SystemSettings",
"value": "$RESOLUTION_WIDTH"
}
},
{
"write_config": {
"file": "$GAMEDIR/drive_c/Unmechanical/UDKGame/Config/DefaultEngine.ini",
"key": "ResY",
"section": "SystemSettings",
"value": "$RESOLUTION_HEIGHT"
}
}
]
}
}