-
Notifications
You must be signed in to change notification settings - Fork 4
[0] Intro: Creating a simple mod
Zealot Tormunds edited this page Jul 31, 2019
·
1 revision
- To create a mod, go to the /moddingapi/mods folder
- Create a folder in that directory with an unique name
- Inside the folder, create a file named "info.txt", and open it in notepad.
All info.txt files have to follow this same format:
Mod Name|Mod Description|Mod Author
The following text is an example of this file's content:
Character Limit Expander|This mod expands the character limit so you're able to add your own new characters without replacing|Zealot Tormunds
Mods with invalid or non-existent "info.txt" files will be disabled by the API.
If you followed these steps accordingly, the only step left is adding some files for the API to use.
List of classes from the game:
ccCmnCamera