Jump to content

Need help with mod on weapons.


Recommended Posts

inst.entity:AddMiniMapEntity()
inst.MiniMapEntity:SetIcon( "azurekatana.tex" )

You have this twice in your azuresword.lua's fn() function.

You didn't include the animation file which should be zipped in your "anim" folder.

Your inventoryimages PNG is not being automatically converted to tex/xml. Mod Tools should be doing this automatically. Otherwise, there are tools you can use. Don't know if Spriter does that part, as well.

The biggest problem is that your modinfo.lua is wrong, and this might be the cause of all of this. Your modinfo.lua is set up for DS, not for DST. Take a look in the newcomer post and findĀ "Cactus Armor.zip", to see how a normal item mod's modinfo.lua should look for DST.

Edited by Ultroman
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...