OFPEC Forum
Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: Ares1978 on 10 Feb 2004, 19:51:37
-
As most of you probably know, a low initspeed makes the bullet hit higher in the game. The rifle I'm working on right now should have a initspeed of about 430, which makes it shoot way over target. Aiming at the ass at 250 meters becomes a head shot. Is there any solution to this problem, that doesn't involve custom optics?
I will not change the initspeed.
-
Not quite sure about this one, but you might want to test smaller values on maxSpeed in the ammo (found from CfgAmmo) the weapon is using.
-
Try adjusting the max/min zoom figures in the cpp for the optics. Search the forum I think I've posted about it before.
SelectThis
-
maxSpeed seems to be 0 by default and the optics thing doesn't really help since it's supposed to be using only open sights with no zoom.
How the hell did they do it with the HK?
-
As most of you probably know, a low initspeed makes the bullet hit higher in the game. The rifle I'm working on right now should have a initspeed of about 430, which makes it shoot way over target. Aiming at the ass at 250 meters becomes a head shot. Is there any solution to this problem, that doesn't involve custom optics?
I will not change the initspeed.
AFAIK, the initspeed corrosponds to the muzzle velocity of the round in meters per second. The optics are what you want to edit. Since you have an open sight, the zoom settings should both be the same - so if you set the min/max zoom to the same and the distanceZoomMin and distanceZoomMax to the same your sights should be set to that distance.
Here are the default settings for gun sights in OFP
opticsZoomMin=0.35;
opticsZoomMax=0.35;
distanceZoomMin=400;
distanceZoomMax=400;
Since you have open sights, I think you need to set the distanceZoomMin and distanceZoomMax (they should both be the same number) settings to whatever distance you want your sights to be calibrated to -so if you want your sights be be zero'd at 250 meters, set both of the distancezoom settings to 250. Right now it sounds like your gun is zero'd atr the default - 400meters, which explains why your getting headshots at 250 meters when aiming for the ass.
-
Thanks!