I pushed up my VIIA's top speed by increasing the value of eng_power and max_speed. These variables appear under the Propulsion and E_Propulsion section. Comb thru the .sim file in your hex editor and you'll see them.
Game stores the values in IEEE 32-bit single (4 bytes)
example,
6D 61 78 5F 73 70 65 65 64 00 00 00 F0 41
6D 61 78 5F 73 70 65 65 64 -> string for max_speed
00 -> separator
00 00 F0 41 -> 30.0 knots (in IEEE 32-bit single)
|