I've got an idea for a new property in the MAPINFO episode definition. It would allow you to mark that episode as unreleased/coming soon, by showing a pop-up message after selecting that episode, very similar to the shareware message of Doom 1. You would just have to type out your message or provide a language lump keyword.
This is just an example of how it could look like:
Code: Select all
Episode E3M1
{
Name = "The Revenge of Doomguy"
Key = "t"
Unreleased = "$UNRELEASED" // "This episode is not available yet!"
}
Thanks for taking the time to read this!