TemporarySolutn Posted October 2, 2020 Share Posted October 2, 2020 I tried to find a tutorial for this but couldn't find anything, the last 3 hours I've been looking at 2 mods that do it completely differently and they're both probably pretty dated so there is probably a semi-easier way to do it then how they do. Just to explain it again so nobody misunderstands, I want to have a badge like Woodie's Wearbeaver or Wigfrid's Inspiration (I'd also like to make it compatible with custom status and mods like Nightmare HUD) If anyone is just going to spoon feed me the code I just ask that you explain it or comment inside of it so I can understand what happening so I know how to tweak it or fix it if something goes wrong, otherwise id be fine with being linked to a tutorial so I can set it up myself, I appreciate it Link to comment https://forums.kleientertainment.com/forums/topic/122179-how-to-add-a-custom-werebeaverinspiration-badge/ Share on other sites More sharing options...
penguin0616 Posted October 2, 2020 Share Posted October 2, 2020 @JustCrimson You can take a look in the code at how Abigail's Meter is done. In short though, you'll need UI manipulation and net variables. As for compatibility with Combined Status, I don't think that a new badge will be compatible. Compatability with Nightmare HUD should be easy enough, provided you're using the game's badge assets and not your own. 1 Link to comment https://forums.kleientertainment.com/forums/topic/122179-how-to-add-a-custom-werebeaverinspiration-badge/#findComment-1376625 Share on other sites More sharing options...
TemporarySolutn Posted October 3, 2020 Author Share Posted October 3, 2020 9 hours ago, penguin0616 said: @JustCrimson You can take a look in the code at how Abigail's Meter is done. In short though, you'll need UI manipulation and net variables. As for compatibility with Combined Status, I don't think that a new badge will be compatible. Compatability with Nightmare HUD should be easy enough, provided you're using the game's badge assets and not your own. I know ill have to add compatibility manually Link to comment https://forums.kleientertainment.com/forums/topic/122179-how-to-add-a-custom-werebeaverinspiration-badge/#findComment-1376747 Share on other sites More sharing options...
TemporarySolutn Posted October 3, 2020 Author Share Posted October 3, 2020 I also am unsure how I should override like player_classified and whatever else I need to override Link to comment https://forums.kleientertainment.com/forums/topic/122179-how-to-add-a-custom-werebeaverinspiration-badge/#findComment-1376757 Share on other sites More sharing options...
penguin0616 Posted October 3, 2020 Share Posted October 3, 2020 @JustCrimson Probably AddPrefabPostInit, since classifieds are prefabs. Alternatively, you could make your own. 1 Link to comment https://forums.kleientertainment.com/forums/topic/122179-how-to-add-a-custom-werebeaverinspiration-badge/#findComment-1376861 Share on other sites More sharing options...
TemporarySolutn Posted October 4, 2020 Author Share Posted October 4, 2020 5 hours ago, penguin0616 said: @JustCrimson Probably AddPrefabPostInit, since classifieds are prefabs. Alternatively, you could make your own. the main problem I'm having is trying to understand any of the meters is like sorting through a literal pile of spaghetti, I might understand one file but when its in relation to others I start getting confused because nothing is clear cut, I'm just sorta copy and pasting and renaming **** and hoping that it works which is like the opposite of what I want. Link to comment https://forums.kleientertainment.com/forums/topic/122179-how-to-add-a-custom-werebeaverinspiration-badge/#findComment-1376904 Share on other sites More sharing options...
penguin0616 Posted October 4, 2020 Share Posted October 4, 2020 @JustCrimson Well, there is a lot to sort through. You need to do methodically. 1 Link to comment https://forums.kleientertainment.com/forums/topic/122179-how-to-add-a-custom-werebeaverinspiration-badge/#findComment-1376921 Share on other sites More sharing options...
TemporarySolutn Posted October 5, 2020 Author Share Posted October 5, 2020 at this point I give up atleast for now, if someone wants to do it for me or tell me how to set it up basically step by step (essentially function by function) that would be great and you can dm me if you want Link to comment https://forums.kleientertainment.com/forums/topic/122179-how-to-add-a-custom-werebeaverinspiration-badge/#findComment-1377179 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