Jump to content

Help with my mod


Recommended Posts

I wanna make my character mod have some items in it but I can't find a tutorial for help. 

I was hoping for one that showed how to make the character have the items at the start and one for an wearable item.

A video tutorial would be nice but i'll take anything.

Link to comment
Share on other sites

Starting inventory is pretty straightforward, I pulled this from webber's prefab:

local start_inv =
{
    "spidereggsack",
    "monstermeat",
    "monstermeat",
}


I'm not sure about wearable items(since I dont know what kind of perks you'd like them to have), but it'll probably help to dig around prefab files for ingame items and see how those are coded as well. Good luck!

 

Link to comment
Share on other sites

Thanks! this actually helps alot

EDIT:

local start_inv =

{
    -- Custom starting items
}
 

Now I'm the stupid one. now all i know to know is how to make items

Edited by jenoice
Link to comment
Share on other sites

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
 Share

×
  • Create New...