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

Changing The Staring Weapon?

Recommended Posts

How Do I Change The Starter Weapon? I Wanna Use A Different Pistol Rather Than The Default One.

I Tried This, But It Didn't Work:

defaultmap
{
fallingdamage
sky1 = SKY1 0.0
}

map MAP01 "Untimely Demise"
{
next = EndGameC
music = D_RUNNIN
}

gameinfo
{
playerclasses = "Player"
}

Anyone Know Why It Won't Work?

Share this post


Link to post

Here's The DECORATE:

actor PistolPlayer : DoomPlayer
{
Player.StartItem "AngledPistol"
Player.StartItem "Fist"
Player.StartItem "Clip", 50
}

Should I Rename "PistolPlayer" To "PLayer" Just?

Share this post


Link to post

Just rename "Player" to "PistolPlayer" in MAPINFO in your original post. The word "Player" in your DECORATE is just a keyword prefix of player-related properties. You shouldn't use keywords as custom class names.

Share this post


Link to post

I Tried Many Different Things That Were Supposed To Work, NONE Of Them Did.
Seriously, I Did All Of Your Steps And NONE Worked.

Share this post


Link to post

I told you only 1 step: Rename "Player" to "PistolPlayer" in MAPINFO in your original post. You shouldn't have modified your DECORATE.

If it doesn't work anyway, try methods from the wiki pages I linked.

Share this post


Link to post

I saw the "//Rename this!!!" comment, but I don't see why you should rename any of them. So, rename none.

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
×