game:
exe: drive_c/dc/dc16.exe
prefix: $GAMEDIR
installer:
- task:
description: Preparing wineprefix...
name: create_prefix
prefix: $GAMEDIR
- insert-disc:
requires: autorun.bmp
- task:
description: 'Follow these steps: Click Next, select Maximum Install and click
Next, click Next, when prompted to create DC directory click Yes, DirectX 5
install does not matter, click No on readme prompt, click X on Wine popup window.'
exclude_processes: setup.exe
executable: $DISC/setup.exe
name: wineexec
- execute:
command: cp -r "$DISC/Dc/avi" "$GAMEDIR/drive_c/dc/"
- execute:
command: cp -r "$DISC/Dc/encyclo" "$GAMEDIR/drive_c/dc/"
- execute:
command: cp -r "$DISC/Dc/mission" "$GAMEDIR/drive_c/dc/"
- execute:
command: python3 -c "f=open('$GAMEDIR/drive_c/dc/dc.exe','r+b');f.seek(19872);f.write(bytes([0xB0,0x01,0xC3]));f.close()"
- execute:
command: python3 -c "f=open('$GAMEDIR/drive_c/dc/dc16.exe','r+b');f.seek(19888);f.write(bytes([0xB0,0x01,0xC3]));f.close()"
description: Run the game without the CD
game_slug: dark-colony
gogslug: ''
humblestoreid: ''
installer_slug: dark-colony-windows-cd-edition
name: Dark Colony
notes: ''
runner: wine
script:
game:
exe: drive_c/dc/dc16.exe
prefix: $GAMEDIR
installer:
- task:
description: Preparing wineprefix...
name: create_prefix
prefix: $GAMEDIR
- insert-disc:
requires: autorun.bmp
- task:
description: 'Follow these steps: Click Next, select Maximum Install and click
Next, click Next, when prompted to create DC directory click Yes, DirectX
5 install does not matter, click No on readme prompt, click X on Wine popup
window.'
exclude_processes: setup.exe
executable: $DISC/setup.exe
name: wineexec
- execute:
command: cp -r "$DISC/Dc/avi" "$GAMEDIR/drive_c/dc/"
- execute:
command: cp -r "$DISC/Dc/encyclo" "$GAMEDIR/drive_c/dc/"
- execute:
command: cp -r "$DISC/Dc/mission" "$GAMEDIR/drive_c/dc/"
- execute:
command: python3 -c "f=open('$GAMEDIR/drive_c/dc/dc.exe','r+b');f.seek(19872);f.write(bytes([0xB0,0x01,0xC3]));f.close()"
- execute:
command: python3 -c "f=open('$GAMEDIR/drive_c/dc/dc16.exe','r+b');f.seek(19888);f.write(bytes([0xB0,0x01,0xC3]));f.close()"
slug: dark-colony-windows-cd-edition
steamid: null
version: Windows CD edition
year: 1997
{
"game_slug": "dark-colony",
"version": "Windows CD edition",
"description": "Run the game without the CD",
"notes": "",
"name": "Dark Colony",
"year": 1997,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "dark-colony-windows-cd-edition",
"installer_slug": "dark-colony-windows-cd-edition",
"script": {
"game": {
"exe": "drive_c/dc/dc16.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"description": "Preparing wineprefix...",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"insert-disc": {
"requires": "autorun.bmp"
}
},
{
"task": {
"description": "Follow these steps: Click Next, select Maximum Install and click Next, click Next, when prompted to create DC directory click Yes, DirectX 5 install does not matter, click No on readme prompt, click X on Wine popup window.",
"exclude_processes": "setup.exe",
"executable": "$DISC/setup.exe",
"name": "wineexec"
}
},
{
"execute": {
"command": "cp -r \"$DISC/Dc/avi\" \"$GAMEDIR/drive_c/dc/\""
}
},
{
"execute": {
"command": "cp -r \"$DISC/Dc/encyclo\" \"$GAMEDIR/drive_c/dc/\""
}
},
{
"execute": {
"command": "cp -r \"$DISC/Dc/mission\" \"$GAMEDIR/drive_c/dc/\""
}
},
{
"execute": {
"command": "python3 -c \"f=open('$GAMEDIR/drive_c/dc/dc.exe','r+b');f.seek(19872);f.write(bytes([0xB0,0x01,0xC3]));f.close()\""
}
},
{
"execute": {
"command": "python3 -c \"f=open('$GAMEDIR/drive_c/dc/dc16.exe','r+b');f.seek(19888);f.write(bytes([0xB0,0x01,0xC3]));f.close()\""
}
}
]
}
}