Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: Modifying rocket launcher accuracy (dispersion doesn't work)  (Read 5039 times)

0 Members and 1 Guest are viewing this topic.

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?

Offline SoldierEPilot

  • Members
  • *
Re: Modifying rocket launcher accuracy (dispersion doesn't work)
« Reply #1 on: 23 Jul 2015, 12:13:29 »
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.