Skip to content

Mod System

Cook Green edited this page Apr 28, 2020 · 6 revisions

Summary

Each module in OpenMB includes three parts: Assembly Files, Xml Files and Script Files.

The Assembly Files always include some hardcoded code for this module such like custom script command, custom item types and etc

The Xml Files include the data of the module such like item data, trooper data, etc.

The Script Files control the logic of the module

Parts

Assembly Files

Xml Files

Script Files

Interfaces