Bridge Commander Central

BC Forums => BC Scripting => Topic started by: yuzuki68 on January 26, 2013, 07:43:19 AM

Title: hi is there way change max warp speed on ship
Post by: yuzuki68 on January 26, 2013, 07:43:19 AM
hi all is there a way change ship max warp speed i forget name of mod but lets you change speed of warp engines from warp to say max 9.7 etc i found it be weird ship i have the ronin class can only go up to warp 6.0 when i know class has max speed of warp 9.7 to 9.8 trying rememeber

am somewhat good at scripting just no clue were or how to change warp speed of ship.
Title: Re: hi is there way change max warp speed on ship
Post by: hobbs on January 26, 2013, 08:54:29 AM
go to:

Scripts/Custom/Ships

find the file you want and make a copy then open the original with note pad.

then find this line:

Foundation.ShipDef.scorpionclass.fMaxWarp = 9 + 0.0001
Foundation.ShipDef.scorpionclass.fCruiseWarp = 8 + 0.0001

and change the red number to the speed you want

then save (not save as)

you can also use BCUT i think but i dont lol
Title: Re: hi is there way change max warp speed on ship
Post by: yuzuki68 on January 26, 2013, 09:23:47 AM
thanks that help a lot ship warp system works like post to
Title: Re: hi is there way change max warp speed on ship
Post by: hobbs on January 26, 2013, 01:30:10 PM
glad i could help  :D