Guide:Hair Mod File Setup: Difference between revisions

Jump to navigation Jump to search
m
Line 303: Line 303:
In the Script extender folder you want to create a Config.json you can do this by creating a text file and just renaming it and its extension Config.json. In the json you want:
In the Script extender folder you want to create a Config.json you can do this by creating a text file and just renaming it and its extension Config.json. In the json you want:


{
{
     "RequiredVersion": 9,
     "RequiredVersion": 9,
     "ModTable": "YOUR_MOD_NAME_HERE",
     "ModTable": "YOUR_MOD_NAME_HERE",
     "FeatureFlags": ["Lua"]
     "FeatureFlags": ["Lua"]
}
}


Where I have written your mod name here, write the name of your mod.
Where I have written your mod name here, write the name of your mod.
381
edits

Navigation menu