-
Notifications
You must be signed in to change notification settings - Fork 0
Modded Levels
If you are looking for modded levels they should be found here.
To use a modded level is simple, depending on when the level is going to be executed is what number is after moddedlevel in the file name.
If the mod is intended to execute after level 1 then it would be called moddedlevel2.py. But honestly if you wanna just play the level than it should be prenamed, just drag it into the same folder as the start.exe/start.py as well as the other files and the game should automatically detect it.
I might work on a custom level maker for people who don't know how to code, but this might not happen
You can make one pretty easily with a basic knowledge of Python.
Here is baselevel.py, this is a level with copy-able questions.
DO NOT EDIT ANY OF THE OTHER STUFF EXCEPT FOR '# Put the questions here!' or 'print("\nYour free to go.\n\nYou won! Victory!\n\n\n")' BECAUSE IT IS MADE TO LOAD THE NEXT LEVELS AND ALL THE OTHER IMPORTANT STUFF!
Here is the raw source of baselevel.py again.
Enjoy making mods! Hopefully you figure it out!