OFPEC Forum
Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: scud on 04 Jan 2004, 23:12:39
-
I need to reduce the amount of downward drag on a projectile.
Is there any setting that can be adjusted in cpp file?
-
i think you put
simulation=shotbullet;
into your CfgAmmo part of the config
-
I have that in cpp
I think what I need is something along the lines of this
sideAirFriction= 0.0;
which gives cool effects left and right
but not up and down that I want.
I have tried variations of this with no luck.
-
i'm guessing that drag isnt factored into the vertical movement, only gravity.
considering all objects fall at the same rate, im guessing again that bis never created a vertical-movement-variable, they just changed the speed of the projectile to make it drop less in a given distance (like sniper rifles).
its just a guess though, so i could easily be wrong
-
I am guessing you ae probably right.
oh well back to the drawing board.