IgeNiaI / Q-Zandronum

A Zandronum 3.0 fork with improved netcode, configurable movement and many small tweaks
Other
76 stars 8 forks source link

Unknown player class error #331

Closed Alexander230 closed 1 year ago

Alexander230 commented 1 year ago

I've encountered this error in the console when tried to run a map "Bury My Heart Knee Deep":

Unknown player class 'NoJumpPlayerPawn'

Execution could not continue.

No player classes defined

Tested it, the same error appears in upstream Zandronum, but in GZDoom, DSDA and Crispy the map works fine.

IgeNiaI commented 1 year ago

The map defines the "NoJumpPlayerPawn" in ZScript, which is not supported by Q-Zandronum and Zandronum at all. That makes the map exclusive to GZDoom and it's forks. The issue should be fixed on map side.