Skip to content

Commit cf9be92

Browse files
Update README.md
1 parent d1ede3e commit cf9be92

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,19 @@
1414

1515
# Getting Started
1616

17-
- See Turbo mod to have a mad look at how to implement the new mod api v0.1.4.1-alpha structure. its a lot easier and straight forward. here's the link: see "<https://github.com/tommojphillips/TurboMod/releases/tag/v0.1.2>"
18-
- see secure spare tire mod v0.1.2 to see how modapi v0.1.4.1-alpha is implemented in this mod! see "https://github.com/tommojphillips/SecureSpareTire/releases/tag/0.1.2
19-
"
17+
- See Turbo mod to have a mad look at how to implement the new mod api v0.1.4.* structure. its a lot easier and straight forward. here's the link: see "<https://github.com/tommojphillips/TurboMod"
18+
19+
- see secure spare tire mod to see how modapi (v0.1.4.2) is implemented in this mod! see "https://github.com/tommojphillips/SecureSpareTire"
20+
21+
- Secure Car jack is a mod that uses <i>mod api v0.1.4.2</i> gives a good representation on how to change/add logic to the assemble/disasemmble logic. I wanted Secure Car Jack to not allow the player to install/secure the jack unless it is folded. so i had to add logic to display an interaction tip to let the player know. See "https://github.com/tommojphillips/SecureCarJack"
22+
23+
- [Debugging with an API Referenced by your mod](https://github.com/piotrulos/MSCModLoader/wiki/Debugging-with-an-API-referenced-by-your-mod).
2024

2125

2226
#### [Obsolete] everything below is outdated infomation and won't exactly work from v0.1.4.1-alpha and on-wards.
23-
- To see this API in action, take a look at the demo i have created with a truck engine that attaches to the roof of satsuma, see "<https://github.com/tommojphillips/AttachObjectDemo>".
24-
- A walk-through of how to create your own truck engine install in version v0.1.1.4, see "<https://github.com/tommojphillips/ModAPI/wiki/Getting-started-in-v0.1.1.4-alpha>".
27+
28+
- To see this API in action, take a look at the demo i have created with a truck engine that attaches to the roof of satsuma, see "<https://github.com/tommojphillips/AttachObjectDemo>". - A walk-through of how to create your own truck engine install in version v0.1.1.4, see "<https://github.com/tommojphillips/ModAPI/wiki/Getting-started-in-v0.1.1.4-alpha>".
29+
2530
- Cruise Control Panel for stock steering wheel created by Nitro and myself. see "https://github.com/tommojphillips/SatsumaCruiseControl"
26-
- Secure Car jack is a mod that uses <i>mod api v0.1.2.0-alpha</i>, is secures the car jack to the left side of the Satsuma's trunk. See, "https://github.com/tommojphillips/SecureCarJack"
27-
Secure car jack v0.1 gives a good representation on how to change/add logic to the assemble/disasemmble logic. I wanted Secure Car Jack to not allow the player to install/secure the jack unless it is folded. so i had to add logic to display an interaction tip to let the player know.
28-
- [Debugging with an API Referenced by your mod](https://github.com/piotrulos/MSCModLoader/wiki/Debugging-with-an-API-referenced-by-your-mod).
31+
32+

0 commit comments

Comments
 (0)