Bridge Commander Central

BC Forums => BC Technical Support => Topic started by: Maxloef on May 10, 2010, 06:09:11 AM

Title: my brain drainer weapon doesnt work!?
Post by: Maxloef on May 10, 2010, 06:09:11 AM
I tried adding the breen damper weapon to my breen torpedo as stated how to in the readme but it just doenst work :S

any help would be apriciated...
Title: Re: my brain drainer weapon doesnt work!?
Post by: Bones on May 10, 2010, 06:39:26 AM
Isn't BCUT 1.7 capable of adding torpedo tech ? btw. why brain dampner ? :funny
Title: Re: my brain drainer weapon doesnt work!?
Post by: King Class Scout on May 10, 2010, 07:41:48 AM
it targets the XO and science officer, instead :P
Title: Re: my brain drainer weapon doesnt work!?
Post by: Maxloef on May 10, 2010, 08:06:33 AM
btw. why brain dampner ? :funny

oops ofcourse i ment breen :P
Title: Re: my brain drainer weapon doesnt work!?
Post by: Bones on May 10, 2010, 11:54:35 AM
it targets the XO and science officer, instead :P
Do you really think Saffi could get even more retarded than now ? :lostit: I don't think so :funny

btw. why brain dampner ? :funny

oops ofcourse i ment breen :P

but of course you did, I just wanted to laugh at Saffi's superior... err.. inferior intelect   :muahaha:
Title: Re: my brain drainer weapon doesnt work!?
Post by: Maxloef on May 11, 2010, 05:45:03 AM
but cmon guys i need help anyone?
Title: Re: my brain drainer weapon doesnt work!?
Post by: Nebula on May 11, 2010, 07:11:02 AM
yeah... not to sure... could try asking over at BCS.
Title: Re: my brain drainer weapon doesnt work!?
Post by: Bones on May 11, 2010, 07:52:34 AM
Seriously, try the latest BCUT, there was feature with adding techs to torpedos (including Breen drainer weapon and few more) IIRC.
Title: Re: my brain drainer weapon doesnt work!?
Post by: teleguy on May 11, 2010, 09:59:39 AM
It looks like there is an error in a NanoFX function that's called by the damper weapon. However it has been fixed in the NanoFX library included in KM.

Title: Re: my brain drainer weapon doesnt work!?
Post by: teleguy on May 11, 2010, 01:19:17 PM
To clarify you could either use the updated NanoFX library or replace


Code: [Select]
def OnYield(self, pShip, pInstance, pEvent, pTorp):
if FoundationTech.EffectsLib:
FoundationTech.EffectsLib.CreateSpecialFXSeq(pShip, pEvent, 'Damper')

with

Code: [Select]
def OnYield(self, pShip, pInstance, pEvent, pTorp):
if FoundationTech.EffectsLib:
FoundationTech.EffectsLib.CreateSpecialFXSeq(pShip, pEvent, None)

in DamperWeapon.py.
Title: Re: my brain drainer weapon doesnt work!?
Post by: Maxloef on May 11, 2010, 04:02:35 PM
thankyou!!!!!

now next question why doesnt my phased torpedo work?XD

it seems it only work when it feels like it...