sonicteamgaming Posted July 13, 2018 Share Posted July 13, 2018 Im new to making mods and i wanted to make my character start with a backpack. can somebody help me with this? thank you in advance Link to comment https://forums.kleientertainment.com/forums/topic/93442-how-do-i-add-custom-starting-items/ Share on other sites More sharing options...
BraveChicken Posted July 13, 2018 Share Posted July 13, 2018 To give your character starting inventory items, head to your character's prefab file and in there You'll see the line: local start_inv = { } Simply add there the "backpack", so it'll look like this: local start_inv = { "backpack" } Link to comment https://forums.kleientertainment.com/forums/topic/93442-how-do-i-add-custom-starting-items/#findComment-1063416 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