kump11r Posted January 4, 2022 Share Posted January 4, 2022 For example, I want to make it so that my character can make and use Wigfrid's spear and helmet, how do I do it? Link to comment https://forums.kleientertainment.com/forums/topic/136711-how-to-add-character-specific-item-recipe-to-my-modded-character/ Share on other sites More sharing options...
HarryPPP Posted January 5, 2022 Share Posted January 5, 2022 Add this under your character's "common_postinit" function: inst:AddTag("valkyrie") This is the tag that allows Wigfrid to craft her helmet and spear. It apparently is not used anywhere else, so it should be safe to use. 1 Link to comment https://forums.kleientertainment.com/forums/topic/136711-how-to-add-character-specific-item-recipe-to-my-modded-character/#findComment-1530884 Share on other sites More sharing options...
kump11r Posted January 6, 2022 Author Share Posted January 6, 2022 (edited) 16 hours ago, HarryPPP said: Add this under your character's "common_postinit" function: inst:AddTag("valkyrie") This is the tag that allows Wigfrid to craft her helmet and spear. It apparently is not used anywhere else, so it should be safe to use. OOOOHH!!! SO THAT'S THE TAG! I didn't even consider it and said ''of course this tag is about the life steal or the singing thing''... I feel really dumb now. Thank you so much!!! Edited January 6, 2022 by kump11r wanted to say that I felt dumb Link to comment https://forums.kleientertainment.com/forums/topic/136711-how-to-add-character-specific-item-recipe-to-my-modded-character/#findComment-1531004 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