Noisy Pants Posted April 1, 2021 Share Posted April 1, 2021 I made a mod that goes inside the helmet, the localization file works fine regarding describing what it does yet there isn't any stats available for the mod. I've been digging looking at other mods and such.... I haven't come up with anything - please help. The stats would show the nerdy glasses and lucky goggles stats. Link to comment Share on other sites More sharing options...
Gouki Posted April 1, 2021 Share Posted April 1, 2021 1 hour ago, Noisy Pants said: I made a mod that goes inside the helmet, the localization file works fine regarding describing what it does yet there isn't any stats available for the mod. I've been digging looking at other mods and such.... I haven't come up with anything - please help. The stats would show the nerdy glasses and lucky goggles stats. Hi Noisy Pants You must add a line like this to show you the stats: These are the lines of both goggles. <property name = "DisplayType" value = "clothingNerdGlasses" /> <property name = "DisplayType" value = "clothingAviatorGoggles" /> You can create your own custom line by adding the stats of both goggles. Example: <property name = "DisplayType" value = "clothingNerdviatorGoggles" /> Then check ui_display.xml and see how both goggles are. You must create your own ui_display file to show you the stats of both. Regards 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now