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

Outdated Uchuu Sentai Starbounder 2.0

A Power Ranger/Super Sentai suit. What more could you want?

  1. Kawa

    Kawa Tiy's Beard

  2. Strikeriderhenshin

    Strikeriderhenshin Subatomic Cosmonaut

    How do I go about trying to install this fantastic-ness
     
  3. Kawa

    Kawa Tiy's Beard

    Unpack the archive directly into your assets folder, preserving the path structure. That way you should have a directory /assets/items/armors/kawa/starboundsentai/.

    Now, pick your preferred method of acquisition to get instances of kawa_sentaichest, legs, and head. I prefer altering the hunting treasure pool myself and wish we simple users had access to the /spawnitem console command.
     
  4. Strikeriderhenshin

    Strikeriderhenshin Subatomic Cosmonaut

    Interesting, how does one "alter the Hunting treasure pool"
     
  5. Kawa

    Kawa Tiy's Beard

    Easy. Find /assets/treasure/hunting.treasurepools:
    Code:
    {
      "hunting" : [
        [1, {
            "pool" : [
              [0.7, [ "alienmeat" ] ],
              [0.3, [ "leather" ] ]
            ],
            "poolRounds" : [
              [0.10, 0],
              [0.90, 1]
            ],
            "levelVariance" : [0, 0],
            "allowDuplication" : false
          } ]
      ]
    }
    Edit this to be more like this:
    Code:
    {
      "hunting" : [
        [1, {
            "pool" : [
    //          [0.7, [ "alienmeat" ] ],
    //		  [0.3, [ "leather" ] ]
    [ 1.0, [ "kawa_sentaihead" ] ],
    [ 1.0, [ "kawa_sentaichest" ] ],
    [ 1.0, [ "kawa_sentailegs" ] ]
            ],
            "poolRounds" : [
              [0.10, 0],
              [0.90, 1]
            ],
            "levelVariance" : [0, 0],
            "allowDuplication" : false
          } ]
      ]
    }
    Now, restart the game, get your bow or knife and kick some ass. You'll get some duplicates, no doubt, but you can always toss the extras away. When you're done, you can just remove the three new lines and the // in front of the originals!
     
  6. Strikeriderhenshin

    Strikeriderhenshin Subatomic Cosmonaut

    Alrighty, I'll give it a go then.
    Thank you very much
     
  7. kibbleknight

    kibbleknight Scruffy Nerf-Herder

    has this been updated to the new mod system?
     
  8. Kawa

    Kawa Tiy's Beard

    No. I just almost-finished the felins. This one and others I made are already separated and awaiting mod-ification.

    Update: they're ready. I'm considering adding recipe data and stuff now that a proper merge feature is coming. I'll release after confirming functionality.
     
    Last edited: Dec 16, 2013
  9. Kawa

    Kawa Tiy's Beard

  10. TimeTravelinAz

    TimeTravelinAz Scruffy Nerf-Herder

    If you don't mind, I made a version of this with Recipes. The Head, Chest, and Legs cost 5, 20, & 10 fabric respectively as the spinning wheel, and are available at Teir 1. It should be attached to this post.
     

    Attached Files:

  11. Kawa

    Kawa Tiy's Beard

    That's real nice of you.
     
  12. Kawa

    Kawa Tiy's Beard

  13. Leothemage

    Leothemage Space Spelunker

    Needs the other suits imo
    Maybe their weapons too?
    But 8/10 as is
     
  14. Kawa

    Kawa Tiy's Beard

  15. embertine

    embertine Scruffy Nerf-Herder

    Ooh! I love this! I'm gonna download it and put it on my felin right away!
     
    Kawa likes this.
  16. RagnaWolf999

    RagnaWolf999 Subatomic Cosmonaut

    looks like its based from Denziman
     
  17. Kawa

    Kawa Tiy's Beard

    Close. It's actually my Emuranger concept with the helmet designs simplified.
     

Share This Page