Skip to content

Instantly share code, notes, and snippets.

@jsvensson
Last active December 30, 2015 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsvensson/7893369 to your computer and use it in GitHub Desktop.
Save jsvensson/7893369 to your computer and use it in GitHub Desktop.
MST3k-style names for humans in Starbound

Brick Manmeat? Slam McRockchest? You know you want these names!

Installation

  1. Create the folder mods/echo_mst3k/species in the root of your Starbound folder. This is found in Steam/steamapps/common/starbound.
  2. Download humannames.config below. Put it in mods/echo_mst3k/species.
  3. Inside the folder named after the platform you're running Starbound on (win32 for Windows), edit bootstrap.config. Add mods/echo_mst3k to the asset list. It should look like this:
{
  "assetSources" : [
    "../assets",
    "../mods/echo_mst3k"
  ],
  "storageDirectory" : ".."
}

Make sure to add a comma to the "../assets" line. Done!

{
"names" : [
{ "mode" : "alts" },
[
{ "mode" : "serie" },
[ { "mode" : "alts" }, "Slab", "Fridge", "Punt", "Butch", "Bold", "Splint", "Flint", "Bolt", "Thick", "Blast", "Buff", "Crunch", "Fist", "Stump", "Smash", "Punch", "Buck", "Dirk", "Rip", "Slate", "Crud", "Brick", "Gristle", "Bob", "Lump", "Touch", "Beef", "Big", "Smoke", "Beat", "Hack", "Roll"],
[ { "mode" : "alts"}, " ", " ", " ", " ", " Mc" ],
[ { "mode" : "alts" }, "Bulk", "Large", "Speed", "Dead", "Big", "Chest", "Iron", "Vander", "Run", "Hard", "Drink", "Slam", "Rock", "Beef", "Lamp", "Plank", "Junk", "Hard", "Steak", "Slab", "Bone", "Slag", "Side", "Thorn", "Fist", "Thick", "Butt", "Squat", "Rust", "Blast", "Large", "Man", "Punch", "Blow", "Fizzle"],
[ { "mode" : "alts" }, "head", "meat", "chunk", "lift", "flank", "hair", "stag", "huge", "fast", "cheese", "lots", "chest", "bone", "knob", "jaw", "groin", "chest", "man", "pec", "face", "rock", "meal", "meat", "cheek", "iron", "body", "crunch", "back", "neck", "thrust", "steak", "broth", "rod", "muscle", "fist", "beef"]
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment