Addons & Mods Depot > OFP - Addons & Mods General

Modifying rocket launcher accuracy (dispersion doesn't work)

(1/1)

Seldom Seen Slim:
I want to experiment with modifying the accuracy of rocket launchers in Operation Flashpoint, as the game's standard RPG and LAW are unrealistically accurate.  I've had success changing the dispersion value in the config for firearms, but have never modified rocket launchers before.  When I tried, I noticed the dispersion variable seems to have no effect for rocket launchers.

I found a thread on this topic on the BIS forums, where post #5 says that dispersion does not work for rocket launchers, and a script is the only solution.  http://forums.bistudio.com/showthread.php?95796-Militia-rabble-RPG%C2%B4s  I don't know how to implement such a solution--does anyone know of an example of a script that modifies RPG/LAW/other rocket launcher accuracy?

SoldierEPilot:
Scripting solution, based on "\ffur_misc\rocket.sqs".

[_people,_RH,_RV ] exec "enableDerivation.sqs"
_people- units to implement;
_RH - max horizontal speed error;
_RV -  max vertical speed error

Note: derivation will be the same for all launcher types -
can be enhanced rather easily if needed.

Navigation

[0] Message Index

Go to full version