Bridge Commander Central
BC Forums => BC Scripting => Topic started by: CyAn1d3 on March 16, 2009, 09:23:14 PM
-
is it possible to edit the scripts for the war sovereign class, so that instead of only having 100 phase plasma torps, increasing it to say... 200? i know it would be somewhere in the scripts? but what line and where?
(edited thread title for clarity)
-
you can easily change any values of a hardpoint thru MPE...
if youre unfamiliar with MPE (i would recommend becoming so, in all honesty) then in the ship's hardpoint, you'd be looking for:
Torpedoes.SetMaxTorpedoes( ... , x)
Torpedoes.SetTorpedoScript( ... , "y")
where x is the number of torps, and y is the torp as found in the projectiles folder...