Page 1 of 1
[fixed][0.9.3]Unable to drown in 3D Water
Posted: Wed Sep 07, 2005 3:14
by chaoscentral
In the 3D water, you are not able to drown. I have yet to drown and was on the same map for about 10 min underwater trying to drown... Check it out, and let me know if it allows you to drown or not
Posted: Wed Sep 07, 2005 5:40
by wildweasel
It's better than the alternative, which is drowning after ten seconds.
Posted: Wed Sep 07, 2005 5:53
by Nuxius
wildweasel wrote:It's better than the alternative, which is drowning after ten seconds.
Agreed.
Make it could be a extra flag you could set, or something. Make it optional.
Posted: Wed Sep 07, 2005 7:13
by Planky
I've always scripted drowning in, but I don't bother if isnt vital to the level.
Posted: Wed Sep 07, 2005 9:00
by Graf Zahl
Fixed. BTW, it had nothing to do with 3D-floors. Drowning was broken altogether.
Posted: Wed Sep 07, 2005 9:03
by Graf Zahl
Nuxius wrote:wildweasel wrote:It's better than the alternative, which is drowning after ten seconds.
Agreed.
Make it could be a extra flag you could set, or something. Make it optional.
That's where the error was added. When I added an airsupply property to MAPINFO I accidentally multiplied the value by FRACUNIT instead of TICRATE. That's 65536 instead of 35 and logically that would take a long time to take effect.