Jump to content

Recommended Posts

I was trying to make a weapon but after 2 days I can't find how to solve my problem. The weapon appear on the ground and in the inventory, but don't appear on the hand, I searched in some forums and had tried every "solution", but nothing solve this. I have already copy a entire mod copying the files and renaming but still not working. Please, can someone help me?

 

ps: it's a part of my character mod, so.. I sent only the weapon part.

chaucan.rar

Hello,

Please, next time, put the entire mod or clean it better, i spend time uncommenting things because of missing files.

So, try this :

In Modmain,  add in the assets :

	Asset("ATLAS", "images/inventoryimages/littlestick.xml"),

In littlestick lua, remove from the assets :


    Asset("ATLAS", "images/inventoryimages/littlestick.xml"),
    Asset("IMAGE", "images/inventoryimages/littlestick.tex"),

For me it's enough to make it work. The image shows in inventory. If there is another problem let me know.

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