Bridge Commander Central
BC Forums => BC General => Topic started by: alphapie on February 27, 2009, 01:54:37 PM
-
I've searched the forum for this with no luck, if it is a repost please point me in the right direction! I am looking for a mod for instant torpedo reloads for the sovereign class. Or any ship. Is there such a mod? I've found 1 trainer that does not work. Any help here?
-
Unfortunately its not a seperate script you can download. It's a matter of the ship hardpoint. But it can be easily done if you know what you are doing.
-
This thread should go to scripting, but I know how to do instant reloads for ships. If you look into a ship's hardpoint, find your ship's torpedo tube properties. You should find something like: ForwardTorp1.SetReloadDelay(40.000000). Just set the reload delay to zero, and you'll never have to wait for torpedo loads again. Hope this helps. :)
-
You mean go to scripts/ships/hardpoints and open the .pyc file of the ship in notepad and find that text line, correct? Thats what I did first before posting, but I must have missed it you say its there, I'll check again. Sorry about posting this in the wrong section.
-
you need to open the .py, you can't open .pyc
-
Hmm I don't mean to be a noob here, but I don't have any .py files in my scrip folder.
-
Check the "src" folder. That might help. Maybe.
-
Hmm I don't mean to be a noob here, but I don't have any .py files in my scrip folder.
Find the SDK on BCFiles (http://www.bcfiles.com). You have all the py's there. Mind you, BC is set up in a way that it makes pyc files out of py's, so make sure you delete the pyc before you go ingame. Pyc files are a way of "locking" the game contents.
-
I have no such folder "src". My game is completely unmodded maybe that's why? Though I've updated it.
-
Do you have KM 1.0?
-
Unmodded? Then it's the SDK you want to look at.