mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 19:45:22 +09:00
b1ebca6344887749634e10181469a3af826126f6
Using The Core Files
- Copy the core folder and the StdLib File
- Require StdLib event.lua before the core file-header
- Use require to run the file-header inside the core file
- Make any changes to the rank table you wish to use
- Add you own code to the stand alone folder using the function defined in core
Using The Addons
- Copy the addons folder
- Remove any you do not wish to have
- Remove the require inside the addons file-header
Making Your Own Addons
- Make sure to require it after the core files
- Add and return the credits vaible with your info inside
- Make sure the core is upto date with out latest version
- It is recomened that your do not edit the core file
- The core files use comments to help explain the many functions
Languages
Lua
98.6%
TypeScript
1%
JavaScript
0.4%