Modding Help (RESOLVED) Custom sword not appearing in game-

Discussion in 'Starbound Modding' started by shotgun_maniac, Dec 29, 2018.

  1. shotgun_maniac

    shotgun_maniac Void-Bound Voyager

    I had made a custom energy sword and am trying to make it so it has the same effect as the violium sword. The sword is in the game and can be used, but can't be seen, I think there is a problem with my texture sheet but idk, plz help.

    My image junk:
    https://imgur.com/a/l3xWxG8


    code: https://pastebin.com/8h4w1M0F

    upload_2018-12-29_2-45-50.png

    As u can see, i got it equipped but no sword in hand??? Not even the handle is.
     

    Attached Files:

  2. DrPvtSkittles

    DrPvtSkittles Master Astronaut

    Check your log file. Its called starbound (no numbers)
    Starbound/storage
    You can paste it here using pastebin.com
     
    shotgun_maniac likes this.
  3. shotgun_maniac

    shotgun_maniac Void-Bound Voyager

  4. shotgun_maniac

    shotgun_maniac Void-Bound Voyager

    think i found the issue but it doesn't make much sense to me... upload_2018-12-29_10-1-55.png says the handlefullbright is missing, but its right there???


    ********************************EDIT**************************
    got the hilt to work now just the blade is bein dumn
     
    Last edited: Dec 29, 2018
  5. Nexus Of Chaos

    Nexus Of Chaos Parsec Taste Tester

    it looks like ur handlefullbright.png is actually named handlefullbright.png.png
     
    shotgun_maniac likes this.
  6. shotgun_maniac

    shotgun_maniac Void-Bound Voyager

    I saw that and fixed it right before u sent that LOL *facepalm*, thx u though, any idea about the blade?

    https://pastebin.com/TAkcRQA5 newest error
     
  7. PseudoGold

    PseudoGold Pangalactic Porcupine

    You've got a parsing error in your .frames file and as a result the game can't get the images sorted for each individual frame used by the sword and just shows a blank.

    Use a linter like https://jsonlint.com/ to pick out parsing errors and see how to fix them. According to your .log check out line 6 for your current issue, probably a bracket extra or something.
     
    shotgun_maniac likes this.
  8. shotgun_maniac

    shotgun_maniac Void-Bound Voyager

    Thx that did resolve an issue but still drawing a blank,
    https://pastebin.com/NEh87Qi4
    Here is my blade design, maybe i did something wrong?? upload_2018-12-29_10-44-54.png
    Each blade has a 1px border on either side and thats it https://pastebin.com/MDtUZJsN is my frame file
     
    Last edited: Dec 29, 2018
  9. shotgun_maniac

    shotgun_maniac Void-Bound Voyager

    RESOLVED. i was missing a period :))))))))))))))), thx all of u <3
     
    PseudoGold and DrPvtSkittles like this.

Share This Page