Author Topic: my brain drainer weapon doesnt work!?  (Read 1051 times)

Offline Maxloef

  • STBC Aftermath Co Founder
  • Posts: 493
  • Cookies: 61
my brain drainer weapon doesnt work!?
« 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...

Offline Bones

  • Moderator
  • Posts: 3354
  • Cookies: 639
  • SPAAAAAAAAACE !!!
Re: my brain drainer weapon doesnt work!?
« Reply #1 on: May 10, 2010, 06:39:26 AM »
Isn't BCUT 1.7 capable of adding torpedo tech ? btw. why brain dampner ? :funny

Offline King Class Scout

  • Posts: 1775
  • Cookies: 893
  • the other half of SFRD
Re: my brain drainer weapon doesnt work!?
« Reply #2 on: May 10, 2010, 07:41:48 AM »
it targets the XO and science officer, instead :P
OS novel fan

Coming Soon: King's Mod Tuning Shop

best line I've ever read
Me: mine [my bridges] would probably be simple to get the characters to use.  the only person that sits is the captian.
Baz: space is vast there[sic] legs will be tired by the time they get to the next planet

Offline Maxloef

  • STBC Aftermath Co Founder
  • Posts: 493
  • Cookies: 61
Re: my brain drainer weapon doesnt work!?
« Reply #3 on: May 10, 2010, 08:06:33 AM »
btw. why brain dampner ? :funny

oops ofcourse i ment breen :P

Offline Bones

  • Moderator
  • Posts: 3354
  • Cookies: 639
  • SPAAAAAAAAACE !!!
Re: my brain drainer weapon doesnt work!?
« Reply #4 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:

Offline Maxloef

  • STBC Aftermath Co Founder
  • Posts: 493
  • Cookies: 61
Re: my brain drainer weapon doesnt work!?
« Reply #5 on: May 11, 2010, 05:45:03 AM »
but cmon guys i need help anyone?

Offline Nebula

  • BC elder / BCC Vice Admin
  • Administrator
  • Posts: 5499
  • Cookies: 1129
  • KM - Mod Team Member & BC - Elder (2002)
    • 9th fleet HQ
Re: my brain drainer weapon doesnt work!?
« Reply #6 on: May 11, 2010, 07:11:02 AM »
yeah... not to sure... could try asking over at BCS.
Canon is what people argue exists on ships that don't exist.

Offline Bones

  • Moderator
  • Posts: 3354
  • Cookies: 639
  • SPAAAAAAAAACE !!!
Re: my brain drainer weapon doesnt work!?
« Reply #7 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.

Offline teleguy

  • Posts: 363
  • Cookies: 53
Re: my brain drainer weapon doesnt work!?
« Reply #8 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.


Offline teleguy

  • Posts: 363
  • Cookies: 53
Re: my brain drainer weapon doesnt work!?
« Reply #9 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.

Offline Maxloef

  • STBC Aftermath Co Founder
  • Posts: 493
  • Cookies: 61
Re: my brain drainer weapon doesnt work!?
« Reply #10 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...