For some reason you have to use clear episodes and define a new episode for your standalone ipk3 to work. That alone is not enough. You also need to define new skills.
just add this before your other map definitions:
clearepisodes
episode MAP01 //This should be named the same as the first map you want your game to start.
{
name = "Your episode"
//other parameters if needed.
}
if you do not specify additional episodes, there is no episode selection menu either.
And ofc define your skills. Copy and paste them from wiki etc. if you want standard doom difficulty behavior, and just name them how you like.
just add this before your other map definitions:
clearepisodes
episode MAP01 //This should be named the same as the first map you want your game to start.
{
name = "Your episode"
//other parameters if needed.
}
if you do not specify additional episodes, there is no episode selection menu either.
And ofc define your skills. Copy and paste them from wiki etc. if you want standard doom difficulty behavior, and just name them how you like.
Statistics: Posted by ::Bloodfury:: — Sat Oct 19, 2024 5:33 pm