GOG.com - Unreal Tournament 2004 ECE
Informations
Creator | Message |
---|---|
petch
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks1 1 DescriptionEnglish: Fast paced futuristic arena, the king of LAN parties!
Source code#!/bin/bash # Date : (2014-05-09 21-26) # Last revision : (2014-05-10 09-25) # Wine version used : 1.6.2, 1.7.18 # Distribution used to test : Debian Sid (Unstable) # Author : Pierre Etchemaite pe-pol@concept-micro.com # Script licence : GPL v.2 # Program licence : Retail # Depend : [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="unreal_tournament_2004_ece" PREFIX="UnrealT2004ECE_gog" WORKING_WINE_VERSION="1.6.2" TITLE="GOG.com - Unreal Tournament 2004 ECE" SHORTCUT_NAME="Unreal Tournament 2004" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2028 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Studio / Publisher" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 3 "34943e9a6f0393e1837c605cadb0e2fc" "0fa94560016944eb07639c24b50111e1" "33f10c93f5aff2dca88f251b0c36c118" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install /nogui # GoG work! Set_OS winxp POL_Wine_X11Drv "GrabFullScreen" "Y" POL_SetupWindow_VMS "32" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "UT2004.exe" "$SHORTCUT_NAME" "" "" "Game;" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Unreal Tournament 2004/Manual/Manual.pdf" # C:\GOG Games\Unreal Tournament\Help\ReadMe.int.txt POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContributeMember | Message |
t1op | Saturday 7 October 2023 at 20:18 |
t1op
|
MessageI am trying to install on Nintendo Switch, switchroot, Ubuntu 18.0.4 bionic Replies |
Ocean86 | Saturday 19 September 2015 at 20:45 |
Ocean86
|
MessageSup guys, this script runs beautifully on the GOG version of the game. Without it, using POL 4.2.2 and Wine 1.7.51 (32-bit prefix), the GOG installer would freeze with an error at the end of the installation. With this script, the installation finished just fine and the game launched normally afterwards. Big thanks to the engineers of this script! Cheers, Alex Replies |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com