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

How do i make playerclasses and title screens?

Question

how can i make a playerclass and a title screen? i cant seem to get player class. when i put in my zmapinfo lump. "playerclasses = 'name of class" it says.

"no playerclass defined" on qzdoom bootup

and the title screen.same with sky textures. i put

"titlepage = "title page"

i get a transparent screen with sky and title pics

 

Share this post


Link to post

5 answers to this question

Recommended Posts

  • 0

To define a player class, you firstly need to do the playerclass = XX in MAPINFO.

 

Once that's set up, you'll then need to open up a DECORATE script and make a new playerpawn actor.

 

https://zdoom.org/wiki/Classes:PlayerPawn

 

Have a read through this. You don't need to edit every variable, just a few like radius, height, health, etc... and obviously, set up it's animations like how you would with an enemy (though the "MONSTER" flag is unnecessary).

Share this post


Link to post
  • 0

the wiki just tells me what it is. it does NOT tell me how to make it

and i got the player class done DynamiteKaitorn. thanks!

Share this post


Link to post
  • 0
On 4/19/2019 at 9:23 AM, Tuckymonster said:

the wiki just tells me what it is. it does NOT tell me how to make it

 

Why should it? It's there for reference, so you can make your own.

 

Asking for help is one thing, but not everyone is going to write code for you, so you'll have to experiment here and there and figure things out on your own. Sometimes that's the best way though. :)

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
×