-
Notifications
You must be signed in to change notification settings - Fork 17
Home
Tommee J. Armytage edited this page Oct 22, 2023
·
22 revisions
- See Debugging with an API Referenced by your mod.
- Make sure to Copy The debug version of ModApi.dll to "Mods/References".
Get XML comments on ModAPI Classes, Fields, Properties, etc.
- Copy "ModAPI.xml" to "Mods/References" folder.
- See Jerry Holder Mod to have a look at how to implement the new ModAPI v0.2.* structure. its a lot easier and straight forward.
- 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 a good representation on how to change/add logic to the assemble/disasemmble 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.
- Cruise Control Panel for stock steering wheel created by Nitro and myself. see "https://github.com/tommojphillips/SatsumaCruiseControl"