GOG.com - Unreal Tournament 2004 ECE

Informations

Creator Meddelanden
petch

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 17652
Wine: 1.6.2

Feedbacks

Description

English: Fast paced futuristic arena, the king of LAN parties!

Remark: after installation, you can run the game natively by following instructions from https://www.linuxquestions.org/questions/blog/disturbed1-175451/native-ut2004-from-gog-com-3305/

Français : Combats rapides dans une arène futuriste, le roi des LAN parties !

Remarque : après installation, le jeu peut être exécuté nativement en suivant les instructions depuis https://www.linuxquestions.org/questions/blog/disturbed1-175451/native-ut2004-from-gog-com-3305/ (en anglais)

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:

Contribute
Member Meddelanden
t1op Saturday 7 October 2023 at 20:18
t1op Anonymous

Meddelanden

I am trying to install on Nintendo Switch, switchroot, Ubuntu 18.0.4 bionic
I get Error in POL_Wine
Wine seems to have crashed.
In the log this happens after the message about POL deliberately disabling winemenubuilder then ... wine: cannot execute binary file: Exec format error

Svar

Ocean86 Saturday 19 September 2015 at 20:45
Ocean86

Meddelanden

Sup 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

Svar