Server/Quake3: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „== Abhaengigkeiten == wget ftp://ftp.idsoftware.com/idstuff/quake3/linux/linuxq3apoint-1.32b-3.x86.run chmod a+x linuxq3apoint-1.32b-3.x86.run Von der Qua…“) |
Keine Bearbeitungszusammenfassung |
||
Zeile 48: | Zeile 48: | ||
apt-get install libx11-6:i386 libxext6:i386 libgl1-mesa-dri:i386 libgl1-mesa-glx:i386 | apt-get install libx11-6:i386 libxext6:i386 libgl1-mesa-dri:i386 libgl1-mesa-glx:i386 | ||
./quake3 | ./quake3 | ||
== Weblink == | |||
[http://www.3dgw.com/guides/q3a/index.php3?page=q3acommands.htm#servercfg servercfg] | |||
[[Kategorie:Kultur]] | [[Kategorie:Kultur]] |
Version vom 6. Dezember 2015, 01:14 Uhr
Abhaengigkeiten
wget ftp://ftp.idsoftware.com/idstuff/quake3/linux/linuxq3apoint-1.32b-3.x86.run chmod a+x linuxq3apoint-1.32b-3.x86.run
Von der Quake3 Installations Cd die pak0.pk3 Datei.
Installation
useradd -g users -d /home/quake3 -s /bin/bash -m quake3
./linuxq3apoint-1.32b-3.x86.run --keep
Eine Fehlermeldung tritt unter Debian 8 auf. The setup program seems to have failed on unknown/unknown
cd ./setup.tmp
Editiere die setup.sh in Zeile 33:
i?86 | i86 | x86_64*)
$./setup.sh Do you agree with the license? [Y/n] y Please enter the installation path [/usr/local/games/quake3] /home/quake3/server/ Please enter the path in which to create the symbolic links [/usr/local/bin] 'Point Release Base Install' option will be installed. Option: 'Quake III: Team Arena' ? [Y/n/?] Option: 'Dedicated server' ? [Y/n/?] Option: 'PunkBuster client/server files' ? [Y/n] n Do you want to install startup menu entries? [Y/n] Installing to /home/quake3/server/ 372925 MB available, 30 MB will be installed.
Continue install? [Y/n]
Installation complete. Would you like to start now? [Y/n] n
cd /home/quake3/server/baseq3 cp /home/upload/Quake3/pak0.pk3 ./
Fehler:
$ ./quake3 ./quake3.x86: error while loading shared libraries: libX11.so.6: wrong ELF class: ELFCLASS64
apt-get install libx11-6:i386 libxext6:i386 libgl1-mesa-dri:i386 libgl1-mesa-glx:i386 ./quake3