Skip to content
Tommee J. Armytage edited this page Oct 29, 2023 · 22 revisions

Welcome to the Mod API wiki!

Debugging with ModAPI

Mod Developers

Get XML comments on ModAPI Classes, Fields, Properties, etc.

  • Copy "ModAPI.xml" to "Mods/References" folder.

Examples

  • See Jerry Holder Mod to have a look at how to implement the new ModAPI v0.2.* structure.
  • See Secure Spare Tire Mod to see how ModAPI v0.2.* is implemented in this mod!
  • See Secure Car Jack Mod is a mod that uses ModAPI v0.2.* gives an example on how to add logic to the assemble and disassemble logic.
  • See Attach Object Demo, created with a truck engine that attaches to the roof of satsuma, see the link for a walk-through of how to create your own truck engine install in ModAPI v0.2.*.

[Obsolete] everything below is outdated information and won't exactly work from v0.1.2 and on-wards.

Clone this wiki locally