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

Pickable new weapons

Recommended Posts

I added some new monsters and weapons to my wad in XWE. I can place the monsters on my map in DB fine, just typing in the number seen in DECORATE file at XWE, but i can't seem to add weapons ON my map, only way to use them is cheating. Help would be appreciated.

Share this post


Link to post

i thought it may be that something was missing

so as a test i made a WAD with 3 different types of shotguns,and a small map.

ACTOR Shutupgun : Shotgun 8677
{
STATES
{
Fire:
SHTG ABCDCBA 3 A_PRINT("shutup")
goto ready
}
}

ACTOR blahblahgun : Shotgun 2001
{
STATES
{
Fire:
SHTG ABCDCBA 3 A_PRINT("blah blah blah blah blah blah blah blah blah")
goto ready
}
}

ACTOR gungun : Shotgun 8676
{
STATES
{
Fire:
SHTG ABCDCBA 3 A_PRINT("i am a gun HAHAHA")
goto ready
}
}

gungun wasnt put in KEYCONF
blahblahgun has the same number as the Shotgun
Shutupgun had its own number and was in KEYCONF
all 3 appeared and worked the way they should
maybe if i could see one of your weapons, it might help.

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  
×