Modding Help My Mods Not Working

Discussion in 'Starbound Modding' started by DR.Grizz, Jan 19, 2018.

  1. DR.Grizz

    DR.Grizz Void-Bound Voyager

    I Just created a mod and the textures aren't appearing and there all messed up can some one helm me and my pants aren't popping up 20180119133101_1.jpg 20180119133117_1.jpg
     
  2. Nexus Of Chaos

    Nexus Of Chaos Parsec Taste Tester

    can we see the code for the armor?
     
  3. DR.Grizz

    DR.Grizz Void-Bound Voyager

    yeah sure


    Head
    {
    "itemName" : "MultiversalistHead",
    "price" : 2500,
    "inventoryIcon" : "icons.png:head",
    "maxStack" : 1,
    "rarity" : "Rare",
    "category" : "headwear",
    "description" : "This helmet really demands Respect!",
    "shortdescription" : "Multiversalist's Helmet",
    "tooltipKind" : "armor",
    "maleFrames" : "MultiversalistHead.png",
    "femaleFrames" : "MultiversalistHead.png",
    "mask" : "mask.png",
    "colorOptions" : [
    // DEFAULT
    { "e0975c" : "4c4e37", "a85636" : "26281c", "6f2919" : "0f100b", "807362" : "807362", "61554a" : "61554a", "473c35" : "473c35" },
    // BLACK
    { "e0975c" : "525252", "a85636" : "2a2a2a", "6f2919" : "101010", "807362" : "434343", "61554a" : "242424", "473c35" : "131313" },
    // GREY
    { "e0975c" : "707070", "a85636" : "3a3a3a", "6f2919" : "161616", "807362" : "5c5c5c", "61554a" : "313131", "473c35" : "1a1a1a" },
    // WHITE
    { "e0975c" : "c1c1c1", "a85636" : "6d6d6d", "6f2919" : "292929", "807362" : "5c5c5c", "61554a" : "313131", "473c35" : "1a1a1a" },
    // RED
    { "e0975c" : "773333", "a85636" : "4e2222", "6f2919" : "341717", "807362" : "936b50", "61554a" : "6e503c", "473c35" : "513b2c" },
    // ORANGE
    { "e0975c" : "69462c", "a85636" : "452e1e", "6f2919" : "2e2015", "807362" : "747b80", "61554a" : "4d5254", "473c35" : "333637" },
    // YELLOW
    { "e0975c" : "ab8d64", "a85636" : "7b6143", "53422b" : "574835", "807362" : "716556", "61554a" : "564b41", "473c35" : "3f352f" },
    // GREEN
    { "e0975c" : "5c6739", "a85636" : "363b24", "6f2919" : "212517", "807362" : "5d5d5d", "61554a" : "3b3b3b", "473c35" : "232323" },
    // BLUE
    { "e0975c" : "394967", "a85636" : "242c3b", "6f2919" : "171b25", "807362" : "5d5d5d", "61554a" : "3b3b3b", "473c35" : "232323" },
    // PURPLE
    { "e0975c" : "554757", "a85636" : "302731", "6f2919" : "181018", "807362" : "757b65", "61554a" : "484c3f", "473c35" : "2b2d26" },
    // PINK
    { "e0975c" : "a06987", "a85636" : "5d394b", "6f2919" : "331d28", "807362" : "6b505d", "61554a" : "413138", "473c35" : "241a1f" },
    // BROWN
    { "e0975c" : "523d32", "a85636" : "2a201a", "6f2919" : "100c0a", "807362" : "a6896c", "61554a" : "786049", "473c35" : "4f3f30" }
    ]
    }

    Chest
    {
    "itemName" : "MultiversalistChest",
    "price" : 2500,
    "inventoryIcon" : "icons.png:chest",
    "maxStack" : 1,
    "rarity" : "Rare",
    "category" : "chestwear",
    "description" : "A Piece of armor found deep in space.",
    "shortdescription" : "Multiversalist's Chestpiece",
    "tooltipKind" : "armor",
    "maleFrames" : {
    "body" : "MultiversalistChest.png",
    "backSleeve" : "bsleeve.png",
    "frontSleeve" : "fsleeve.png"
    },
    "femaleFrames" : {
    "body" : "MultiversalistChest.png",
    "backSleeve" : "bsleeve.png",
    "frontSleeve" : "fsleeve.png"
    },
    "colorOptions" : [
    // DEFAULT
    { "e0975c" : "4c4e37", "a85636" : "26281c", "6f2919" : "0f100b", "807362" : "807362", "61554a" : "61554a", "473c35" : "473c35" },
    // BLACK
    { "e0975c" : "525252", "a85636" : "2a2a2a", "6f2919" : "101010", "807362" : "434343", "61554a" : "242424", "473c35" : "131313" },
    // GREY
    { "e0975c" : "707070", "a85636" : "3a3a3a", "6f2919" : "161616", "807362" : "5c5c5c", "61554a" : "313131", "473c35" : "1a1a1a" },
    // WHITE
    { "e0975c" : "c1c1c1", "a85636" : "6d6d6d", "6f2919" : "292929", "807362" : "5c5c5c", "61554a" : "313131", "473c35" : "1a1a1a" },
    // RED
    { "e0975c" : "773333", "a85636" : "4e2222", "6f2919" : "341717", "807362" : "936b50", "61554a" : "6e503c", "473c35" : "513b2c" },
    // ORANGE
    { "e0975c" : "69462c", "a85636" : "452e1e", "6f2919" : "2e2015", "807362" : "747b80", "61554a" : "4d5254", "473c35" : "333637" },
    // YELLOW
    { "e0975c" : "ab8d64", "a85636" : "7b6143", "53422b" : "574835", "807362" : "716556", "61554a" : "564b41", "473c35" : "3f352f" },
    // GREEN
    { "e0975c" : "5c6739", "a85636" : "363b24", "6f2919" : "212517", "807362" : "5d5d5d", "61554a" : "3b3b3b", "473c35" : "232323" },
    // BLUE
    { "e0975c" : "394967", "a85636" : "242c3b", "6f2919" : "171b25", "807362" : "5d5d5d", "61554a" : "3b3b3b", "473c35" : "232323" },
    // PURPLE
    { "e0975c" : "554757", "a85636" : "302731", "6f2919" : "181018", "807362" : "757b65", "61554a" : "484c3f", "473c35" : "2b2d26" },
    // PINK
    { "e0975c" : "a06987", "a85636" : "5d394b", "6f2919" : "331d28", "807362" : "6b505d", "61554a" : "413138", "473c35" : "241a1f" },
    // BROWN
    { "e0975c" : "523d32", "a85636" : "2a201a", "6f2919" : "100c0a", "807362" : "a6896c", "61554a" : "786049", "473c35" : "4f3f30" }
    ]
    }

    Legs

    {
    "itemName" : "MultiversalistLegs",
    "price" : 2500,
    "inventoryIcon" : "icons.png:pants",
    "maxStack" : 1,
    "rarity" : "Rare",
    "category" : "legwear",
    "description" : "Tough trousers from a soldier's uniform.",
    "shortdescription" : "Multiversalist's Leg Armour",
    "tooltipKind" : "armor",
    "maleFrames" : "MultiversalistLegs.png",
    "femaleFrames" : "MultiversalistLegs.png",
    "colorOptions" : [
    // DEFAULT
    { "e0975c" : "4c4e37", "a85636" : "26281c", "6f2919" : "0f100b", "807362" : "807362", "61554a" : "61554a", "473c35" : "473c35" },
    // BLACK
    { "e0975c" : "525252", "a85636" : "2a2a2a", "6f2919" : "101010", "807362" : "434343", "61554a" : "242424", "473c35" : "131313" },
    // GREY
    { "e0975c" : "707070", "a85636" : "3a3a3a", "6f2919" : "161616", "807362" : "5c5c5c", "61554a" : "313131", "473c35" : "1a1a1a" },
    // WHITE
    { "e0975c" : "c1c1c1", "a85636" : "6d6d6d", "6f2919" : "292929", "807362" : "5c5c5c", "61554a" : "313131", "473c35" : "1a1a1a" },
    // RED
    { "e0975c" : "773333", "a85636" : "4e2222", "6f2919" : "341717", "807362" : "936b50", "61554a" : "6e503c", "473c35" : "513b2c" },
    // ORANGE
    { "e0975c" : "69462c", "a85636" : "452e1e", "6f2919" : "2e2015", "807362" : "747b80", "61554a" : "4d5254", "473c35" : "333637" },
    // YELLOW
    { "e0975c" : "ab8d64", "a85636" : "7b6143", "53422b" : "574835", "807362" : "716556", "61554a" : "564b41", "473c35" : "3f352f" },
    // GREEN
    { "e0975c" : "5c6739", "a85636" : "363b24", "6f2919" : "212517", "807362" : "5d5d5d", "61554a" : "3b3b3b", "473c35" : "232323" },
    // BLUE
    { "e0975c" : "394967", "a85636" : "242c3b", "6f2919" : "171b25", "807362" : "5d5d5d", "61554a" : "3b3b3b", "473c35" : "232323" },
    // PURPLE
    { "e0975c" : "554757", "a85636" : "302731", "6f2919" : "181018", "807362" : "757b65", "61554a" : "484c3f", "473c35" : "2b2d26" },
    // PINK
    { "e0975c" : "a06987", "a85636" : "5d394b", "6f2919" : "331d28", "807362" : "6b505d", "61554a" : "413138", "473c35" : "241a1f" },
    // BROWN
    { "e0975c" : "523d32", "a85636" : "2a201a", "6f2919" : "100c0a", "807362" : "a6896c", "61554a" : "786049", "473c35" : "4f3f30" }
    ]
    }


    Can You see the problem

    Yes I Just Did

    CAN SOMONE HELP
     
    Last edited by a moderator: Jan 19, 2018
  4. Iris Blanche

    Iris Blanche Pudding Paradox Forum Moderator

    Please avoid double (triple and so on) posting and put large code thingsies into a spoiler tag. i merged your posts and added said tag.
     
  5. Nexus Of Chaos

    Nexus Of Chaos Parsec Taste Tester

    can I see the called textures? are they all in the same directory? your problem may lie in the structure of the code. for comparison, check the Perfect Breastplate below
    Code:
    {
      "itemName" : "perfectchest",
      "price" : 50000,
      "inventoryIcon" : "icons.png:chest",
      "maxStack" : 1,
      "rarity" : "Legendary",
      "category" : "chestwear",
      "description" : "A perfect breastplate. Almost too perfect.",
      "shortdescription" : "Perfect Breastplate",
      "tooltipKind" : "armor",
    
      "maleFrames" : {
        "body" : "chestm.png",
        "backSleeve" : "bsleeve.png",
        "frontSleeve" : "fsleeve.png"
      },
    
      "femaleFrames" : {
        "body" : "chestf.png",
        "backSleeve" : "bsleeve.png",
        "frontSleeve" : "fsleeve.png"
      },
    
      "level" : 6,
      "leveledStatusEffects" : [
        {
          "levelFunction" : "standardArmorLevelPowerMultiplierMultiplier",
          "stat" : "powerMultiplier",
          "baseMultiplier" : 1.25
        },
        {
          "levelFunction" : "standardArmorLevelProtectionMultiplier",
          "stat" : "protection",
          "amount" : 0.5
        },
        {
          "levelFunction" : "standardArmorLevelMaxEnergyMultiplier",
          "stat" : "maxEnergy",
          "amount" : 5
        },
        {
          "levelFunction" : "standardArmorLevelMaxHealthMultiplier",
          "stat" : "maxHealth",
          "amount" : 5
        }
      ],
    
      "effectSources" : [ "perfect" ],
    
      "colorOptions" : [
        // PERFECT GREEN
        { "ffca8a" : "20d20b", "e0975c" : "1b9b0c", "a85636" : "127406", "6f2919" : "244326" },
        // BLACK
        { "ffca8a" : "838383", "e0975c" : "555555", "a85636" : "383838", "6f2919" : "151515" },
        // GREY
        { "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
        // WHITE
        { "ffca8a" : "e6e6e6", "e0975c" : "b6b6b6", "a85636" : "7b7b7b", "6f2919" : "373737" },
        // RED
        { "ffca8a" : "f4988c", "e0975c" : "d93a3a", "a85636" : "932625", "6f2919" : "601119" },
        // ORANGE
        { "ffca8a" : "ffd495", "e0975c" : "ea9931", "a85636" : "af4e00", "6f2919" : "6e2900" },
        // YELLOW
        { "ffca8a" : "ffffa7", "e0975c" : "e2c344", "a85636" : "a46e06", "6f2919" : "642f00" },
        // GREEN
        { "ffca8a" : "b2e89d", "e0975c" : "51bd3b", "a85636" : "247824", "6f2919" : "144216" },
        // BLUE
        { "ffca8a" : "96cbe7", "e0975c" : "5588d4", "a85636" : "344495", "6f2919" : "1a1c51" },
        // PURPLE
        { "ffca8a" : "d29ce7", "e0975c" : "a451c4", "a85636" : "6a2284", "6f2919" : "320c40" },
        // PINK
        { "ffca8a" : "eab3db", "e0975c" : "d35eae", "a85636" : "97276d", "6f2919" : "59163f" },
        // BROWN
        { "ffca8a" : "ccae7c", "e0975c" : "a47844", "a85636" : "754c23", "6f2919" : "472b13" }
      ]
    }
    
    EDIT: With the exception of the pants, it seems what is not loading is the textures that are a different name than the vanilla names. try renaming all the textures to vanilla names
     
    Last edited: Jan 20, 2018
  6. DR.Grizz

    DR.Grizz Void-Bound Voyager

    Well what vanilla names and how do I show you textures?

    Heres the file of the mod

    how does it look?

    Have you seen the problem
     

    Attached Files:

    Last edited by a moderator: Feb 2, 2018
  7. Nexus Of Chaos

    Nexus Of Chaos Parsec Taste Tester

    doing testing right now. will get back once I'm done
    issues found so far:
    • could not spawn items
    • recipes did not match item names
    • chest, head, and legs called on chest.png, head.png, and legs.png, respectively, while the 3 original files were not renamed as such
    • stats were not the right format
    • recipes were in "craftinganvil6", which appears to not be an existing category and therefore would not appear
    The following changes have been made:
    • "humantier10<xyz>" has been changed to "Multiversalist<Xyz>"
    • items\armors\costume\Set has been changed to items\armors\costume\Multiversalist for identification
    • Multiversalist<Xyz>.png has been changed to <xyz>.png
    • all stats have been changed to match the Perfect set. not ideal, so needs changing
    • MultiversalistChest.recipe has been changed to be in craftingaccelerator rather than craftinganvil6. not ideal, so needs changing, as well as all other pieces of the set
    • items (short description) have been renamed to i<Item> for personal differentiation. not ideal, so needs changing
    • other small changes I may have forgot about
    the new file is below

    in case you didn't realize I finished testing, i'm bumping the thread so you get the notification
     

    Attached Files:

    Last edited by a moderator: Feb 2, 2018
    DR.Grizz and DrPvtSkittles like this.
  8. DR.Grizz

    DR.Grizz Void-Bound Voyager

    Thanks
     
  9. Nexus Of Chaos

    Nexus Of Chaos Parsec Taste Tester

    make sure you fix the things i said are not ideal. also, with the recipes i only changed the chest to craftingaccelerator. the rest are still uncraftable.
     
  10. DR.Grizz

    DR.Grizz Void-Bound Voyager

    I FIXED IT
    I FIXED IT EVERYTHING WORKS

    20180201122925_1.jpg
     
    Last edited by a moderator: Feb 2, 2018
  11. Nexus Of Chaos

    Nexus Of Chaos Parsec Taste Tester

    great! I would suggest changing the texture and other aspects
     
  12. DR.Grizz

    DR.Grizz Void-Bound Voyager

    Nah I like them

    Heres the mod tell me if its good
     

    Attached Files:

    Last edited by a moderator: Feb 2, 2018
  13. DrPvtSkittles

    DrPvtSkittles Master Astronaut

    Line 130: [22:32:00.318] [Error] Exception caught loading asset: /recipes/Armor Recipies/clothing/MultiversalistHead.recipe, (AssetException) Could not read JSON asset /recipes/Armor Recipies/clothing/MultiversalistHead.recipe
    Line 179: Caused by: (JsonParsingException) Error parsing json: bad string, should be '"' at 4:2


    Also I wouldn't use capitals in anything but descriptions, just in case. Otherwise looks good!
     
  14. DR.Grizz

    DR.Grizz Void-Bound Voyager

    {
    "input" : [
    { "item" : "diamond", "count" : 20 } ],
    { "item" : "humantier6shead", "count" : 1 }
    "duration" : 5,
    "output" : { "item" : "MultiversalistHead", "count" : 1 },
    "groups" : [ "craftingaccelerator", "armours", "all" ]
    }

    What is wrong with it?
     
  15. Random_NPC1996

    Random_NPC1996 Phantasmal Quasar

    Passing by, your "[" symbol is out of place (near my ** symbol)

    {
    "input" : [
    { "item" : "diamond", "count" : 20 } *]*,
    { "item" : "humantier6shead", "count" : 1 }
    "duration" : 5,
    "output" : { "item" : "MultiversalistHead", "count" : 1 },
    "groups" : [ "craftingaccelerator", "armours", "all" ]
    }

    change to:
    {
    "input" : [
    { "item" : "diamond", "count" : 20 } ,
    { "item" : "humantier6shead", "count" : 1 }
    ],
    "duration" : 5,
    "output" : { "item" : "MultiversalistHead", "count" : 1 },
    "groups" : [ "craftingaccelerator", "armours", "all" ]
    }

    will work
     
  16. DR.Grizz

    DR.Grizz Void-Bound Voyager

    K ill try

    I
    IT WORKEED
     
    Last edited by a moderator: Feb 2, 2018
  17. Nexus Of Chaos

    Nexus Of Chaos Parsec Taste Tester

    EDIT: ofc i got to it late
     
  18. DR.Grizz

    DR.Grizz Void-Bound Voyager

    Its ok

    wanna play starbound?
     
    Last edited by a moderator: Feb 2, 2018
  19. Iris Blanche

    Iris Blanche Pudding Paradox Forum Moderator

    Please keep in mind that doubleposting is frowned upon the forum rules. Please edit your posts next time. I merged your posts.
     
  20. DR.Grizz

    DR.Grizz Void-Bound Voyager

    Hey man you wanna hang out wit me on starbound?
     

Share This Page