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: reloadtime: a brief question  (Read 1504 times)

0 Members and 1 Guest are viewing this topic.

Baphomet

  • Guest
reloadtime: a brief question
« on: 02 Oct 2002, 16:29:49 »
     In what units of time is the variable "reloadtime" measured in?  Does one single integer represent a second? It would be good to know, since it would be much easier to accurately model a weapon's rof.

Lucknow

  • Guest
Re:reloadtime: a brief question
« Reply #1 on: 02 Oct 2002, 16:53:31 »
Example:

Assault rifle with a ROF of 600 rounds per minute...

60(seconds) / 600 (rpm) = 0.1 which is what the number in the 'ReloadTime' command represents.

Note however that for the most part (except in burst mode)only the player or 100% skill soldiers fire at this ROF, which is also influenced by the 'aiRateOfFire' command.
« Last Edit: 02 Oct 2002, 16:54:22 by Lucknow »

Baphomet

  • Guest
Re:reloadtime: a brief question
« Reply #2 on: 03 Oct 2002, 02:05:17 »
   

   I thought so. Heh, thanks for clearing that up for me.

Cheers.