Installer unreal-tournament-1999-windows-cd-oldunreal
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.
custom-name: Unreal Tournament (1999) - Windows CD - OldUnreal Patchs files: - patch: https://github.com/OldUnreal/UnrealTournamentPatches/releases/download/v469b/OldUnreal-UTPatch469b-Windows.zip game: exe: drive_c/UnrealTournament/System/UnrealTournament.exe prefix: $GAMEDIR installer: - task: arch: win64 install_gecko: true install_mono: false name: create_prefix prefix: $GAMEDIR - insert-disc: description: Please insert "Unreal Tournament (1999)" Windows CD and press autodetect requires: system/UnrealTournament.exe - task: args: /desktop=UnrealTournament,1024x780 $DISC/setup.exe description: Running setup of the game. Just proceed and keep all settings at their defaults executable: $GAMEDIR/drive_c/windows/explorer.exe include_processes: explorer.exe name: wineexec prefix: $GAMEDIR - extract: dst: $GAMEDIR/drive_c/UnrealTournament file: patch - write_config: data: Engine.Engine: AudioDevice: Cluster.ClusterAudioSubsystem GameRenderDevice: OpenGLDrv.OpenGLRenderDevice FirstRun: FirstRun: 469 SDLDrv.SDLClient: FullscreenColorBits: 32 FullscreenViewportX: $RESOLUTION_WIDTH FullscreenViewportY: $RESOLUTION_HEIGHT StartupFullscreen: true UseRawHIDInput: true WinDrv.WindowsClient: FullscreenColorBits: 32 FullscreenViewportX: $RESOLUTION_WIDTH FullscreenViewportY: $RESOLUTION_HEIGHT StartupFullscreen: true UseRawHIDInput: true file: $GAMEDIR/drive_c/UnrealTournament/System/Default.ini - write_config: data: Engine.Engine: AudioDevice: Cluster.ClusterAudioSubsystem GameRenderDevice: OpenGLDrv.OpenGLRenderDevice FirstRun: FirstRun: 469 SDLDrv.SDLClient: FullscreenColorBits: 32 FullscreenViewportX: $RESOLUTION_WIDTH FullscreenViewportY: $RESOLUTION_HEIGHT StartupFullscreen: true UseRawHIDInput: true WinDrv.WindowsClient: FullscreenColorBits: 32 FullscreenViewportX: $RESOLUTION_WIDTH FullscreenViewportY: $RESOLUTION_HEIGHT StartupFullscreen: true UseRawHIDInput: true file: $GAMEDIR/drive_c/UnrealTournament/System/UnrealTournament.ini - task: arch: win64 key: background name: set_regedit path: HKEY_CURRENT_USER\Control Panel\Colors\ prefix: $GAMEDIR type: REG_SZ value: 0 0 0 wine: Desktop: true
{ "custom-name": "Unreal Tournament (1999) - Windows CD - OldUnreal Patchs", "files": [ { "patch": "https://github.com/OldUnreal/UnrealTournamentPatches/releases/download/v469b/OldUnreal-UTPatch469b-Windows.zip" } ], "game": { "exe": "drive_c/UnrealTournament/System/UnrealTournament.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win64", "install_gecko": true, "install_mono": false, "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "insert-disc": { "description": "Please insert \"Unreal Tournament (1999)\" Windows CD and press autodetect", "requires": "system/UnrealTournament.exe" } }, { "task": { "args": "/desktop=UnrealTournament,1024x780 $DISC/setup.exe", "description": "Running setup of the game. Just proceed and keep all settings at their defaults", "executable": "$GAMEDIR/drive_c/windows/explorer.exe", "include_processes": "explorer.exe", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "extract": { "dst": "$GAMEDIR/drive_c/UnrealTournament", "file": "patch" } }, { "write_config": { "data": { "Engine.Engine": { "AudioDevice": "Cluster.ClusterAudioSubsystem", "GameRenderDevice": "OpenGLDrv.OpenGLRenderDevice" }, "FirstRun": { "FirstRun": 469 }, "SDLDrv.SDLClient": { "FullscreenColorBits": 32, "FullscreenViewportX": "$RESOLUTION_WIDTH", "FullscreenViewportY": "$RESOLUTION_HEIGHT", "StartupFullscreen": true, "UseRawHIDInput": true }, "WinDrv.WindowsClient": { "FullscreenColorBits": 32, "FullscreenViewportX": "$RESOLUTION_WIDTH", "FullscreenViewportY": "$RESOLUTION_HEIGHT", "StartupFullscreen": true, "UseRawHIDInput": true } }, "file": "$GAMEDIR/drive_c/UnrealTournament/System/Default.ini" } }, { "write_config": { "data": { "Engine.Engine": { "AudioDevice": "Cluster.ClusterAudioSubsystem", "GameRenderDevice": "OpenGLDrv.OpenGLRenderDevice" }, "FirstRun": { "FirstRun": 469 }, "SDLDrv.SDLClient": { "FullscreenColorBits": 32, "FullscreenViewportX": "$RESOLUTION_WIDTH", "FullscreenViewportY": "$RESOLUTION_HEIGHT", "StartupFullscreen": true, "UseRawHIDInput": true }, "WinDrv.WindowsClient": { "FullscreenColorBits": 32, "FullscreenViewportX": "$RESOLUTION_WIDTH", "FullscreenViewportY": "$RESOLUTION_HEIGHT", "StartupFullscreen": true, "UseRawHIDInput": true } }, "file": "$GAMEDIR/drive_c/UnrealTournament/System/UnrealTournament.ini" } }, { "task": { "arch": "win64", "key": "background", "name": "set_regedit", "path": "HKEY_CURRENT_USER\\Control Panel\\Colors\\", "prefix": "$GAMEDIR", "type": "REG_SZ", "value": "0 0 0" } } ], "wine": { "Desktop": true } }