====== Quake 3 Arena - Excessive Plus ======
===== - Einrichten eines Quake 3 Arena Server mit Excessive Plus Mod =====
==== - 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: [[http://wiki.senseye.org/adir/quake/debian-8.4.0-i386-netinst.iso|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.
==== - Installation ====
=== - 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
=== - 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
=== - 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/
=== - Eigenen Configs 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/
=== - Q3A mit Excessive Plus Mod starten ===
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
==== - 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
----
==== - 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: [[http://wiki.senseye.org/adir/quake/q3pointrelease_132.exe|q3pointrelease_132.exe]]
* Die "Punkbuster" Frage mit "nein" beantworten.
* Pointrelease_1.32c_Patch_Win installieren. Download: [[http://wiki.senseye.org/adir/quake/quake3-1.32c-win.zip|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 ;)
===== - Sonstiges =====
==== - Downloads ====
* Linux_Server_Install_1.32b - [[http://wiki.senseye.org/adir/quake/linuxq3apoint-1.32b.x86.run|linuxq3apoint-1.32b.x86.run]]
* Linux_Server_Patch_1.32c - [[http://wiki.senseye.org/adir/quake/quake3-1.32c-linux.zip|quake3-1.32c-linux.zip]]
* Pointrelease_1.32_Win - [[http://wiki.senseye.org/adir/quake/q3pointrelease_132.exe|q3pointrelease_132.exe]]
* Pointrelease_1.32c_Patch_Win - [[http://wiki.senseye.org/adir/quake/quake3-1.32c-win.zip|quake3-1.32c-win.zip]]
* Excessive Plus v2.3 - [[http://wiki.senseye.org/adir/quake/xp-2.3.zip|xp-2.3.zip]]
* Excessive Plus v2.2b - [[http://wiki.senseye.org/adir/quake/xp-2.2b.zip|xp-2.2b.zip]]