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:
The code would look like this:Could not find map ICECREAM
Code: Select all
Episode icecreamfactory
{
name = ":("
}
Tested with ZDoom 2.8pre-453-g8c05281
EDIT: Removed attachment.