Skip to content

Creating Mods.

SOAR edited this page Jul 2, 2026 · 1 revision

You must have Dev Edition downloaded here or on www.soardownload.com/mod . Boot up the dev_creation_main.py . You can name the mod by doing Name mod >name< You can load templates by doing this command: Template load >templatehere<. The templates include of command, addon, and window. You can create a config file by doing Create Config You can package the mod up as a .zip in the Zips folder by doing mod package. The templates can help you understand how the mods work and you can create mods off of those.

The dev_creation_main.py is just the basic script that helps you get the mod ready or start up. You must code init.py itself.

Happy coding.

Clone this wiki locally