Dies ist eine alte Version des Dokuments!
Quake 3 Arena - Excessive Plus
Inhaltsverzeichnis
1. Einrichten eines Quake 3 Arena Server mit Excessive Plus Mod
1.1 Quake 3 Arena Server unter Debian 8
(Der Server/VMware steht im LAN. Ist also ein Server zum zocken für daheim.)
- Ich hab mir eine VMware Maschine erstellt. Nichts besonderes. 1GB RAM in etwa, i386
- Verwendetes Linux Image „debian-8.4.0-i386-netinst.iso“. Download: debian-8.4.0-i386-netinst.iso
- Beim Installieren wähle ich nur die Standard-Systemwerkzeuge und den SSH-Server aus.
- Nach der installation noch schnell das netzwerk anpassen. (/etc/network/interfaces und eventuell /etc/resolv.conf)
- ping google.de Test ok?
- Ich arbeite hier als root da es eine VMWare im LAN ist.
1.2 Installation
1.2.1 Teil 1
- Installation von Quake3Arena
- Installations Verzeichnis –> /usr/local/games/quake3
- WICHTIG, Nun die „pak0.pk3“ nach /usr/local/games/quake3/baseq3/ kopieren. (Befindet sich auf der original CD auf CDROM:/Quake3/baseq3/pak0.pk3)
root@q3deb # cd /download/ root@q3deb # wget http://wiki.senseye.org/adir/quake/linuxq3apoint-1.32b-3.x86.run root@q3deb # chmod a+x linuxq3apoint-1.32b-3.x86.run root@q3deb # ./linuxq3apoint-1.32b-3.x86.run root@q3deb # cp pak0.pk3 /usr/local/games/quake3/baseq3/ // Installations Log --> http://wiki.senseye.org/sonstiges:quake_3_arena_log
1.2.2 Teil 2
- Patch auf 1.32c einspielen. Die Dateien werden einfach ersetzt.
root@q3deb # cd /download/ root@q3deb # wget http://wiki.senseye.org/adir/quake/quake3-1.32c-linux.zip root@q3deb # unzip quake3-1.32c-linux.zip root@q3deb # cd Quake\ III\ Arena\ 1.32c/linux/ root@q3deb # cp q3ded /usr/local/games/quake3/q3ded root@q3deb # cp quake3-smp.x86 /usr/local/games/quake3/quake3-smp.x86 root@q3deb # cp quake3.x86 /usr/local/games/quake3/quake3.x86
1.2.3 Teil 3
- Excessive Plus Mod installieren.
root@q3deb # cd /download/ root@q3deb # wget http://wiki.senseye.org/adir/quake/xp-2.3.zip root@q3deb # unzip xp-2.3.zip root@q3deb # cp -R excessiveplus/ /usr/local/games/quake3/
1.2.4 Teil 4
- Meine eigenen Konfigs einspielen.
root@q3deb # wget http://wiki.senseye.org/adir/quake/excessive/rotation.txt // ???? root@q3deb # wget http://wiki.senseye.org/adir/quake/excessive/server-bestof.cfg // ?? root@q3deb # wget http://wiki.senseye.org/adir/quake/excessive/rotation-1vs1.txt // ?? root@q3deb # wget http://wiki.senseye.org/adir/quake/excessive/server-1vs1.cfg // ?? root@q3deb # wget http://wiki.senseye.org/adir/quake/excessive/onlyrail.cfg // ?? - root@q3deb # mv rotation.txt /usr/local/games/quake3/excessiveplus/ root@q3deb # mv server-bestof.cfg /usr/local/games/quake3/excessiveplus/ root@q3deb # mv rotation-1vs1.txt /usr/local/games/quake3/excessiveplus/ root@q3deb # mv server-1vs1.cfg /usr/local/games/quake3/excessiveplus/ root@q3deb # mv onlyrail.cfg /usr/local/games/quake3/excessiveplus/conf/
1.2.5 Teil 5
- Starten von Quake 3 Arena mit Excessive Plus Mod.
root@q3deb # cd /usr/local/games/quake3 root@q3deb # ./q3ded +set fs_game excessiveplus +set_vm_game 0 +set dedicated 2 +exec server-1vs1.cfg oder root@q3deb # ./q3ded +set fs_game excessiveplus +set_vm_game 0 +set dedicated 2 +exec server-bestof.cfg
1.3 Diverse Befehle
quake3@myserver> $ screen -A -m -d /usr/local/games/quake3/q3ded +set fs_game excessiveplus +set_vm_game 0 +set dedicated 2 +exec server-1vs1.cfg //Startet den QuakeServer in den Hintergrund quake3@myserver> $ screen -list // finden wir den korrekte Pid heraus. zb: 19667 quake3@myserver> $ screen -r 19667 // den Prozess mit screen aufrufen STRG+A+D (wieder detachen) quake3@myserver> $ kill 19667 // mit kill wird der Prozess wieder beendet
1.4 Quake 3 Arena Client unter WIN7-64Bit
- CD einlegen / einmounten
- Die CDROM:/Quake3/setup.exe muss im (WIN-XP) Mode gestartet werden und als Administrator. (Nicht die CDROM:/setup.exe)
- Setup starten. Nach 100% hat es bei mir recht lange gedauert bis das install Fenster aufgetaucht ist.
- Pointrelease_1.32_Win installieren. Download: q3pointrelease_132.exe
- Die „Punkbuster“ Frage mit „nein“ beantworten.
- Pointrelease_1.32c_Patch_Win installieren. Download: quake3-1.32c-win.zip
- Pointrelease_1.32c_Patch_Win entpacken und die Quake3.exe im Installations Verzeichnis ersetzen.
- Die Tasten noch einrichten!
- Spiel starten ;)
2. Sonstiges
2.1 Downloads
- Linux_Server_Install_1.32b - linuxq3apoint-1.32b.x86.run
- Linux_Server_Patch_1.32c - quake3-1.32c-linux.zip
- Pointrelease_1.32_Win - q3pointrelease_132.exe
- Pointrelease_1.32c_Patch_Win - quake3-1.32c-win.zip
- Excessive Plus v2.3 - xp-2.3.zip
- Excessive Plus v2.2b - xp-2.2b.zip