Jump to content

Recommended Posts

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...

 

post-273096-0-82093200-1451472496_thumb.

 

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

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.

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...