Bridge Commander Central
BC Forums => BC Modding => Topic started by: Dalek on October 06, 2008, 12:48:54 PM
-
Breen weapons cannot affect Klingon shields. I've been trying to find out in MPE but I can't find the Negh Var hardpoint as a py file, only the .pyc. Does anyone have the KM 1.0 hardpoint.py so I can use it?
-
It's not in the hp, it's in the plugin.
-
So how would I give a ship a new plugin with the Breen pulse dissipator resistance thing?
-
;) Have a look at the klingon plugin, it will be obvious.
-
I mean, how will I add it? The plugins of the Klingon ship and the ship I want Breen resistant are completely different.
-
You need to add this:
Foundation.ShipDef.ShipName.dTechs = { 'Breen Drainer Immune': 1 }
to your plugin.
-
BSOD.
-
*facepalm*
Did you just copy and paste it into your plugin?
I probably should have been a little more specific.
-
yes you should have. Where, do I put it?
-
Just upload the plugin, I'll fix it.
-
here you go.
-
Was that the one you edited?
-
It's all part of FoundationTechnologies, so it's readme is what you should read. ;)
-
It's all part of FoundationTechnologies, so it's readme is what you should read. ;)
you need to make sure you got the mutator activated.
-
It's all part of FoundationTechnologies, so it's readme is what you should read. ;)
you need to make sure you got the mutator activated.
He should have changed this:
Foundation.ShipDef.ShipName.dTechs = { 'Breen Drainer Immune': 1 }
to something like this:
Foundation.ShipDef.Neghvar.dTechs = { 'Breen Drainer Immune': 1 }
-
Look in the src file in the main bridge commander directory, it has all the py hardpoints for the pyc's. I prefere to use ATP1 for drainer imunities with the affiliation numbers.
-
I solved this in October last year.