Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Bit of a strange question: if I wanted to disable the episode selection for Space Britain (to speed up starting up the loaded map WAD), is it correct for me to create a MAPINFO lump inside a WAD file (the patch file, because I don't want to mess with the original file) like so:

Episode STONEM1
{
    Remove
}

Or does that break things and/or cause unintended side effects?

(+1)

That looks like it should do the trick, yeah!