Forums Index >> Modding >> Flag Won't Die In Fog!!!
Page : <1> :
You must've messed with the OnOutOfBounds function... I think its included in tank2.cs, try replacing it from a fresh download just right there:
<--------------
Here's a couple oif things you may want to try.
Usually what kills the flag when going in a pit is the "floor setting"
If you set the floor setting to 0 no fog will kill you. You'll land in the bottom and stay there forever! :)
Here's the line in the mis file
floor = "60";
In almost all of my mods, the floor is set at 120
I think it all depends on how deep the "dirt" is around the pit.
For example the floor on my Siberia mod is only 40.
Check out that setting.
It's the same thing as if you spawn and immediately die. Then the floor is set to high.
Hope that helps!
That file has a changed version of the OnOutOfBounds function so I was correct :P
Page : <1> :
I got a new mod, with some fog in the center so the flag goes in there quite often. When it goes in the fog the flag won't respawn. It will just lag around under the layer of fog, untouchable for us scrummin'. What's wrong???