Author Topic: Dissapearing Bulks  (Read 1557 times)

Offline Billz

  • Posts: 1697
  • Cookies: 45
  • Doctor who? ;)
Dissapearing Bulks
« on: August 29, 2007, 06:06:10 PM »
Every time I kill an enemy ship in QB, the remains of the ship that should float around just vanish. As in destroy a ship, the wreckage floats around for a couple of seconds but then just dissappears. Is there a way to stop 'bulks' from vanishing? This is merely just for effect.
Can't wait for 2014 to start.

Offline Nebula

  • BC elder / BCC Vice Admin
  • Administrator
  • Posts: 5499
  • Cookies: 1129
  • KM - Mod Team Member & BC - Elder (2002)
    • 9th fleet HQ
Re: Dissapearing Bulks
« Reply #1 on: August 29, 2007, 06:10:05 PM »
if you have ds9 fx.... it has a system cleaning option that deletes the ship hulls when they are killed, you can turn this off in the mutator list for ds9fx.
Canon is what people argue exists on ships that don't exist.

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: Dissapearing Bulks
« Reply #2 on: August 29, 2007, 06:16:46 PM »
Just saw Nebula's post, if you have DS9FX installed, try that before this.


Right, untested so be warned, you can always remove the file. But if you get a BSOD, then please tell the bsod and I'll fix.
You will need FoundationTriggers installed for this to work.
Code: [Select]
import App
import Foundation
import MissionLib

mode = Foundation.MutatorDef("Hulk Keeper")

class HulkKeeper(Foundation.TriggerDef):
   def __call__(self, pObject, pEvent):
      pShip = App.ShipClass_Cast(pEvent.GetDestination())
      if pShip:
         pShip.AddPythonFuncHandlerForInstance(App.ET_OBJECT_CONVERTED_TO_HULK, "MissionLib.IgnoreEvent")

oHulkKeeper = HulkKeeper("HulkKeeper Trigger", Foundation.TriggerDef.ET_FND_CREATE_SHIP, dict={"modes":[mode]})

It's entirely possible that your BC will come grinding to a halt after a few (intense) QB matches. Aside from the flying trouble, and maybe even crashes at QB start.
I still can't read peoples minds, nor can I read peoples computers, even worse, I can't combine the two to read what is going wrong with your BC install...

"It was filed under 'B' for blackmail." - Morse, Inspector Morse - The dead of Jericho.

Offline Billz

  • Posts: 1697
  • Cookies: 45
  • Doctor who? ;)
Re: Dissapearing Bulks
« Reply #3 on: August 29, 2007, 06:52:43 PM »
if you have ds9 fx.... it has a system cleaning option that deletes the ship hulls when they are killed, you can turn this off in the mutator list for ds9fx.

Whats the mutator actually called? Im assuming its the 'Ship Model Preloading' thing.
Can't wait for 2014 to start.

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: Dissapearing Bulks
« Reply #4 on: August 30, 2007, 03:18:07 AM »
DS9FX has it's own menu through UMM.
I still can't read peoples minds, nor can I read peoples computers, even worse, I can't combine the two to read what is going wrong with your BC install...

"It was filed under 'B' for blackmail." - Morse, Inspector Morse - The dead of Jericho.

Offline Billz

  • Posts: 1697
  • Cookies: 45
  • Doctor who? ;)
Re: Dissapearing Bulks
« Reply #5 on: August 30, 2007, 04:35:30 AM »
DS9FX has it's own menu through UMM.

Yes I know. But Neb suggested that I turn something in DS9FX off but he didnt say what. Thats why I asked if it was the 'Ship Model Preloading' thing in the DS9FX config.

Im not trying to be rude so please dont take what I have said the wrong why.
Can't wait for 2014 to start.

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: Dissapearing Bulks
« Reply #6 on: August 30, 2007, 04:51:35 AM »
You asked for a mutator, but mutators are their own thing.

Model preloading shouldn't deal with hulk removal.
I still can't read peoples minds, nor can I read peoples computers, even worse, I can't combine the two to read what is going wrong with your BC install...

"It was filed under 'B' for blackmail." - Morse, Inspector Morse - The dead of Jericho.

Offline Nebula

  • BC elder / BCC Vice Admin
  • Administrator
  • Posts: 5499
  • Cookies: 1129
  • KM - Mod Team Member & BC - Elder (2002)
    • 9th fleet HQ
Re: Dissapearing Bulks
« Reply #7 on: August 30, 2007, 10:47:15 AM »
ah sorry I was kinda busy when I made that post...

its the option called "stabilize BC" turn it off.
Canon is what people argue exists on ships that don't exist.

Offline Nebula

  • BC elder / BCC Vice Admin
  • Administrator
  • Posts: 5499
  • Cookies: 1129
  • KM - Mod Team Member & BC - Elder (2002)
    • 9th fleet HQ
Re: Dissapearing Bulks
« Reply #8 on: September 10, 2007, 10:12:54 AM »
Sorry to Bump this but I want to know if that worked for you...
Canon is what people argue exists on ships that don't exist.

Offline Billz

  • Posts: 1697
  • Cookies: 45
  • Doctor who? ;)
Re: Dissapearing Bulks
« Reply #9 on: September 10, 2007, 03:50:04 PM »
Yep it worked. I mean by ships now seem to have taken a Legacy-like damage effect (remember those horrible damage star patterns on stock ST: Legacy) but for the most part, it worked.
Can't wait for 2014 to start.

Offline Nighthawk

  • |______[o]_|
  • Posts: 750
  • Cookies: 18
Re: Dissapearing Bulks
« Reply #10 on: September 10, 2007, 04:32:14 PM »
pix?