why does my map let the server changelevel...

Pink_Panther

L3: Member
Dec 14, 2008
129
45
I have yet to find a reason why a map i make will not let the server change to a new map automatically.

The map is a sniper map without any team point scoring. I'm guessing the tf_gamerules has to tweaked a bit, but im pretty much tf2 stupid at this point. Pretty much I think I have to set something to allow game to end on a stalemate.

any ideas oh great and mighty map makers?
 

A Boojum Snark

Toraipoddodezain Mazahabado
aa
Nov 2, 2007
4,775
7,670
Send a SetStalemateOnTimeLimit with a value of 1 to the tf_gamerules. (the input missing from the FGD, so Hammer will try telling you you're wrong)
 

Pink_Panther

L3: Member
Dec 14, 2008
129
45
so...

My Output: OnMapSpawn
Target entity: tf_gamerules
Target Input: SetStalemateOnTimeLimit
Parameter: 1
Delay: 0
 

A Boojum Snark

Toraipoddodezain Mazahabado
aa
Nov 2, 2007
4,775
7,670
Yup. That tells the map to trigger a round-end when mp_timelimit is reached. Winner of the round will be whichever team has more points, if equal, stalemate.
 

Pink_Panther

L3: Member
Dec 14, 2008
129
45
Thanks...

Valve sure made TF2 more difficult to work with than TFC ever was, didn't they?