Installer ultimate-doom-builder-r3631-x86
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: - udb_installer: https://devbuilds.drdteam.org/ultimatedoombuilder/UltimateDoomBuilder-r3631-x86.7z game: arch: win32 exe: $GAMEDIR/drive_c/ultimate_doom_builder/Builder.exe prefix: $GAMEDIR installer: - task: arch: win32 description: Creating Wine prefix name: create_prefix prefix: $GAMEDIR - extract: dst: $GAMEDIR/drive_c/ultimate_doom_builder src: udb_installer - task: app: corefonts description: Installing Core Fonts name: winetricks prefix: $GAMEDIR silent: true - task: app: dotnet472 description: Installing .NET framework 4.7.2 name: winetricks prefix: $GAMEDIR silent: true - task: app: winxp description: Setting WINE version to WinXP name: winetricks prefix: $GAMEDIR silent: true system: env: __GL_MaxFramesAllowed: 1 wine: dxvk: false esync: false
{ "files": [ { "udb_installer": "https://devbuilds.drdteam.org/ultimatedoombuilder/UltimateDoomBuilder-r3631-x86.7z" } ], "game": { "arch": "win32", "exe": "$GAMEDIR/drive_c/ultimate_doom_builder/Builder.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win32", "description": "Creating Wine prefix", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "extract": { "dst": "$GAMEDIR/drive_c/ultimate_doom_builder", "src": "udb_installer" } }, { "task": { "app": "corefonts", "description": "Installing Core Fonts", "name": "winetricks", "prefix": "$GAMEDIR", "silent": true } }, { "task": { "app": "dotnet472", "description": "Installing .NET framework 4.7.2", "name": "winetricks", "prefix": "$GAMEDIR", "silent": true } }, { "task": { "app": "winxp", "description": "Setting WINE version to WinXP", "name": "winetricks", "prefix": "$GAMEDIR", "silent": true } } ], "system": { "env": { "__GL_MaxFramesAllowed": 1 } }, "wine": { "dxvk": false, "esync": false } }