You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
ModAPI is an application programming interface designed for the My Summer Car Modding Community. It allows the developer
3
3
to easily implement a car part that can be attached to the satsuma (or anything really) with little effort. It also allows
4
4
easy access to common modding items, i.e common playmaker variables.
5
+
6
+
<h3>Version Information</h3>
7
+
8
+
Major Version
9
+
Minor Version
10
+
Build Number
11
+
Revision
12
+
13
+
-> v0.1.2.0
5
14
6
15
# Getting Started
7
-
To see this API in action, take a look at the demo i have created. <https://github.com/tommojphillips/AttachObjectDemo>
16
+
To see this API in action, take a look at the demo i have created, see "<https://github.com/tommojphillips/AttachObjectDemo>".
17
+
A walk-through of how to create your own truck engine install in version 0.1.1.4, see "<https://github.com/tommojphillips/ModAPI/wiki/Getting-started-in-v0.1.1.4-alpha>"
0 commit comments