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.
FS-Gamer how to have only one level in the mod and the credits at the end of this level?
how to have only one level in the mod and the credits at the end of this level?
This post has been removed.
Addy 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 "CustomSta
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
FS-Gamer did not work
did not work
Borb 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 t
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.
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();
FS-Gamer now ran sheltered by help guys.
now ran sheltered by help guys.