FaqTuxfamily

JeuxOpenArena

games.tuxfamily.net > JeuxTuxFamily < English version



Open Arena


description



Installation


Configuration connexion


Problèmes standards rencontrés


Configuration serveur




Touches / stratégie de jeu


Documentations / liens

http://tldp.org/HOWTO/archived/Game-Server-HOWTO/quake3.html
http://www.gameaholic.com/games/quake3/console/ [en] commandes de la console
http://q3console.planetquake.gamespy.com/commands.htm [en] another list of commands
http://ioquake3.org/?page=help [en] added cvar and commands to ioquake3
http://www.alphacore.net/spip/article.php3?id_article=82 [fr] installation d'un serveur quake III
http://www.shadowspawn.net/content/game/quake/server-config.asp [en] génération d'un fichier de conf' quake

http://community.livejournal.com/openarena/ blog de suivi des développements

http://synapse.vgfort.com/quake3.php "open-source" mods, check license for distribution

http://openarena.ws/board/index.php?topic=238.from1166226271#new reporting bugs upstream (ioquake3)

status : affiche les utilisateurs connectés


dir maps
aggressor.bsp
cbctf1.bsp
ce1m7.bsp
dm4ish.bsp
dm6ish.bsp
kaos.bsp
oa_bases3.bsp
oa_rpg3dm2.bsp
q3dm6ish.bsp
void4.bsp



3990 files in pk3 files
Loading vm file vm/qagame.qvm...

ERROR: VM_CompileX86: mprotect failed


Server Shutdown (Server crashed: VM_CompileX86: mprotect failed)

http://forums.grsecurity.net/viewtopic.php?p=2568 use chpax do this to disable pax noexec protection on quake 3: chpax -sp /home/games/quake3/q3ded

http://www.quakexpert.com/bibles.php?op=viewslink&sid=6 liste de commandes
+set dedicated 1
Syntaxe: dedicated <0/1/2>
Par défaut: 0

Permet de lancer le jeu en tant que Serveur Dédié (dedicated server). Un serveur dédié ne permet pas de jouer sur la même machine, il est dédié aux joueurs qui se connectent sur lui. Seul une console Bleue s'affiche, qui permet de rentrer des commandes.

La valeur 1 est pour les réseaux locaux (LAN), tandis que la valeur 2 est pour INTERNET.

http://assistance.dedibox.fr/documentation/doku.php?id=distrib:packjeux

http://zerowing.idsoftware.com/linux/q3a/ [en] known issues

L'erreur suivante est corrigée avec seta net_ip "213.161.192.252" (il y avait 3 IP possibles, correspondant à chacune des interfaces réseau)
Not authorizing client due to lack of auth server
awaiting challenge 1 2 3 ...


commandes de démarrage du serveur

cd openarena
./ioq3ded.i386 +set dedicated 2 +exec configtf.cfg

vstr m1 permet de commencer la rotation des maps.

configtf.cfg

seta net_ip "213.161.192.252"
set sv_hostname "Tuxfamily.org games.tuxfamily.net"
set sv_maxclients 10
set g_motd "Welcome at http://games.tuxfamily.net enjoy!"
set g_forcerespawn 15
set rconpassword "password"
set g_gametype 1
set fraglimit 50
set timelimit 20

//Here's the map-cycle. When fraglimit or timelimit is reached, the map is automatically changed.
//Otherwise it would just play the same map again.
// dir map shows (keeping only files with extension .bsp):
// aggressor.bsp
// cbctf1.bsp
// ce1m7.bsp
// dm4ish.bsp
// dm6ish.bsp
// kaos.bsp
// oa_bases3.bsp
// oa_rpg3dm2.bsp
// q3dm6ish.bsp
// void4.bsp
set m1 "map aggressor; set nextmap vstr m2"
set m2 "map cbctf1; set nextmap vstr m3"
set m3 "map ce1m7; set nextmap vstr m4"
set m4 "map dm4ish; set nextmap vstr m5"
set m5 "map dm6ish; set nextmap vstr m6"
set m6 "map kaos; set nextmap vstr m7"
set m7 "map oa_bases3; set nextmap vstr m8"
set m8 "map oa_rpg3dm2; set nextmap vstr m9"
set m9 "map q3dm6ish; set nextmap vstr m10"
set m10 "map void4; set nextmap vstr m1"
// begin game DM (deathmatch)
// g_gametype - Gametype 1 for 1vs1, 2 for DeathMatch, 4 for  CTF
set g_gametype 2
vstr m1




potential additionnal modes

http://openarena.ws/board/index.php?topic=263.0
http://synapse.vgfort.com/quake3.php list of Quake3? mods that released their source code

interesting threads

http://openarena.ws/board/index.php?topic=381.0 a project for free maps
http://openarena.ws/board/index.php?topic=213.msg1082#msg1082 configuring gtkradiant (windows ?)
Commentaires [Cacher commentaires/formulaire]