======Games - Unreal Tournament 2003======
[[https://orkultus.wordpress.com/2014/10/13/installing-the-old-but-legendary-ut2003-physical-copy-on-current-linux-systems/|Linux Fix-it's by Orkultus - Installing the old but legendary UT2003 (Physical Copy) on current linux systems!]]
=====UT2003 op Fedora 7 x86_64=====
Kopieer de linux_installer.sh naar een lokale directory en maak het bestand writeable. \\
Bij het draaien van
sh linux_installer.sh
Loop je tegen de volgende foutmelding aan:
Copying to a temporary location...
Verifying archive integrity...tail: cannot open `+266' for reading: No such file or directory
Error in checksums: 200063408 is different from 3043856338
Open linux_installer.sh in een hex editor, ik heb KHexEditor gebruikt, en verander alle
tail +266
in
tail -n +266
Bron:[[https://www.redhat.com/archives/fedora-list/2006-May/msg05102.html|Re: ut2003 linux_installer.sh fail on extract]] \\
Sla het bestand vervolgens weer op.
Als je linux_installer.sh nu weer uitvoerd, verschijnt de volgende foutmelding:
Copying to a temporary location...
Verifying archive integrity... All good.
Uncompressing Unreal Tournament 2003 for GNU/Linux 2107......................................................................
This installation doesn't support glibc-2.1 on Linux / x86_64
(tried to run setup)
Fatal error, no tech support email configured in this setup
The setup program seems to have failed on x86_64/glibc-2.1
Fatal error, no tech support email configured in this setup
The program returned an error code (1)
Start linux_installer.sh op de volgende manier op:
linux32 sh linux_installer.sh
Bron:[[http://www.fedoraforum.org/forum/printthread.php?t=27879http://www.fedoraforum.org/forum/printthread.php?t=27879|enemy-territory on FC3-x86_64 installation!]] \\
Installeren maar.
Na installatie patchen met ut2003_2225beta3-multilanguage.update.run geeft de volgende foutmelding:
Verifying archive integrity... All good.
Uncompressing Unreal Tournament 2003 2225beta3-multilanguage Update................................................................................................................................................................................................................................................................................................................................................................................................................................................
./update.sh: line 57: loki_patch: command not found
Voer de updater uit met:
sh ut2003_2225beta3-multilanguage.update.run --keep
Kijk vervolgens in de ut2003_2225beta3-multilanguage.update en open update.sh, vervang hierin de drie vermeldingen van loki_patch in ./bin/Linux/x86/loki_patch.
Regel 57 wordt dan:
if ./bin/Linux/x86/loki_patch --verify patch.dat; then
Regel 75 wordt dan:
installed=`./bin/Linux/x86/loki_patch --info patch.dat "$1" |
Regel 140 wordt dan:
./bin/Linux/x86/loki_patch patch.dat $installed
Open een terminal en cd naar de ut2003_2225beta3-multilanguage.update. Voer uit:
sh update.sh
En volg de aanwijzingen op de prompt.
Bij het opstarten van ut2003 verschijnt nog de volgende foutmelding:
./ut2003-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
Download [[http://icculus.org/updates/cod/gcc3-libs.tar.bz2|dit]] ([[http://www.unrealadmin.org/forums/showthread.php?p=46995|bron]])en plaats deze bestanden in ./ut2003/System. Hierna start ut2003 op, maar ik krijg problemen met de graphics (items die wegvallen en weer terugkomen) en de performance is slecht.