View unanswered posts | View active topics It is currently Thu Mar 28, 2024 8:48 pm



Reply to topic  [ 3 posts ] 
 Getting my emitters to emit 
Author Message
User avatar

Joined: Tue Mar 20, 2007 10:16 am
Posts: 186
Location: Australia
Reply with quote
Post Getting my emitters to emit
I have a cave, it has dripping water emitters on some stalactites, but they don't drip. They just sit their on the stalactites like stuck up little shits and refuse to drip water like I've told them to.

The emitter is a quick edit of the eggsack found in the exploration mission. Can anyone see anything wrong with it? Is there some newbie mistake I've made?

Code:
AddActor = AEmitter
   PresetName = Drippy
   PinStrength = 10000
   Mass = 15
   GoldValue = 500
   Buyable = 0
   RestThreshold = 0
   HitsMOs = 0
   GetsHitByMOs = 0
   SpriteFile = ContentFile
      FilePath = Megacave.rte/Drip.bmp
   FrameCount = 1
   SpriteAnimMode = 1
   SpriteAnimDuration = 400
   SpriteOffset = Vector
      X = 0
      Y = 0
   HFlipped = 0
   EntryWound = AEmitter
      CopyOf = Wound Bone Entry
   ExitWound = AEmitter   
      CopyOf = Wound Bone Exit
   AtomGroup = AtomGroup
      AutoGenerate = 1
      Material = Material
         CopyOf = Bone
      Resolution = 1
      Depth = 0
   DeepGroup = AtomGroup
      AutoGenerate = 1
      Material = Material
         CopyOf = Bone
      Resolution = 4
      Depth = 6
   DeepCheck = 1
   GibSound = Sound
      AddSample = ContentFile
         FilePath = Base.rte/Actors/Chomp.wav
      Priority = 2
   EmissionsIgnoreThis = 1
   EmissionDamage = 0
   EmissionOffset = Vector
      X = 0
      Y = 1
   AddEmission = Emission
      EmittedParticle = MOPixel
         CopyOf = Drop Brain Fluid
      ParticlesPerMinute = 15
      BurstSize = 0
      Spread = 0
      MaxVelocity = 1.0
      MinVelocity = 0
      PushesEmitter = 0
   AddEmission = Emission
      EmittedParticle = MOPixel
         CopyOf = Drop Brain Fluid Dark
      ParticlesPerMinute = 10
      BurstSize = 0
      Spread = 0
      MaxVelocity = 1.0
      MinVelocity = 0
      PushesEmitter = 0
   Team = 0
   GibImpulseLimit = 25
   GibWoundLimit = 50


Tue Dec 21, 2010 2:06 pm
Profile
User avatar

Joined: Mon Jun 15, 2009 4:02 pm
Posts: 905
Reply with quote
Post Re: Getting my emitters to emit
BurstSize = 0

Also, DeepCheck = 0, and you don't need to define a DeepGroup at all.


Wed Dec 22, 2010 12:55 am
Profile WWW
User avatar

Joined: Tue Mar 20, 2007 10:16 am
Posts: 186
Location: Australia
Reply with quote
Post Re: Getting my emitters to emit
Fixed now. I also needed to add an emissionenabled = 1.


Wed Dec 22, 2010 3:13 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 3 posts ] 

Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.042s | 15 Queries | GZIP : Off ]