Nexus_Furry Member Jan 4, 2023 #1 i am wondering how to make a mod that everytime a level loads, the game will run any set of console commands put into the wad or pk3 (idk what format)
i am wondering how to make a mod that everytime a level loads, the game will run any set of console commands put into the wad or pk3 (idk what format)
Tatsuru 2.3 will have menus Moderator Sonic Team Junior Jan 5, 2023 #2 If you're looking to do this with a specific level that you're making, you can use the ScriptName parameter on the level header. However, if want that to happen to every level, you can execute the commands you want by hooking onto a MapLoad hook in a Lua script.
If you're looking to do this with a specific level that you're making, you can use the ScriptName parameter on the level header. However, if want that to happen to every level, you can execute the commands you want by hooking onto a MapLoad hook in a Lua script.