Bridge Commander Central

BC Forums => BC General => Topic started by: FlowrellikX on January 21, 2011, 05:34:22 PM

Title: Stock ship removal
Post by: FlowrellikX on January 21, 2011, 05:34:22 PM
I was wondering is there anyway I can remove certain stock ships from Bridge commander without causing any problems and how?
Title: Re: Stock ship removal
Post by: Lurok91 on January 21, 2011, 06:08:54 PM
Alternatively just turn off mutator?  Unless need to be physically removed for reason.
Title: Re: Stock ship removal
Post by: FlowrellikX on January 21, 2011, 10:46:28 PM
well, I want to remove certain stock ships physically, so I can play around with the better variants.
Also, I have read in a very, VERY old topic in filefront that someone made something to remove stock ships from play. I believe it was Kirk2164 and he created a Plugin to do that.
Title: Re: Stock ship removal
Post by: Nebula on January 21, 2011, 11:31:26 PM
you can install ships over the stock ships to replace them that way... in fact many mods have done that.
Title: Re: Stock ship removal
Post by: majormagna on January 23, 2011, 06:30:00 PM
I had similar issues to this. I added DJ's Galaxy pack onto a KM 1.0 install, yet no matter what I did, the 'Stock' Galaxy (I.e. the one that comes with KM) wouldn't go away, removing the related files from the folder structure made the game un-playable.

I never thought to overwrite the KM Galaxy with DJ's.
Title: Re: Stock ship removal
Post by: Mandalore on January 28, 2011, 04:48:02 AM
Well, I have removed several of the stock ships from the QB menu but it's not possible (to my knowledge) to completely remove them. I made a script in /scripts/custom/ships called removedships.py with the following code:

Code: [Select]
import Foundation
import App

Foundation.ShipDef.Akira.menuGroup = ""
Foundation.ShipDef.Akira.playerMenuGroup = ""

Foundation.ShipDef.Ambassador.menuGroup = ""
Foundation.ShipDef.Ambassador.playerMenuGroup = ""

Foundation.ShipDef.Galaxy.menuGroup = ""
Foundation.ShipDef.Galaxy.playerMenuGroup = ""
Title: Re: Stock ship removal
Post by: Kirk on February 01, 2011, 08:04:30 PM
Mandalore's method is correct. I may have the file I made years ago that removed them all, but I think it has been deleted.