Rocko Posted December 30, 2015 Share Posted December 30, 2015 hey guys, i'm new to modding and programming, and i'm making a character with wickerbottom perks, its working in shipwrecked but i want to play with it in DST as well, so i'm stuck with this... and i know i have to create or add lines in a .lua file, but dont know how to do it, so i'm asking: could anyone with a kind heart walk me trough it? thanks in advance!! Link to comment https://forums.kleientertainment.com/forums/topic/61593-wickerbottom-perks-in-dst/ Share on other sites More sharing options...
Mobbstar Posted December 30, 2015 Share Posted December 30, 2015 The component "characterspecific" on one of your character's items. You need to add a gamemode check before that: if not IsDST then inst:AddComponent("characterspecific") --etc.end Keep in mind, however, that "IsDST" doesn't actually exist. You should look at other "all-in-one" mods to see the actual code. I'm afraid I don't have it at hand. Link to comment https://forums.kleientertainment.com/forums/topic/61593-wickerbottom-perks-in-dst/#findComment-703541 Share on other sites More sharing options...
Rocko Posted December 30, 2015 Author Share Posted December 30, 2015 sorry @Mobbstar, this is the same issue that you helped me in another post, i'm trying to make the books of wickerbottom and when i build then in the book tab, right when its going to inventory, this bug appears.. so i really need more help with this.... X_x Link to comment https://forums.kleientertainment.com/forums/topic/61593-wickerbottom-perks-in-dst/#findComment-703624 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