Can't start episode if map's name is > than 8 characters

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Post Reply
User avatar
Fishytza
Posts: 793
Joined: Wed Feb 23, 2011 11:04 am
Preferred Pronouns: They/Them
Contact:

Can't start episode if map's name is > than 8 characters

Post by Fishytza »

Did some tests regarding maps to see if this works.

Turns out if you define an episode with a map that has a name longer than 8 characters, it never loads because ZDoom never seems to read anything past the first 8 characters.

For instance, If I had a map called icecreamfactory(.wad) (in the maps folder of a pk3) and try to load it via episode selection it would give this error:
Could not find map ICECREAM
The code would look like this:

Code: Select all

Episode icecreamfactory
{
	name = ":("
}
It doesn't seem to matter if I put it in quotes or add the extension or even the whole path ("maps/icecreamfactory.wad").

Tested with ZDoom 2.8pre-453-g8c05281

EDIT: Removed attachment.
Last edited by Fishytza on Fri May 16, 2014 5:07 am, edited 1 time in total.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49237
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: Can't start episode if map's name is > than 8 characters

Post by Graf Zahl »

Oh well, seems there's still some hidden spots where stuff gets truncated...
Post Reply

Return to “Closed Bugs [GZDoom]”