Franke004 Posted June 29, 2018 Share Posted June 29, 2018 Hey , im currently working on a character and i would like for him to have a custom item. Could anyone please link me to a guide or help me make an item ? Thank you ! Link to comment https://forums.kleientertainment.com/forums/topic/92799-creating-a-custom-item/ Share on other sites More sharing options...
ArtsWithLN Posted June 29, 2018 Share Posted June 29, 2018 Link to comment https://forums.kleientertainment.com/forums/topic/92799-creating-a-custom-item/#findComment-1057302 Share on other sites More sharing options...
Franke004 Posted June 29, 2018 Author Share Posted June 29, 2018 thank you ! how do i integrate it inside my character ? Link to comment https://forums.kleientertainment.com/forums/topic/92799-creating-a-custom-item/#findComment-1057304 Share on other sites More sharing options...
ArtsWithLN Posted June 29, 2018 Share Posted June 29, 2018 I'm sorry I do not understand your question. Are you making it an equipable item? or like something you wear? Link to comment https://forums.kleientertainment.com/forums/topic/92799-creating-a-custom-item/#findComment-1057316 Share on other sites More sharing options...
Franke004 Posted June 29, 2018 Author Share Posted June 29, 2018 i want to make a gauntlet that i can equip on my custom character ok done thank you Link to comment https://forums.kleientertainment.com/forums/topic/92799-creating-a-custom-item/#findComment-1057317 Share on other sites More sharing options...
J0eJr Posted January 1, 2021 Share Posted January 1, 2021 this is late but i think he means how do i make it start with my custom Link to comment https://forums.kleientertainment.com/forums/topic/92799-creating-a-custom-item/#findComment-1411983 Share on other sites More sharing options...
Enderia Posted January 29, 2021 Share Posted January 29, 2021 I think more like "how do I make my character mod also have custom item inside" Can't help you with mine option for sure cus I didn't touch coding in a while, but I think putting item's folders inside your mod and writing item's prefab as starting item should be enough? I'm not sure, prob not but in @J0eJr version you have to have both character and item mods enabled in the server, and in character's "starting item" give item's prefab. Not sure if game won't crash if the item mod isn't enabled this way tho Link to comment https://forums.kleientertainment.com/forums/topic/92799-creating-a-custom-item/#findComment-1423059 Share on other sites More sharing options...
Combustiblemon Posted January 29, 2021 Share Posted January 29, 2021 on modmain.lua: PrefabFiles = { "yourcharacter", "youritem", } on your character's lua file: local prefabs = { "youritem", } local start_inv = { "youritem", } I could help you more if I got more information well. Link to comment https://forums.kleientertainment.com/forums/topic/92799-creating-a-custom-item/#findComment-1423065 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