This repository was archived by the owner on Nov 28, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Modding Guidelines
Tim Potze edited this page Nov 5, 2015
·
3 revisions
There are a few rules you have to stick to while writing mods for Parkitect.
- Your mod should only be active after the
onEnabled
method has been called on yourIMod
instance. - Your mod should completely unload all of its features and return the game to its original state once the
onDisabled
method has been called on yourIMod
instance. - You are forbidden to distribute source, asset or resource files of the game with your mod! Your mod won't be allowed to be listed on ParkitectNexus or you will be banned if you're illegally distributing these materials.
If you have any questions, please visit the modding forums!
- Modding Guidelines
- Getting Started
- Configuring mod.json
- The IMod Interface
- Reload mod while developing
- Logging
- Debugging
- GitHub for beginners
The Next-Gen modding tool for Parkitect! Download