Modding Help [Mod Request] Recipe Unlocker

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

  1. EpootEnvoy

    EpootEnvoy Aquatic Astronaut

    So I cannot for the life of me find an Apex settlement which sells Usurper blueprints. I have the pixels needed and the stuff, but lo and behold, it's nowhere to be found. I believe the Usurper looks the best, but as a Human, I'm stuck with Isaac Clarke. Could I request a mod that opens up the Apex armor restrictions to Human?
     
  2. Silmaril.SE

    Silmaril.SE Astral Cartographer

    You could add them in to the "human.species" file. That denotes which blueprints you've got access too.

    adding the line { "item" : "apextier1chest"} to the tier1 section gave my human access to the defectors chestguard crafting.
     
  3. EpootEnvoy

    EpootEnvoy Aquatic Astronaut

    -Misread, trying now.-
     
  4. EpootEnvoy

    EpootEnvoy Aquatic Astronaut

    Appears to not load now.
     
  5. Silmaril.SE

    Silmaril.SE Astral Cartographer

    make sure you add a comma to the preceding entry.

    { "item" : "icecream" },
    { "item" : "apextier1chest"}
     
  6. EpootEnvoy

    EpootEnvoy Aquatic Astronaut

    Here's what mine looks like.

    Code:
      "defaultBlueprints" : {
        "tier1" : [
          { "item" : "humantier1hammer" },
          { "item" : "humantier1shortsword" },
          { "item" : "humantier1broadsword" },
          { "item" : "humantier1spear" },
          { "item" : "humantier1axe" },
          { "item" : "humantier1dagger" },
          { "item" : "humantier1head" },
          { "item" : "humantier1chest" },
          { "item" : "humantier1pants" },
          { "item" : "conceptchest" },
          { "item" : "conceptlegs" },
          { "item" : "coolchest" },
          { "item" : "coollegs" },
          { "item" : "sweatervestchest" },
          { "item" : "sweatervestlegs" },
          { "item" : "workoutchest" },
          { "item" : "workoutlegs" },
          { "item" : "burger" },
          { "item" : "vegetablesoup" },
          { "item" : "bread" },
          { "item" : "sweetcorn" },
          { "item" : "candyapple" },
          { "item" : "icecream" }
        ],
        "tier2" : [
          { "item" : "humantier2hammer" },
          { "item" : "humantier2shortsword" },
          { "item" : "humantier2broadsword" },
          { "item" : "humantier2spear" },
          { "item" : "humantier2axe" },
          { "item" : "humantier2dagger" },
          { "item" : "humantier2head" },
          { "item" : "humantier2chest" },
          { "item" : "humantier2pants" },
          { "item" : "spawnerhuman" }
        ],
        "tier3" : [
          { "item" : "humantier3head" },
          { "item" : "humantier3chest" },
          { "item" : "humantier3pants" },
          { "item" : "humantier3hammer" },
          { "item" : "humantier3shortsword" },
          { "item" : "humantier3broadsword" },
          { "item" : "humantier3spear" },
          { "item" : "humantier3axe" },
          { "item" : "humantier3dagger" }
        ],
        "level31" : [
          { "item" : "humantier4head" },
          { "item" : "humantier4chest" },
          { "item" : "humantier4pants" },
          { "item" : "humantier4hammer" },
          { "item" : "humantier4shortsword" },
          { "item" : "humantier4broadsword" },
          { "item" : "humantier4spear" },
          { "item" : "humantier4axe" },
          { "item" : "humantier4dagger" }
        ],
        "level32" : [
          { "item" : "humantier5head" },
          { "item" : "humantier5chest" },
          { "item" : "humantier5pants" },
          { "item" : "humantier5hammer" },
          { "item" : "humantier5shortsword" },
          { "item" : "humantier5broadsword" },
          { "item" : "humantier5spear" },
          { "item" : "humantier5axe" },
          { "item" : "humantier5dagger" }
        ],
        "level33" : [
          { "item" : "humantier6head" },
          { "item" : "humantier6chest" },
          { "item" : "humantier6pants" },
          { "item" : "humantier6hammer" },
          { "item" : "humantier6shortsword" },
          { "item" : "humantier6broadsword" },
          { "item" : "humantier6spear" },
          { "item" : "humantier6axe" },
          { "item" : "humantier6dagger" }
        ],
        "level34" : [
          { "item" : "humantier7head" },
          { "item" : "humantier7chest" },
          { "item" : "humantier7pants" },
          { "item" : "humantier7hammer" },
          { "item" : "humantier7shortsword" },
          { "item" : "humantier7broadsword" },
          { "item" : "humantier7spear" },
          { "item" : "humantier7axe" },
          { "item" : "humantier7dagger" }
        ],
        "level35" : [
          { "item" : "humantier8head" },
          { "item" : "humantier8chest" },
          { "item" : "humantier8pants" },
          { "item" : "humantier8hammer" },
          { "item" : "humantier8shortsword" },
          { "item" : "humantier8broadsword" },
          { "item" : "humantier8spear" },
          { "item" : "humantier8axe" },
          { "item" : "humantier8dagger" }
        ],
        "level36" : [
          { "item" : "humantier9head" },
          { "item" : "humantier9chest" },
          { "item" : "humantier9pants" },
          { "item" : "humantier9hammer" },
          { "item" : "humantier9shortsword" },
          { "item" : "humantier9broadsword" },
          { "item" : "humantier9spear" },
          { "item" : "humantier9axe" },
          { "item" : "humantier9dagger" }
        ],
        "level37" : [
          { "item" : "humantier10head" },
          { "item" : "humantier10chest" },
          { "item" : "humantier10pants" },
          { "item" : "humantier10hammer" },
          { "item" : "humantier10shortsword" },
          { "item" : "humantier10broadsword" },
          { "item" : "humantier10spear" },
          { "item" : "humantier10axe" },
          { "item" : "humantier10dagger" }
          { "item" : "apextier10head" },
          { "item" : "apextier10chest },
          { "item" : "humantier10pants" },
     
  7. Silmaril.SE

    Silmaril.SE Astral Cartographer

    you're missing the comma after { "item" : "humantier10dagger" }

    And there shouldn't be a comma at the end.


    commas denote that there is another entry coming in the group.



    just for proof:

    [​IMG]
     
  8. EpootEnvoy

    EpootEnvoy Aquatic Astronaut

    Testing now. Figures I overlooked that little bit. You've been a good friend through this, so I thank you.
     
  9. EpootEnvoy

    EpootEnvoy Aquatic Astronaut


    Still appears to be stuck on loading. I fixed it up according to what you said;

    Code:
    "level37" : [
          { "item" : "humantier10head" },
          { "item" : "humantier10chest" },
          { "item" : "humantier10pants" },
          { "item" : "humantier10hammer" },
          { "item" : "humantier10shortsword" },
          { "item" : "humantier10broadsword" },
          { "item" : "humantier10spear" },
          { "item" : "humantier10axe" },
          { "item" : "humantier10dagger" },
          { "item" : "apextier10head" },
          { "item" : "apextier10chest },
          { "item" : "humantier10pants" },
        ]
      },
    Not sure why.
     
  10. Silmaril.SE

    Silmaril.SE Astral Cartographer

    you've still got a comm after humantier10pants. Its the last entry in the series, so shouldn't have one. :)
     
  11. EpootEnvoy

    EpootEnvoy Aquatic Astronaut

    Now here's the weird bit about that. I've done that with and without the comma and it didn't work.

    Think I could bug you to upload your species file? I'm clearly buggering something up :/
     
  12. EpootEnvoy

    EpootEnvoy Aquatic Astronaut

    Aha, I fixed it I believe. I left out a " In one of the Apex parts, and even accidentally copied a name twice. Testing.
     
  13. EpootEnvoy

    EpootEnvoy Aquatic Astronaut

    Nope, still not working. Just got my Human gear regardless.
     
  14. EpootEnvoy

    EpootEnvoy Aquatic Astronaut

    Code:
    "level37" : [
          { "item" : "humantier10head" },
          { "item" : "humantier10chest" },
          { "item" : "humantier10pants" },
          { "item" : "apextier10head" },
          { "item" : "apextier10chest" },
          { "item" : "apextier10pants" },
          { "item" : "humantier10hammer" },
          { "item" : "humantier10shortsword" },
          { "item" : "humantier10broadsword" },
          { "item" : "humantier10spear" },
          { "item" : "humantier10axe" },
          { "item" : "humantier10dagger" }
        ]
    Game loads but I can't find anything under the crafting section. Got the Universalist, but no Usurper. I really do appreciate everything though.
     
  15. Silmaril.SE

    Silmaril.SE Astral Cartographer

    Ah, the wierd thing about the Usurper is that for some reason its bound the the crafting table, not the anvil. :/
     
  16. EpootEnvoy

    EpootEnvoy Aquatic Astronaut

    I've tried the Robotic Table, The Metalworking station, and a regular Anvil. Can't find it.
     
  17. Silmaril.SE

    Silmaril.SE Astral Cartographer

    its just at the wooden crafting table. :) in the recipe file, the group is set to craftingtable and nowhere else.
     
  18. EpootEnvoy

    EpootEnvoy Aquatic Astronaut

    Still not showing up. Can I ask for your Human file? This is ridiculous.
     
  19. Silmaril.SE

    Silmaril.SE Astral Cartographer

  20. EpootEnvoy

    EpootEnvoy Aquatic Astronaut

Share This Page