Installer ultimate-doom-builder-r3631-x86

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
description: Installs the git build from DRD Team
game_slug: gzdoom-builder-bugfix
gogslug: ''
humblestoreid: ''
installer_slug: ultimate-doom-builder-r3631-x86
name: Ultimate Doom Builder
notes: "This may take a while; the dotnet472 installer is buggy and stalls a lot.\r\
  \n\r\nIf you are having video issues, try setting the environmental variable `__GL_MaxFramesAllowed`\
  \ to 0 instead of 1. (Configure->System options->Show Advanced->Environment variables)"
runner: wine
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
slug: ultimate-doom-builder-r3631-x86
steamid: null
version: r3631-x86
year: 2019
{
  "game_slug": "gzdoom-builder-bugfix",
  "version": "r3631-x86",
  "description": "Installs the git build from DRD Team",
  "notes": "This may take a while; the dotnet472 installer is buggy and stalls a lot.\r\n\r\nIf you are having video issues, try setting the environmental variable `__GL_MaxFramesAllowed` to 0 instead of 1. (Configure->System options->Show Advanced->Environment variables)",
  "name": "Ultimate Doom Builder",
  "year": 2019,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "ultimate-doom-builder-r3631-x86",
  "installer_slug": "ultimate-doom-builder-r3631-x86",
  "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
    }
  }
}
Back to game