Global Config - NitroxNova/humanizer GitHub Wiki

Global Config Settings - Version 2 Only

You can find the Global Config under the 'Project Settings' -> 'Globals' tab. double click on the path to open the scene

Screenshot from 2024-11-12 23-16-29

from here you can see and modify the global config settings by clicking on the HumanizerConfig node.

Screenshot from 2024-11-12 23-23-16

Config Override

If you want to override the global config settings so your project can work without modifying the plugin, you'll need to make a config resource and save it at res://humanizer_global_config.res You'll need to reload the project so it registers the new file, but then you can edit this file and save it to update the humanizer global settings.
Screenshot from 2024-11-12 23-27-28 Screenshot from 2024-11-12 23-28-50

Screenshot from 2024-11-12 23-29-28

Screenshot from 2024-10-21 22-57-42

Open the config resource at res://humanizer_global_config.res (This is generated by the plugin)
Screenshot from 2024-10-21 22-57-42

Adding New Asset Paths

Open "Paths Config" in the inspector, and press "Add Element" and add the string path of your assets folder, starting with "res://". This is where all the equipment files will go. You want this folder outside the plugin so you can update without losing your assets.

Add Elements

Slot Definitions

You can define new slots for your clothing and body parts here, just add a new element to the list. Screenshot from 2024-10-21 22-48-33