Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
DuckReconMajor

Changing weapons with DECORATE

Recommended Posts

Is it possible to change the original weapons in DECORATE the same way you can monsters? I tried to modify the chaingun like this:

actor Chaingun2 : Chaingun replaces Chaingun
{
states
 {
 Fire:
    CHGG A 0 A_FireBullets (5.6, 0, 1, 200, "BulletPuff")
    CHGG A 4 A_GunFlash
    CHGG B 4 A_FireBullets (5.6, 0, 1, 200, "BulletPuff")
    CHGG B 0 A_ReFire
    goto Ready
 }
}
When I do this the only way I can get a chaingun is to pick one up. When I switch to another weapon the chaingun goes away, and when I do "IDKFA" I don't get a chaingun.

I'm guessing this is because it defined an actor and not a true weapon. Is there a word I need to add or something or is it not possible to modify the weapons this way?

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
Sign in to follow this  
×