Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Bushpig2dope

Editing projectiles (Imp fireball)

Recommended Posts

Hey, second post here

I made a giant imp successfully, but its kinda useless. His fireballs fire from his feet and are tiny so I thought, lets make his fireball bigger!
Well, yeah, after looking for ages I couldn't find any decent info which was kinda frustrating. Any help would be appreciated

Cheers

Share this post


Link to post

Both monsters and projectiles are actors, so define giant projectiles exactly the same way how you've defined giant monsters, by inheriting from the original actors and changing some properties. To solve the height problem, let your imp spawn the custom projectile via A_CustomMissile instead of A_TroopAttack in his Missile animation in his States, with an appropriate "spawnheight" parameter.

Share this post


Link to post

Ok I figured it out, thanks heaps. Now I'm curious as to how I could get the fireball to spawn an imp when it blows up. Any ideas? I tried the a_dropitem command but couldn't really figure it out. Sorry for my noobness

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×