Skip to content

Starter Mod Generator

Fill in a few fields and the site will generate the two files a beginner most often needs first.

MOD
Workbench

Starter Mod Generator

Creates a minimal template based on the structure of WBML mods that have actually loaded in NeoModLoader.

WBML-backed structure
NOTEChoose a GUID once and keep it stable after release. The Political World template adds the dependency and addon registration.

The manifest shape and BasicMod<Main> / OnModLoad() structure are based on WorldBox Modding Lab probes that actually compiled and loaded on the current research stack. The Political World option also uses the addon registration pattern exercised by WBML.

The generator does not claim that every future NeoModLoader or WorldBox version will use the same contract. Check the compatibility note before publishing a mod.