Modding Help My mod crashes ;_;

Discussion in 'Starbound Modding' started by Herr Dynamic, Dec 22, 2019.

  1. Herr Dynamic

    Herr Dynamic Orbital Explorer

    G'day guys. Well i dunno if i got the right place for this or not but I'll just say it.

    I made something for the first time and erm, It just not working...
    Is a simple mod with one helmet.
    First I worked base on existing mod then made it stand-alone and boom, big fail.
    for that I referenced almost 10 guides on forum and followed the path faithfully but it makes the game crashes on booting. I'm completely stuck with no clue. Log says there's problem on config file but I can't see any problem there... I thought since it's just a small pile of short codes yall coding gods could help me out so I'm asking for help like zis :cry:

    zis is de screenshot before crash happened.
    [​IMG]
     

    Attached Files:

  2. DrPvtSkittles

    DrPvtSkittles Master Astronaut

    changed 0 to - in player.config

    added comma to the end of

    Code:
     "effectSources" : [ "dashing" ] 
    in samuraikabuto

    Your recipe was missing commas at the end of

    Code:
       
        { "item" : "leather", "count" : 3 }
        { "item" : "fullwood1", "count" : 1 }
    
    in your recipe.
     

    Attached Files:

  3. Herr Dynamic

    Herr Dynamic Orbital Explorer

    Ah, much gratitude!! Problem is now solved, working mighty-fine. I owe you for this one, bro.
     
    DrPvtSkittles likes this.
  4. DrPvtSkittles

    DrPvtSkittles Master Astronaut

    All G :)
     

Share This Page