Can someone explain this Godmode?
Price
Join Date: 2003-09-27 Member: 21247Members
Hey, i was modding a bit and i could not belive what happend.
I did not die.
To tell you the story before this, maybe you notice the following bug.
People are disconnected or lag, you can attack them and they don't get any damage.
Today i was modding like i said and speed the game up by the command "speed NUMBER"
You are in "Godmode" at speed 5, godmode is the wrong name, but i don't know how to call, you just take no damage.
I walk through a death trigger and guess what, nothing happend, i was like "whaaat the fook".
Can someone explain me, why i don't get hurt if i walk through that death trigger with higher server speed?
My guess is, the server just don't check many times if speed is high, but i could be wrong, maybe someone who knows, could explain it simple.
This is what the death trigger is looking:
Even if i made this bigger, it work, yes i tested it ;-)
Video:
there is no game code changed, except for egg spawn of hive, it spawn babblers.
I did not die.
To tell you the story before this, maybe you notice the following bug.
People are disconnected or lag, you can attack them and they don't get any damage.
Today i was modding like i said and speed the game up by the command "speed NUMBER"
You are in "Godmode" at speed 5, godmode is the wrong name, but i don't know how to call, you just take no damage.
I walk through a death trigger and guess what, nothing happend, i was like "whaaat the fook".
Can someone explain me, why i don't get hurt if i walk through that death trigger with higher server speed?
My guess is, the server just don't check many times if speed is high, but i could be wrong, maybe someone who knows, could explain it simple.
This is what the death trigger is looking:
Even if i made this bigger, it work, yes i tested it ;-)
Video:
there is no game code changed, except for egg spawn of hive, it spawn babblers.
Comments
At normal speed, a 6m/s, 30 input rate marine moves 0.2m/input. Increasing speed to 5 would move the marine 1m/input, so with such a narrow deathtrigger, it would be easy to miss it.
I was never really there anyway.. or was I
Note that players only move max (30,fps) times per second, so another way of getting around death triggers is to slow down your fps to like 2 fps or so.... then you will jump 3m per move as a marine.