OpenArena Message Boards

OpenArena Contributions => Development => Topic started by: bill----- on March 19, 2009, 09:26:09 PM



Title: Projectile speeds
Post by: bill----- on March 19, 2009, 09:26:09 PM
Where in the game source might I find weapon characteristics
defined, and in particular projectile speed definitions? 

Did a little poking around, didn't see anything obvious, looking
for an assist.

TIA




Title: Re: Projectile speeds
Post by: andrewj on March 19, 2009, 10:19:28 PM
File: code/game/g_missile.c

Function: fire_rocket()

Code: VectorScale( dir, 900, bolt->s.pos.trDelta );


Title: Re: Projectile speeds
Post by: aantipop on March 22, 2009, 08:41:40 AM
make em faster !!