?¿? why not ?¿?

Locked
INIMINI
Posts: 81
Joined: Sat Dec 31, 2005 6:37 pm

?¿? why not ?¿?

Post by INIMINI »

Hi ,
Im currently running 2 InstaUnlagged servers,FFA and Tourney.
On the FFA server,maps change etc,runs fine.
The F4a Ctf server runs fine also with maprotation.
Now I have made a maprotation on the Tourney server,but it won't change maps at all. :icon23:

Is that a known bug or is there something I did wrong here.......?¿?

:icon27:
Play more promode
Oeloe
Posts: 1529
Joined: Fri Mar 19, 2004 8:00 am

Post by Oeloe »

Paste the relevant parts of your tourney server config here.

Something like this should work:

Code: Select all

//map rotation

set insta_rotateMap "0" // keeps rotating map even if left empty

set d1 "timelimit 0 ; fraglimit 10 ; map q3dm1 ; set nextmap vstr d2"
set d2 "timelimit 0 ; fraglimit 10 ; map q3dm2 ; set nextmap vstr d3"
set d3 "timelimit 0 ; fraglimit 10 ; map q3dm3 ; set nextmap vstr d4"
set d4 "timelimit 0 ; fraglimit 20 ; map q3dm4 ; set nextmap vstr d5"
set d5 "timelimit 0 ; fraglimit 10 ; map q3dm5 ; set nextmap vstr d6"
set d6 "timelimit 0 ; fraglimit 20 ; map q3dm6 ; set nextmap vstr d1"

vstr d1
The map rotation should be at the end of your server config, so that all cvars are set before the first map loads. If you don't have warmup enabled, try enabling it. It could be that there's a bug related to it (not sure). The documentation included in IU 1.1 says the map rotation has to start with d1, so i suggest you try that if you haven't done so yet.
INIMINI
Posts: 81
Joined: Sat Dec 31, 2005 6:37 pm

Post by INIMINI »

doesn't work. :icon23:
it just dont change a map.
Play more promode
foralarx2k3
Posts: 306
Joined: Wed Feb 01, 2006 9:56 pm

Post by foralarx2k3 »

Riddla is 100% correct .. it even tells you this in the quake 3 documentation. If you want to play tourney mode and have map rotation you'll have to either rcon map it or allow callvoting for maps or use a mod like CPMA or simply set it to FFA mode and limit the players to 2.

Edit: I should add it's an inherited problem from Vanilla Q3.
dubz
Posts: 513
Joined: Tue Sep 27, 2005 3:07 am

Post by dubz »

excessiveplus can have a rotation in tourney mode, maybe you want to check it out
INIMINI
Posts: 81
Joined: Sat Dec 31, 2005 6:37 pm

Post by INIMINI »

:icon23: then I can only make a FFA server with a player max of 2.
but if I make gameclients 2 and maxgame clients 6 or so,are the other people who connect then forced to spectator mode ??
:confused: :confused: :confused:
Play more promode
Oeloe
Posts: 1529
Joined: Fri Mar 19, 2004 8:00 am

Post by Oeloe »

Instaunlagged has fixed the map rotation bug according to the documentation. What version of IU are you using? IU 1.2beta3 is the newest version. I have it (including the server files and a good config for CTF) on my webspace.
INIMINI
Posts: 81
Joined: Sat Dec 31, 2005 6:37 pm

Post by INIMINI »

thx, :icon25: i have DL the file from your webspace,going to check it now and in the weekend when i have time going to test in on server.
Play more promode
INIMINI
Posts: 81
Joined: Sat Dec 31, 2005 6:37 pm

Post by INIMINI »

Oeloe wrote:Instaunlagged has fixed the map rotation bug according to the documentation. What version of IU are you using? IU 1.2beta3 is the newest version. I have it (including the server files and a good config for CTF) on my webspace.
I have tested it but maprotation still doesnt work.:icon23: :icon23:
I made it like this:

//map rotation

set insta_rotateMap "0" // keeps rotating map even if left empty

set d1 "timelimit 5 ; fraglimit 15 ; g_gametype 1 ; map q3dm17 ; set nextmap vstr d2"
set d2 "timelimit 5 ; fraglimit 15 ; g_gametype 1 ; map q3tourney4 ; set nextmap vstr d3"
set d3 "etc........."

vstr d1

any ideas how to get it working? that would be really cool.
:confused: :icon25:
Play more promode
Oeloe
Posts: 1529
Joined: Fri Mar 19, 2004 8:00 am

Post by Oeloe »

Well tbh i don't really remember if it worked in tourney mode. I played IU tourney for a couple of months but after that only played CTF and TDM/FFA sometimes. If it doesn't work you're stuck with map voting, or perhaps you could use some external utility to give an rcon command? There are utilities that send periodic messages to the server so people on it can read it (like a clan website address), which would require rcon acces so i guess it should be possible to issue other commands too..
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Post by ^misantropia^ »

SOAPboy
Posts: 8268
Joined: Sun Apr 13, 2003 7:00 am

Post by SOAPboy »

Just allow callvotes for maps.. a map changing after 1 or 2 rounds blows for tourny anyways
[size=75][i]I once had a glass of milk.

It curdled, and then I couldn't drink it. So I mixed it with some water, and it was alright again.

I am now sick.
[/i][/size]
[img]http://img162.imageshack.us/img162/3631/171164665735hk8.png[/img]
Locked