Inside3D!
     

Did you know...

 
Post new topic   Reply to topic    Inside3d Forums Forum Index -> QuakeC Programming
View previous topic :: View next topic  
Author Message
Orion



Joined: 12 Jan 2007
Posts: 413
Location: Brazil

PostPosted: Wed Apr 25, 2007 11:40 pm    Post subject: Did you know... Reply with quote

...that LightningDamage() has a bug? This is why the shocked player don't raise in the air it he's on ground.

At LightningDamage(), you'll see something like (if (self.classname == "player")), change 'self' to 'from'. Between this statement's brackets you'll see something like (if (other.classname == "player")), change 'other' to 'trace_ent'. Then fight against other players (or bots) and you'll see'em raise into the air a lot fast!!

This is because 'other' won't work with traceline(), and the player don't raise into the air.
_________________
There's no signature here. Stop looking for one.
Back to top
View user's profile Send private message
Spike



Joined: 05 Nov 2004
Posts: 944
Location: UK

PostPosted: Thu Apr 26, 2007 2:01 am    Post subject: Reply with quote

I also know that this bug only exists in quakeworld and is great fun for shooting players with the lightning gun while standing on the secret door on dm6.
It raises the door into the air, with you on it. Its great fun.
_________________
What's a signature?
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Inside3d Forums Forum Index -> QuakeC Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2004 phpBB Group