Modding Help The good ol' "why my dps stick doesnt load into the game" thread.

Discussion in 'Starbound Modding' started by Abraxas1994, May 22, 2019.

Tags:
  1. Abraxas1994

    Abraxas1994 Void-Bound Voyager

    Hello chuckle lua pros and alike could someone help me figure out wats wrong here and why my silly weapon crash the game (as in doesnt load)

    the confing patch & active item paste
    https://pastebin.com/hZh3WAQ4
     

    Attached Files:

  2. The | Suit

    The | Suit Agent S. Forum Moderator

    So a few issues.

    Never ever make a mod with other mods loaded. That is the first rule of modding.
    So first thing you need to do is copy the Starbound directory and load only your mod.

    That way you don't need to worry about conflicts.
    Once you do that, post a new starbound.log

    That way people have a more clearer picture of what specific issue of your mod.
     
  3. Abraxas1994

    Abraxas1994 Void-Bound Voyager

    Last edited: May 22, 2019
  4. The | Suit

    The | Suit Agent S. Forum Moderator

    Code:
    [14:09:15.320] [Error] Exception caught loading asset: /items/weapons/boardsword/testsword.activeitem, (AssetException) Could not read JSON asset /items/weapons/boardsword/testsword.activeitem
    Caused by: (JsonParsingException) Error parsing json: unexpected character parsing word at 3:1
    Caused by: (JsonParsingException) Error parsing json: bad object, should be ':' at 22:7
    :"animationCustom" : { },
     
  5. Abraxas1994

    Abraxas1994 Void-Bound Voyager

    never mind when back to basics (simple as a iron broadsword) also seems like the starbound was corrupt or full of error by mods or other things i assume sorry for bothering you/everyone

    please feel free to del the thread unless i can? :D
     
  6. The | Suit

    The | Suit Agent S. Forum Moderator

    I was showing you the issue, you had a colon before the word animation
     

Share This Page