Modding Help Crashes when item is selected on hotbar

Discussion in 'Starbound Modding' started by Athaion, Feb 17, 2016.

  1. Athaion

    Athaion Void-Bound Voyager

    Ok so... I wanted to make a traditional Japanesse Yumi (Bow) for my Hylotl, and i did. Code is fine, basically a Compound bow with the images being linked to the sprites i created.

    {
    "frameGrid" : {
    "size" : [21, 48],
    "dimensions" : [5, 1]
    }
    }


    The actual sprite that i've included is basically made up of the handle and the top curve - ie everything below the arrow is basically the vanilla hunting bow and the upper limb is my own work, its - width 21 pixels, height - 46 pixels

    The staff sprites in game are 50 pixels tall. So i cant see where im going wrong... everthings there, the arrow fires, powershots work, sound effects are there, craftable, hotbar icon, craft menu icon, descriptions. Everything but the sprite showing in my characters hand
     

    Attached Files:

    Last edited: Feb 17, 2016
  2. Mackinz

    Mackinz The Waste of Time

    Have you consulted the log file? It's the most important tool of any modder, and a basic one at that.
     
    lazarus78 likes this.

Share This Page