***************************************************** * List of generic RPM Values: * * 3E8 = 600rpm (1000 1/10ms (0.1s) between shots) * * 39B = 650rpm (923 1/10ms (0.0923s) between shots) * * 2c1 =850rpm * * 28a = 900rpm * * 12c= 2560rpm * ***************************************************** *************************** * Definition of GE value * *************************** * Rate of fire is time between shots in tenths of a milisecond converted to hex. GE value = ToHex(TimeBetweenShotsInTenthsOfAMilisecond) e.g. 600rpm = 0.1 Secs between shots. 0.1 Secs = 100 ms 100ms = 1,000 1/10ms GE value = ToHex(1000) = 3E8 ********************************** * To calculate RPM from GE value * ********************************** Rounds Per Minute = 600000/xxx (where xxxx is decimal of GE value) ******************** * GE Default RPM's * ******************** Skorpion = 781.25 AK47 = 781.25 UZI = 1171.875 MP5 = 781.25 Spectre = 781.25 M16 = 1171.875 FN-P90 = 1171.875 ******************** * Correct RPM's * ******************** Skorpion = 850 AK47 = 650 UZImicro = 1200 MP5 = 900 Spectre = 850 M16 = 959 FN-P90 = 900