new version questions...
Guess I am the only one to have probs setting up a server???
Ok, I want to run 2 different kind of servers with different rotations and different gametypes. This is my
batfile:
---------------------
@echo off
quake3.exe +set fs_game excessiveplus +set dedicated 2 +exec 1on1server.cfg
----------------------
This is
1on1server.cfg
----------------------
set rconpassword "blabla"
set sv_hostname "blabla"
set g_motd "blabla"
set sv_maxclients "8"
set sv_maxrate "8000"
set g_gametype "1"
set bot_minplayers "0"
set xp_multiJumpa "1"
set xp_multijumps "5"
set xp_chatProtection "5"
set sv_maxping "300"
set xp_quadFactor "1"
set xp_config "conf/1v1weapsettings.cfg"
set xp_rotation "1on1maps.txt"
-------------------------------------------------------
I will not post my weapsettings, its too long but i just changed some values from the xp.cfg file.
1on1maps.txt
------------------------------
timelimit: 5
q3dm1 {
fraglimit: 10
}
q3dm3{
fraglimit: 10
}
--------------------
It just WONT work. I get some message about g_gametype changing on restart? I cant even connect to it from the same computer Can you perhaps tell me what I am doing wrong?
its the rotation.txt there you can make your own map rotation and gametype there now it change too gametype 1 take an look ad there
The problem is that a modification (Excessive Plus) is first executed after you start a map.
So it's suggested that you run test_bigbox in the starting .cfg because it is small and loads very fast.
I cant use the rotation.txt because I need different maps on different servers. The 1 vs 1 uses different maps than FFA and ctf needs yet another rotation file.