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

Difficulty error

Question

Tried creating a new difficulty and I get this when I try it out. It's for GZDoom UDMF.

 

Anyone any ideas? Slade seems to lack the ability to detect errors so I have load the wad on GZDoom to know where the errors are!Screenshot_7.png

Screenshot_6.png

Share this post


Link to post

3 answers to this question

Recommended Posts

  • 0

I think you need a name for the skill block itself, like:

 

Skill "something"

{}

 

If that doesn't work, try removing the semicolon in MustConfirm.

 

Share this post


Link to post
  • 0

You have to put "skill" and the name of the skill. Eg:

Skill "Total insanity!"{

Name = "Total Insanity!"

AmmoFactor = 2.0

DamageFactor = 1.0

SpawnFilter = "Hard"

TextColor = "Dark Red"

DisableCheats

MustConfirm = "This difficulty is as the name suggests;..."

}

 

You must also put = in all the properties where you have to assign values; that is, all but DisableCheats

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
×