Getting Started With Modding
Modding guide.
Supported Types
Setting Up Folder For Mods
Creating "metadata.json"
{
"name": "Demo mod",
"data": [
{
"type": "asset type",
"name": "path in game",
"path": "path from the mod dir or absolute"
}
]
}Scripts
String tables
Commands
Last updated