1. Please be advised of a few specific rules and guidelines for this section.

WIP Jumper - Jumpstart your starbound player back to where you were!

Discussion in 'NPCs and Creatures' started by Nicko21, Dec 10, 2013.

  1. danks_

    danks_ Existential Complex

    Am not sure if you did something wrong, the only time that happened to me, I forgot to add a , after adding the item to the tier list in player.config, are you sure you didn't forget to?

    Check your player.config and bootstrap.config for faults :) best tip I can give you
     
  2. danks_

    danks_ Existential Complex

    Sorry for double posting, I've seen people talk about how it's annoying to have to create a new character to get the item, someone already recommended making a recipe for it and all, I did it myself because I wanted it...
    I'll give you instructions, won't attach or upload files, that's too easy ;)

    1. go to your mods folder and get into the jumper folder
    2. Create a folder called "recipes" (without the "")
    3. Create a folder inside recipes called "starter"
    4. Create a folder inside starter called "crafting table"
    5. create a new file (or copy another .recipe file) and name it: spawner_jumper.repice
    6. It should look like this Starbound/mods/jumper/recipes/starter/crafting table/spawner_jumper.recipe
    7. Paste this inside of it
      Code:
       
      {
        "input" : [
          { "item" : "money", "count" : 1 }
        ],
        "output" : {
          "item" : "spawnerjumper",
          "count" : 1
        },
        "groups" : [ "craftingtable", "objects", "all", "other" ]
      }
      
    8. Head to starbound/assets folder and find player.config
    9. Find the following text ----> "tier1" : [
    10. Add in the line below it ------> { "item" : "spawnerjumper" },
    11. Do not forget the , after it or the game will never stop loading
    If it still doesn't show, try adding the item to tier2 and using an MK2 Upgrade (even if you already used it once)

    It's working for me, should be working for everyone else. Have fun with it, maybe OP can add it to the next update so people who don't know how to don't have to do it manually.
     
    Last edited: Dec 15, 2013
    Biggaveli likes this.
  3. Biggaveli

    Biggaveli Phantasmal Quasar

    Sweet!!! worked
     
  4. danks_

    danks_ Existential Complex

    Ah, it's actually spawnerjumper without the _, forgot to mention that!
     
  5. Biggaveli

    Biggaveli Phantasmal Quasar

    Yea i figured that out forget to mention :p
     
  6. Chigze

    Chigze Space Hobo

    Yes, the folder is correctly located as I said. I created a "mods" folder in the "assets" folder and put the jumper folder inside there.

    I also tried to just type "../mods" to see if that would work, but that one is also missing
     
  7. Pecaro

    Pecaro Space Spelunker

    I can't find the ores? Only coal?
     
  8. Jecoconono

    Jecoconono Scruffy Nerf-Herder

    Did you try to dig underground? If yes, you're on a terrible planet. If no then IMPOSSIBRU!!! All of the maps are the same even per characters. Perhaps you deleted the ores file?
     
  9. danks_

    danks_ Existential Complex

    He meant he wanted the NPC to sell more than coal, bro.
     
  10. Paradox Space

    Paradox Space Aquatic Astronaut

    Stuck on loading ;-;
     
  11. Weinertoggle

    Weinertoggle Space Hobo

    Got it. >.<
     
    Last edited: Dec 14, 2013
  12. xQuattro

    xQuattro Space Hobo

  13. danks_

    danks_ Existential Complex

    xQuattro, did you modify the mod in any way?

    Did you attempt to create the recipe? Can you please post your player.config and bootstrap.config?
     
  14. Paradox Space

    Paradox Space Aquatic Astronaut

    I used the recipe fix and I still can't find it in the crafting.
     
  15. Paradox Space

    Paradox Space Aquatic Astronaut

    Where do I craft it?
     
  16. danks_

    danks_ Existential Complex

    It depends on how you crafted it, I made it appear in my Wooden Crafting Table, you have to make sure you added it to tier1 items and the item name is jumperspawner without the _ I added before, good luck.
     
  17. Halftoxic

    Halftoxic Void-Bound Voyager

    Real nice mod, just going to try out that recipe addition from danks!
     
  18. LegomyDiego

    LegomyDiego Lucky Number 13

    I don't understand, is it jumperspawner, or spawnerjumper? I tried spawnerjumper, and I still haven't been able to see the recipe in game yet. I followed all the steps, and took out the "_",
     
  19. danks_

    danks_ Existential Complex

    I'll just edit my previous post to how it should be

    EDIT:
    it's done
     
    Last edited: Dec 14, 2013
  20. Halftoxic

    Halftoxic Void-Bound Voyager

    Working :D
    It was just the crafting table folder that I think was catching people out, awesome job!
     

Share This Page