Modding Help Please help, cant craft item

Discussion in 'Starbound Modding' started by UnseenPrecision, Dec 11, 2013.

  1. UnseenPrecision

    UnseenPrecision All Chuck Norris backward gets you is Sirron Kcuhc

    I made custom items they worked now when i go to the crafting table they are not there???
     
  2. Kufell

    Kufell Pangalactic Porcupine

    Patches rewrite the player.config file, have you re-added them to the list of items since the latest patch?
     
  3. UnseenPrecision

    UnseenPrecision All Chuck Norris backward gets you is Sirron Kcuhc

    Well i added the item today and i checked the player.config file they are there
     
  4. Kufell

    Kufell Pangalactic Porcupine

    Is anything appearing in the craft list at all out of the usual, such as the "Perfectly Generic Item"?
     
  5. Black--snow

    Black--snow Cosmic Narwhal

    I have noticed this problem, the recipes don't seem to be being used properly, the game doesn't give you access unless you re-unlock the tier/blueprint.

    Try these two things:
    Create a new character.
    and
    Set the recipe to be discovered on item pickup "Fullwood1" (Unrefined Wood).
     
  6. UnseenPrecision

    UnseenPrecision All Chuck Norris backward gets you is Sirron Kcuhc

    no
     
  7. UnseenPrecision

    UnseenPrecision All Chuck Norris backward gets you is Sirron Kcuhc

    I created a new character, and how do i add the recipe to be discovered on item pickup?
     
  8. Black--snow

    Black--snow Cosmic Narwhal

    bone.item:
    Code:
    {
      "itemName" : "bone",
      "rarity" : "Common",
      "inventoryIcon" : "bone.png",
      "description" : "It's a bone.",
      "shortdescription" : "Bone",
      "learnBlueprintsOnPickup" : [
        "bonematerial"
      ]
    }
    
    Code:
      "learnBlueprintsOnPickup" : [
        "bonematerial"
      ]
     
  9. Shamyi

    Shamyi Big Damn Hero

    are you using the bootstrap method for multiple mods?

    something in this update has caused only the last entry in the bootstrap to have
    it's player.config load in properly.
     
  10. Black--snow

    Black--snow Cosmic Narwhal

    Player.Config has always been buggy for me. :p
     
  11. UnseenPrecision

    UnseenPrecision All Chuck Norris backward gets you is Sirron Kcuhc

    No i am not using the bootstrap method
     
  12. UnseenPrecision

    UnseenPrecision All Chuck Norris backward gets you is Sirron Kcuhc

  13. UnseenPrecision

    UnseenPrecision All Chuck Norris backward gets you is Sirron Kcuhc

    And i also still have that gun in my hand,

    Ohh and also this happened right after i installed a sword i made. Maybe it has soemthing to do with that
     
  14. UnseenPrecision

    UnseenPrecision All Chuck Norris backward gets you is Sirron Kcuhc

    bump anyhelp?
     
  15. UnseenPrecision

    UnseenPrecision All Chuck Norris backward gets you is Sirron Kcuhc

    another bump i really need help, i uninstalled and reinstanlled the whole game and the mods are still not there
     
  16. UnseenPrecision

    UnseenPrecision All Chuck Norris backward gets you is Sirron Kcuhc

  17. Kufell

    Kufell Pangalactic Porcupine

    Loaded up Starbound to see if my modded items were working with the new update, which they are.
    The only other possible thing I could guess off the top of my head is that assuming the items you can't get working are weapons; have you checked to make sure the format for the items is updated? After the first major patch I had found that none of my modded items were working, upon further inspection I discovered that the formatting of the text in the weapon files had changed, thus to rewrite the items based off of the new formatting.

    Hope that helps, as I'm not really sure what else it could be.
     

Share This Page