I think it's a bug, or quite useless to do warmup, to load the next map afther intermission(and intermision itselfs already has a count down)
14 replies to this topic
#1
OFFLINE
Posted 16 February 2010 - 02:07 PM
OFFLINE
When Italy map ended, afther intermission, it seemed the map restarted, because it was warmup count down, and afther warm up, it suddenly said: server restarting, and it started the next map.
I think it's a bug, or quite useless to do warmup, to load the next map afther intermission(and intermision itselfs already has a count down)
I think it's a bug, or quite useless to do warmup, to load the next map afther intermission(and intermision itselfs already has a count down)
#2
OFFLINE
Posted 16 February 2010 - 02:15 PM
OFFLINE
that s maybe the server is set like this :
set g_doWarmup "1"
must be set to "0"
set g_doWarmup "1"
must be set to "0"
#3
OFFLINE
Posted 17 February 2010 - 12:31 AM
OFFLINE
Normaly the do_warmup is when the map begins, and afther warmup u can just play the same map.
But at Italy, it was italy that ended, and we were at intermission of italy map, and afther intermission of italy, we thought the map restarted cuz it was italy again, but then with a warmup of 30seconds(and that AFTHER italy intermission). Afther those 30secs, the server suddenly execed another map.
But at Italy, it was italy that ended, and we were at intermission of italy map, and afther intermission of italy, we thought the map restarted cuz it was italy again, but then with a warmup of 30seconds(and that AFTHER italy intermission). Afther those 30secs, the server suddenly execed another map.
#4
OFFLINE
Posted 17 February 2010 - 02:11 AM
OFFLINE
I'm drunk, so I'll be fkin direct in my reply.
VOTE DURING THE GODAMN INTERMISSION TO PLAY YOUR GODAMN MAP!!!
Server is running a small (and CERTAINLY bugged) maprotation, I NEVER used ETPub's GT6, added it on request with a few adjustments but I'm definitely not able to explain anyone (not even myself) how it works, only ETPub can inform you (and me) about this at the moment (I'll add info in the doc as soon as i know more about it).
Sry but i'm tired of being called on the server or being told "OMG there's a bug, map keeps restarting" just because some people don't use the (obvious) mapvote thing during intermission.
Dare if u read that, I might need more control on this part of the forum, some topics needs to be /locked and/or need to be cleaned up/deleted...
As I know myself very well, i'll read that tomorrow and i'll be like "OMG did i wrote that?!?!" but yea, here's my reply to this NEVERENDING (not a)bug reporting!
VOTE DURING THE GODAMN INTERMISSION TO PLAY YOUR GODAMN MAP!!!
Server is running a small (and CERTAINLY bugged) maprotation, I NEVER used ETPub's GT6, added it on request with a few adjustments but I'm definitely not able to explain anyone (not even myself) how it works, only ETPub can inform you (and me) about this at the moment (I'll add info in the doc as soon as i know more about it).
Sry but i'm tired of being called on the server or being told "OMG there's a bug, map keeps restarting" just because some people don't use the (obvious) mapvote thing during intermission.
Dare if u read that, I might need more control on this part of the forum, some topics needs to be /locked and/or need to be cleaned up/deleted...
As I know myself very well, i'll read that tomorrow and i'll be like "OMG did i wrote that?!?!" but yea, here's my reply to this NEVERENDING (not a)bug reporting!
#5
OFFLINE
Posted 17 February 2010 - 04:39 AM
OFFLINE
Maybe there was a admin present that forced map change when the same map was about to be played again.
#6
OFFLINE
Posted 17 February 2010 - 11:42 PM
OFFLINE
Nitrox,
I didn't vote, and there were some bots, so it might be none voted.
But still I think the server should play the next coming map.
ETPub: when none votes for a map, it's going to play the next coming map on the cycle, or just another map I think.
ETpub is open source, so U might find it
Anyways, good work with your Jaymod stuff on your Nitrox mod, I assume it's very hard.
I didn't vote, and there were some bots, so it might be none voted.
But still I think the server should play the next coming map.
ETPub: when none votes for a map, it's going to play the next coming map on the cycle, or just another map I think.
ETpub is open source, so U might find it
Anyways, good work with your Jaymod stuff on your Nitrox mod, I assume it's very hard.
#7
OFFLINE
Posted 18 February 2010 - 03:01 PM
OFFLINE
Make sure everything is setup right in the map rotation cfg file. This is the instruction given for etpub (see link below).
http://www.etpub.org....html#mapvoting
http://www.etpub.org....html#mapvoting
#8
OFFLINE
Posted 18 February 2010 - 05:30 PM
OFFLINE
#9
OFFLINE
Posted 18 February 2010 - 08:30 PM
OFFLINE
Crips+, on 17 February 2010 - 11:42 PM, said:
Nitrox,
I didn't vote, and there were some bots, so it might be none voted.
But still I think the server should play the next coming map.
ETPub: when none votes for a map, it's going to play the next coming map on the cycle, or just another map I think.
ETpub is open source, so U might find it
Anyways, good work with your Jaymod stuff on your Nitrox mod, I assume it's very hard.
I didn't vote, and there were some bots, so it might be none voted.
But still I think the server should play the next coming map.
ETPub: when none votes for a map, it's going to play the next coming map on the cycle, or just another map I think.
ETpub is open source, so U might find it
Anyways, good work with your Jaymod stuff on your Nitrox mod, I assume it's very hard.
It works on etpub because there is a rotation beside it. So instead of going to the map with most points, it just do a nextmap. If the nextmap wasn't bound to a new map in the rotation, the server will stay at the same map. As N!trox said, there is no bug beside it and this is the exact expected behavior. If no one votes, how does the server is supposed to know which map its supposed to load. The way to not do that is to load a rotation before the server start. Here is A FULL working example:
We execute this rotation when we start the server:
set m1 "g_gametype 6; map oasis; set nextmap vstr m2" set m2 "map goldrush; set nextmap vstr m3" set m3 "map radar; set nextmap vstr m4" set m4 "map battery; set nextmap vstr m1"Then the server put the gametype to vote and go to oasis and change the "nextmap" command to execute the m2 variable : set m1 "g_gametype 6; map oasis; set nextmap vstr m2"
Then end of oasis happen and railgun got most votes so the server execute "map railgun" which change the map to railgun.
Then end of railgun and nobody vote so the server execute "nextmap" which is bind to m2 so the line set m2 "map goldrush; set nextmap vstr m3" will be executed and the map will change to goldrush.
Then end of goldrush and the map voted is radar so the server does map radar.
Then end of radar, nobody vote so the server execute m3: set m3 "map radar; set nextmap vstr m4" so the map will load and everybody will think there is a bug but it's not a bug, it's part of the rotation.
And so on...
So even if you have the gametype 6, you need to have a map rotation beside it so the people that never vote and think everything will be done for them won't say they saw a bug
#10
OFFLINE
Posted 18 February 2010 - 09:40 PM
OFFLINE
Hey thanks Aigle for the reply, at least now people will (hopefully...) know how it is supposed to work
I knew it was supposed to work that way, the problem with the test server was caused by a missing map rotation (blame my lazyness...).
I just fixed it a few minutes ago and everything works fine. The 3 default maps are goldrush, oasis and supply.
I will add all the map voting related infos in the documentation when we will release 1.5.
P.S.: My reaction when I saw what I posted was what i expected... "Holy shit ! Did i write that?" I lol'd
I knew it was supposed to work that way, the problem with the test server was caused by a missing map rotation (blame my lazyness...).
I just fixed it a few minutes ago and everything works fine. The 3 default maps are goldrush, oasis and supply.
I will add all the map voting related infos in the documentation when we will release 1.5.
P.S.: My reaction when I saw what I posted was what i expected... "Holy shit ! Did i write that?" I lol'd
#11
OFFLINE
Posted 19 February 2010 - 12:30 AM
OFFLINE
I didn't wanted to break your down Nitrox*.
I just saw on the server, that if there was a bug, go report it on the FA forums.
And take my comment as a suggestion for your next Nitrox mod
I just saw on the server, that if there was a bug, go report it on the FA forums.
And take my comment as a suggestion for your next Nitrox mod
#12
OFFLINE
Posted 19 February 2010 - 12:46 AM
OFFLINE
Now that i think about it, maybe i just used rcon without being connected to load another map or exec the rotation... lol
And don't worry, i know that you didnt mean to do anything bad by reporting this, i was just drunk and got pissed cuz too many people reported that as a bug, and it was just my fault xD
And don't worry, i know that you didnt mean to do anything bad by reporting this, i was just drunk and got pissed cuz too many people reported that as a bug, and it was just my fault xD
#13
OFFLINE
Posted 20 February 2010 - 04:17 AM
OFFLINE
If they are no votes, it will be more logic to load the map which have been play the less.
=> Nico$
N!tmod developer
N!tmod Website : etmods.net/nitmod
all my maps : http://sites.google....s-wolfenstein-1
N!tmod developer
N!tmod Website : etmods.net/nitmod
all my maps : http://sites.google....s-wolfenstein-1
#14
OFFLINE
Posted 21 February 2010 - 12:46 AM
OFFLINE
Yes, but the map that was just played, shouldn't be played again imo. -> And if so, atleast with a swap, to keep the fun in it.
Edited by Crips+, 21 February 2010 - 12:47 AM.
#15
OFFLINE
Posted 21 February 2010 - 04:21 AM
OFFLINE
If nobody wants to play any other map it is most sensible to play the same map again. However, it is good to have a small rotation for players that are new to the ET or to the mapvoting gametype. Nitrox already replied that he has set a map rotation to his server so the problem seems to be solved.
Edited by ge_f, 21 February 2010 - 04:38 AM.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users


Sign In
Create Account


Back to top
Contributor








