game:
args: -fullscreen -novideo
compatibility:
mode: win98
exe: drive_c/Program Files (x86)/Port Royale 2/PR2.exe
prefix: $GAMEDIR
installer:
- task:
description: Creating WINE prefix
name: create_prefix
prefix: $GAMEDIR
- insert-disc:
description: Insert Port Royale 2 CD
requires: Installa.exe
- task:
description: Installing Port Royale 2
executable: $DISC/Installa.exe
name: wineexec
prefix: $GAMEDIR
description: A simple script to install Port Royale 2 with the CD
game_slug: port-royale-2
gogslug: port_royale_2
humblestoreid: ''
installer_slug: port-royale-2-dvd-rom
name: Port Royale 2
notes: The script was created with a copy of the Italian CD, i don't know if with
the other versions the installer work properly
runner: wine
script:
game:
args: -fullscreen -novideo
compatibility:
mode: win98
exe: drive_c/Program Files (x86)/Port Royale 2/PR2.exe
prefix: $GAMEDIR
installer:
- task:
description: Creating WINE prefix
name: create_prefix
prefix: $GAMEDIR
- insert-disc:
description: Insert Port Royale 2 CD
requires: Installa.exe
- task:
description: Installing Port Royale 2
executable: $DISC/Installa.exe
name: wineexec
prefix: $GAMEDIR
slug: port-royale-2-dvd-rom
steamid: 12470
version: DVD-ROM
year: 2004
{
"game_slug": "port-royale-2",
"version": "DVD-ROM",
"description": "A simple script to install Port Royale 2 with the CD",
"notes": "The script was created with a copy of the Italian CD, i don't know if with the other versions the installer work properly",
"name": "Port Royale 2",
"year": 2004,
"steamid": 12470,
"gogslug": "port_royale_2",
"humblestoreid": "",
"runner": "wine",
"slug": "port-royale-2-dvd-rom",
"installer_slug": "port-royale-2-dvd-rom",
"script": {
"game": {
"args": "-fullscreen -novideo",
"compatibility": {
"mode": "win98"
},
"exe": "drive_c/Program Files (x86)/Port Royale 2/PR2.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"description": "Creating WINE prefix",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"insert-disc": {
"description": "Insert Port Royale 2 CD",
"requires": "Installa.exe"
}
},
{
"task": {
"description": "Installing Port Royale 2",
"executable": "$DISC/Installa.exe",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
]
}
}