Thread: Modding SW3?
View Single Post
  #168  
Old 06-03-2010, 03:58 PM
Goblin Wizard Goblin Wizard is offline
Approved Member
 
Join Date: Oct 2008
Posts: 508
Default

"maneuverability" is only an additional modifier. Maneuverability showed in the ship info screen are based only on "mass" and "steering_power".

It's worth to know that perks which modify maneuverability work only with "steering_power" parameter (the same for modules). Look into perkDispatcher.script:

Code:
function ModifyShipSteeringPower(pilot, steeringPower)
----//----
  return modifiedSteeringPower;
end;
Function takes only actual "steeringPower" of pilot's ship and returns new steering power.

Last edited by Goblin Wizard; 06-03-2010 at 04:18 PM.
Reply With Quote