dim3 Forum

Full Version: Projectiles
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Most important: How do you make multiple projectiles come out at once (like a shotgun);

Least Important: Is there something that makes projectiles come out of the fire bone but always hit the center?
Documentation/Scripting/WeaponObject.html Wink
Or the pistol script if you cant find the obvious docs
What does "slop" mean? Innacurate?
I assume it is.
all the clouds are red!
its the apocolipse!
all because Victoria asked me out!
*pulls out pitch fork*
Chainfist Wrote:What does "slop" mean? Innacurate?

"slop" allows you to make the projectile inaccurate to whatever degree you wish. You can set the weapon to fire more then one projectile without having to repeat the projectile fire code in the fire function. Check the pistol script.
I could be wrong, but I believe that in the documentation "slop"=="slope".
The pistol only fires one bullet at a time. I want multiple bullets.
The pistol also has a fire mode that fires multiple projectiles at once.
Think before posting please.
And if you looked at the docs, you wouldn't have to ask for simple things like that.
http://erikkemmer.er.funpic.de/dim3/docs...bject.html
beavertoes Wrote:I could be wrong, but I believe that in the documentation "slop"=="slope".

Nope, it means "slop" like you "slopped a bunch of dirt around", it's a factor as to how far off the bullets are from the mark. You can fire multiple projectiles at once, with a slope factor that tells how inaccurate they are.

As others have said, check out the pistol script as it has a secondary mode that does that.

[>] Brian
Pages: 1 2
Reference URL's