Forum Mod Bakery Docs

how to have only one level in the mod and the credits at the end of this level?

Posted in Support
Please login to contribute to the conversation.
how to have only one level in the mod and the credits at the end of this level?
This post has been removed.
4 yrs ago (Edited 4 years ago)
To only have on Level in the mod, as you also asked, create a file in you're mod's root folder (the folder which contains the Meta.ini file and the CustomFiles folder) titled "CustomStatsTotals.ini". Inside of this folder, add the following text:

[Miscellaneous]
Levels=1
did not work
You'll also have to add "RequiredHack=CustomStatsTotals" to Meta.ini.
I'm unsure why the post detailing it was removed or if you saw and copied it before that, but adding this to the end of your m7i.mfk will work for ending the game after one level.
AddStage("final");
	AddObjective("timer");
		SetDurationTime(2);
		SetGameOver();
	CloseObjective();
CloseStage();
now ran sheltered by help guys.