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

Prboom+ UMAPINFO error

Question

I am making a map with 10 levels and custom music, but an error keeps showing up saying

1:0Expected 'map' but got 'Identifier' instead.

error!!!1.zip

is it an error with the umapinfo?

Share this post


Link to post

1 answer to this question

Recommended Posts

  • 0

Yes, your UMAPINFO is not formatted correctly. Here is the correct formatting.

 

MAP E1M1 {
	levelname = "E1F1"
	next = "E1M2"
	nextsecret = "E1M10"
	music = "D_GET"
	intermusic = "D_INTER"
}

 

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
×