View unanswered posts | View active topics It is currently Fri Dec 27, 2024 8:45 am



Reply to topic  [ 8 posts ] 
 Small MOSRotating bullet going through actors. 
Author Message
User avatar

Joined: Wed Feb 02, 2005 2:17 pm
Posts: 58
Location: Finland
Reply with quote
Post Small MOSRotating bullet going through actors.
But it only goes through them when fired right, not when fired left.
It's a normal, a bit bouncy bullet. Doesn't explode or anything.
What could be the problem?


Sun Nov 18, 2007 7:19 am
Profile WWW
User avatar

Joined: Tue Dec 12, 2006 1:09 am
Posts: 698
Location: Plymouth, NC
Reply with quote
Post Re: Small MOSRotating bullet going through actors.
Try a bigger bullet?


Sun Nov 18, 2007 8:52 am
Profile
User avatar

Joined: Wed Feb 02, 2005 2:17 pm
Posts: 58
Location: Finland
Reply with quote
Post Re: Small MOSRotating bullet going through actors.
Thanks, but that didn't work.


Sun Nov 18, 2007 2:58 pm
Profile WWW
REAL AMERICAN HERO
User avatar

Joined: Sat Jan 27, 2007 10:25 pm
Posts: 5655
Reply with quote
Post Re: Small MOSRotating bullet going through actors.
Could you post the code?


Sun Nov 18, 2007 5:43 pm
Profile
User avatar

Joined: Wed Feb 02, 2005 2:17 pm
Posts: 58
Location: Finland
Reply with quote
Post Re: Small MOSRotating bullet going through actors.
Code:
AddAmmo = Round
   InstanceName = Musket Round
   ParticleCount = 1
   Particle = MOSRotating
      InstanceName = Musket Bullet
      Mass = 7
      RestThreshold = 500
      Sharpness = 440
      HitsMOs = 1
      GetsHitByMOs = 1
      SpriteFile = ContentFile
         FilePath =Redcoat.rte/Images/Bullet.bmp
      FrameCount = 1
      SpriteOffset = Vector
         X = -2.5
         Y = -2.5
      AtomGroup = AtomGroup
         AutoGenerate = 1
         Material = Material
            CopyOf = Military Tech
         Resolution = 4
         Depth = 0
      DeepGroup = AtomGroup
         AutoGenerate = 1
         Material = Material
            CopyOf = Military Tech
         Resolution = 5
         Depth = 8
      DeepCheck = 1
   Shell = None
   FireVelocity = 100
   ShellVelocity = 10
   Separation = 5


Sun Nov 18, 2007 8:21 pm
Profile WWW
User avatar

Joined: Mon Apr 02, 2007 11:08 pm
Posts: 163
Location: Kansas
Reply with quote
Post Re: Small MOSRotating bullet going through actors.
Well if its moving really fast the physics engine may not register a collision.


Sun Nov 18, 2007 8:22 pm
Profile
REAL AMERICAN HERO
User avatar

Joined: Sat Jan 27, 2007 10:25 pm
Posts: 5655
Reply with quote
Post Re: Small MOSRotating bullet going through actors.
Things to try:

Add a space between the "=" and "Redcoat.rte" in the filepath.

Remove the .5's in the sprite offsets; there's no such thing as half a pixel.

Change the atomgroup's depth to 2.

Lower the velocity to 85.


Sun Nov 18, 2007 8:33 pm
Profile
User avatar

Joined: Wed Feb 02, 2005 2:17 pm
Posts: 58
Location: Finland
Reply with quote
Post Re: Small MOSRotating bullet going through actors.
I'll try those. And never mind the "Redcoat," I don't plan to copy it, just using it as a template. (Redcoat is a part of an actor/weapon pack by MrEvilPoni.)

EDIT: It works now!
Code:
AtomGroup = AtomGroup
         AutoGenerate = 1
         Material = Material
            CopyOf = Military Tech
         Resolution = 2
         Depth = 0
      DeepGroup = AtomGroup
         AutoGenerate = 1
         Material = Material
            CopyOf = Military Tech
         Resolution = 4
         Depth = 1

Amazing! I was starting to think it was cursed! Thanks!
(Still needs a 4x4 bullet, though.)


Sun Nov 18, 2007 8:38 pm
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 8 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.165s | 13 Queries | GZIP : Off ]