Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • 0
Mad Dal 85

Starting Items

Question

I made a file for DoomGuy to start with a few starting items using the "Player.StartItem" flag in the decorate, but when I start the game, he doesn't have anything except his pistol with 50 bullets and 100 health points.

 

How do I get the other starting items to appear or get the "Player.StartItem" thing to actually work? 

 

It's a pk3 for GZDoom by the way.

Share this post


Link to post

4 answers to this question

Recommended Posts

  • 0

Are you sure the game is actually using the new player class? have you added it to Gameinfo section in MAPINFO? this shows you all the ways you can use to make it work.

Share this post


Link to post
  • 0

If you look at the CF files, open 'complex-doom.v26a2.pk3' file, and look at the DECORATE lump. You will see that the creator put the Player info and start items in that file and it works fine.

 

Now, I went down the same road and now I get errors. Something about;

 

Expected '{', but got Actor instead

 

Even though everything in my file looks fine so no idea what's going on there. If you want screenshots, I'll be happy to upload them.

Share this post


Link to post
  • 0

Like @sluggard said, make sure you've added Game information in Mapinfo lump.

 

Plus, your error with "Expected {" says you did something wrong in Decorate also. We need to see your code.

Share this post


Link to post
  • 0

It's sorted now and it works without gameinfo. Don't know what I just did, but works now. Thank you for the info.

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
×