Jump to content

Recommended Posts

I am trying to create a mod for private use, that match my custom characters, the characters work fine but the items are broken. What I'm trying to accomplish is one item is a game controller, an equip-able item that restores sanity for one character, and a phone, an equip-able item that restores a little less sanity, but produces the same amount of light as a ghost when equipped. I've ran into several problems, I'm using an example wand mod, which I believe is outdated, these problems include:

-No texture for when equipped

-No texture when dropped

-No name (MISSING NAME)

-DSDFS

For the name you need to add somewhere in modmain :

 

GLOBAL.STRINGS.NAMES.ITEMPREFABNAME= "whatever u want to name it"

 

I suppose that the "no texture for when equipped" is related to the assets. You need a .tex and .xml file and related assets in your mod file.

 

The "no texture when dropped" look like a anim problem.

 

Not sure and someone could probably explain and help better.

Here is the full topic-

 

I’ve been trying to make custom items for a mod that I plan to privately use between my friends and I, but I have ran into several problems. I am using a ‘template’ which is a wand mod, but I think it’s outdated. What I’m trying to do is make a phone for one character, the phone restored sanity and produces the same light as a ghost when equipped, and a game controller that restores a little more sanity than the phone, but produces no light. I’ve had problems like…

-Invisible ground image

-Invisible image when held

-Game crashes

-Missing name

Etc.

I have followed several tutorials to a T but I still cannot get these to work. I also would like to have each item have a equip time, or decay time of 2 in game days. I’ll leave the files in the post, I’m not asking for someone to just fix it and post it, as great as that would be I need to learn to do this myself, I would appreciate it if someone would walk me through what I’m doing wrong or point me to an up-to-date tutorial, because I honestly have read through several and am still completely clueless.

Thank you very much,

~Kick

Items.zip

It fixed the MISSING NAME thing, but i wish i could say the same for the invisible image. I'm gonna try to messs around a bit more with other mods to see if i can find out what the problem is, but hey you fixed one problem that i couldn't, so thanks a bunch

@kickdevil123,

there's a lot of stuff missing and broken, i would start again from this mod, since u aint far yet anyway:

http://forums.kleientertainment.com/files/file/1127-dst-equipable-hand-slot/

convert it step by step to your item, and check ingame after each step, that it's still working.

Edited by Seiai

Okay, I'll get on it, again thanks for the help guys. I'll let you know the results

 

 

EDIT: Also, just in case someone wants to give me some real-time assistance, my skype name is kickdevil, if you try to add me make sure you tell me your from Klei, else I won't accept

 

Edited by kickdevil123

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