mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
Fixed The Read Me Headings
This commit is contained in:
@@ -1,16 +1,16 @@
|
|||||||
####Using The Core Files
|
#### Using The Core Files
|
||||||
1. Copy the core folder and the StdLib File
|
1. Copy the core folder and the StdLib File
|
||||||
2. Require StdLib event.lua before the core file-header
|
2. Require StdLib event.lua before the core file-header
|
||||||
3. Use require to run the file-header inside the core file
|
3. Use require to run the file-header inside the core file
|
||||||
4. Make any changes to the rank table you wish to use
|
4. Make any changes to the rank table you wish to use
|
||||||
5. Add you own code to the stand alone folder using the function defined in core
|
5. Add you own code to the stand alone folder using the function defined in core
|
||||||
|
|
||||||
####Using The Addons
|
#### Using The Addons
|
||||||
1. Copy the addons folder
|
1. Copy the addons folder
|
||||||
2. Remove any you do not wish to have
|
2. Remove any you do not wish to have
|
||||||
3. Remove the require inside the addons file-header
|
3. Remove the require inside the addons file-header
|
||||||
|
|
||||||
####Making Your Own Addons
|
#### Making Your Own Addons
|
||||||
* Make sure to require it after the core files
|
* Make sure to require it after the core files
|
||||||
* Add and return the credits vaible with your info inside
|
* Add and return the credits vaible with your info inside
|
||||||
* Make sure the core is upto date with out latest version
|
* Make sure the core is upto date with out latest version
|
||||||
|
|||||||
Reference in New Issue
Block a user