Help with new E+ server
Ok, I started a server in E+(Excessive Plus CTF USA {FUC} and I'm stuck on a few things:
1.) Is E+ unlagged in itself, or do I need to add an unlagged file in my server cfg?
2.) I want to have a 5 map rotation and I've created the cfg for it, but the server just stays on CTF1. I know when I type "vstr d2" in the game console it goes to that map, but it won't load automatically. Here is the verbage used:
//Map List
set d1 "map q3ctf1 ; set nextmap vstr d2"
set d2 "map q3tourney6_ctf ; set nextmap vstr d3"
set d3 "map q3ctf2 ; set nextmap vstr d4"
set d4 "map q3ctf3 ; set nextmap vstr d5"
set d5 "map q3ctf4 ; set nextmap vstr d1" //Back to Top
vstr d1
This is what it says in my rotation txt in the excessive Plus section:
# Excessive Plus for Quake III Arena
#
# www.excessiveplus.net
// comment
# comment
// this will be executed before each map
set d1 "map q3ctf1 ; set nextmap vstr d2"
set d2 "map q3tourney6_ctf ; set nextmap vstr d3"
set d3 "map q3ctf2 ; set nextmap vstr d4"
set d4 "map q3ctf3 ; set nextmap vstr d5"
set d5 "map q3ctf4 ; set nextmap vstr d1" //Back to Top
vstr d1 {
g_gametype: 4
timelimit: 20
capturelimit: 10
/load conf/excessive5
}
Did I do something wrong, or does this have to be placed somewhere else, if at all?
yes u made something wrong
write in server.cfg
xp_unlagged 1
and rotation works different as in pants
u need just to write the maps u want, under:
//Maplist
map 1
map 3
map 4
.... without any vstr and so on...
# Excessive Plus for quake III Arena
#
# www.excessiveplus.net
// comment
# comment
// this will be executed before each map
timelimit: 20
capturelimit: 8
g_gametype: 4
q3ctf1 {
capturelimit: 10
}
q3ctf2
q3ctf3
q3ctf4
and set in our server.cfg
set xp_rotation "rotationctf."
// works only here. in-game its: "/rcon load conf/excessive3"
set xp_config "conf/excessive5.cfg"
i see something i dunno you have renamed the rotation.txt
otherwise you have to set this in the server.cfg
set xp_rotation "rotation.txt"
can you send me the server.cfg and and rotation and q3conf.cfg
our add me to msn
thats easyer for me to found the mistake
our change in q3conf.cfg seta xp_rotation "rotation.txt"
edy why the rotation somtimes blocks ? have this meny times and it dont depend on what method u using, vstr or xp_rotation, somtimes its just block and for rest of day its the same one map
it have to stay in the config u use, excessive3, excessive4 or excessive.cfg, there u have to place the unlagged
u should use a other config name for it, that it stay in, for example suc.cfg
Because
- That some configurations are now static (pure) and unchangeable! which ensures a compatibility between different servers! If you join a server running i.e. the 'excessive3.cfg' you can be 100% sure that it is the unchanged 'excessive3.cfg'!
This is what I have in my server.cfg (GAME SERVER ROOT\EXCESSIVEPLUS\SERVER.CFG)
// misc
seta sv_hostname "Excessive Plus CTF USA {FUC}"
seta sv_maxclients "16"
seta sv_maxrate "25000"
seta g_gametype "4"
seta bot_minplayers "0"
seta ex_quadstart "0"
seta xp_unlagged "1"
pb_sv_disable
// works only here. in-game its: "/rcon load conf/excessive3"
//seta xp_config "conf/excessive5"
// map rotation (see rotation.txt)
// this is needed to start the rotation
// test_bigbox is good because it tiny
// Set Mapcycle
map q3ctf1
map q3tourney6_ctf
map q3ctf2
map q3ctf3
map q3ctf4
I'm §Ç®€wÚ™ and I approve of this message.