Installer rayman-3-hoodlum-havoc-gog-br3
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.
files: - gog_installer: N/A:Select the game's setup file - br3_installer: 'N/A:Select Better Rayman 3''s installer available from here: https://raymanpc.com/forum/viewtopic.php?t=12854' game: arch: win32 exe: $GAMEDIR/drive_c/game/Rayman3.exe gogid: 1207658947 prefix: $GAMEDIR working_dir: $GAMEDIR/drive_c/game installer: - input_menu: description: 'Choose the game''s language:' id: LANG options: - English: English - French: "Fran\xE7ais" - German: Deutsch - Italian: Italiano - Spanish: "Espa\xF1ol" preselect: English - task: arch: win32 description: Creating Wine prefix name: create_prefix prefix: $GAMEDIR - task: args: /SILENT /LANG=en /SP- /NOCANCEL /SUPPRESSMSGBOXES /DIR="C:\game" description: Installing... executable: gog_installer name: wineexec prefix: $GAMEDIR - extract: dst: $CACHE file: br3_installer - merge: dst: $GAMEDIR/drive_c/game src: $CACHE/app - write_config: file: $GAMEDIR/drive_c/game/d3d8.ini key: D3d8to9 section: Compatibility value: 1 - write_config: data: Rayman3: Adapter: 0 Camera_HorizontalAxis: 3 Camera_VerticalAxis: 4 Gli_Mode: 1 - $RESOLUTION x 32 Identifier: 00000000-0001-0000-0000-000000000000 Language: $INPUT_LANG TexturesCompressed: 0 TexturesQuality: 32 TnL: 1 TriLinear: 1 VignettesFile: Vignette.cnt file: $GAMEDIR/drive_c/windows/Ubisoft/ubi.ini - write_config: file: $GAMEDIR/drive_c/windows/Ubisoft/ubi.ini key: OuterDeadZone section: BetterRayman3 value: 20 wine: Desktop: true dxvk: true overrides: d3d8: n
{ "files": [ { "gog_installer": "N/A:Select the game's setup file" }, { "br3_installer": "N/A:Select Better Rayman 3's installer available from here:\nhttps://raymanpc.com/forum/viewtopic.php?t=12854" } ], "game": { "arch": "win32", "exe": "$GAMEDIR/drive_c/game/Rayman3.exe", "gogid": 1207658947, "prefix": "$GAMEDIR", "working_dir": "$GAMEDIR/drive_c/game" }, "installer": [ { "input_menu": { "description": "Choose the game's language:", "id": "LANG", "options": [ { "English": "English" }, { "French": "Fran\u00e7ais" }, { "German": "Deutsch" }, { "Italian": "Italiano" }, { "Spanish": "Espa\u00f1ol" } ], "preselect": "English" } }, { "task": { "arch": "win32", "description": "Creating Wine prefix", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "args": "/SILENT /LANG=en /SP- /NOCANCEL /SUPPRESSMSGBOXES /DIR=\"C:\\game\"", "description": "Installing...", "executable": "gog_installer", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "extract": { "dst": "$CACHE", "file": "br3_installer" } }, { "merge": { "dst": "$GAMEDIR/drive_c/game", "src": "$CACHE/app" } }, { "write_config": { "file": "$GAMEDIR/drive_c/game/d3d8.ini", "key": "D3d8to9", "section": "Compatibility", "value": 1 } }, { "write_config": { "data": { "Rayman3": { "Adapter": 0, "Camera_HorizontalAxis": 3, "Camera_VerticalAxis": 4, "Gli_Mode": "1 - $RESOLUTION x 32", "Identifier": "00000000-0001-0000-0000-000000000000", "Language": "$INPUT_LANG", "TexturesCompressed": 0, "TexturesQuality": 32, "TnL": 1, "TriLinear": 1, "VignettesFile": "Vignette.cnt" } }, "file": "$GAMEDIR/drive_c/windows/Ubisoft/ubi.ini" } }, { "write_config": { "file": "$GAMEDIR/drive_c/windows/Ubisoft/ubi.ini", "key": "OuterDeadZone", "section": "BetterRayman3", "value": 20 } } ], "wine": { "Desktop": true, "dxvk": true, "overrides": { "d3d8": "n" } } }