Creating mods with Mini SDK Creating mods with Mini SDK

Creating mods with Mini SDK

image.png

Follow these steps:

  1. Open Command Prompt (cmd.exe) at the SDK installation path.
  2. To create a mod, execute CreateMod.bat <ModName> in cmd, where <ModName> is the name of the mod plugin to be created, e.g., CreateMod.bat MyMod.
  3. An empty mod plugin would be created at the path Stalker2\Mods\<ModName>.
  4. Proceed to create config mods in the same way as with the full mod editor.
  5. To package the cfg mod, execute PakCfgMod.bat <ModName> in cmd, where <ModName> is the name of the mod plugin to be packaged, e.g., PakCfgMod.bat MyMod.
The packaged mod will be located at Stalker2\SavedMods\Staged\<ModName>\Windows\Stalker2\Mods\<ModName>\Content\Paks\Windows.
  6. Upload the mod manually:
    • To upload the mod to mod.io, navigate to the S.T.A.L.K.E.R. 2 mod.io page and follow the instructions.
    • To upload the mod to Steam Workshop, use the main functionality of the Zone Kit.