Modding Discussion [RELEASE] Loading music mod

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

  1. cardstocks

    cardstocks Tentacle Wrangler

    Hey everyone,

    I got tired and annoyed of the chuckle that plays whenever you boot up Starbound, so I modded the .config file for the splash animation to play a pleasing piano song.

    here:
    https://www.dropbox.com/s/65kubfqxxlenots/cinematics.zip

    Install like any other mod:

    To install:

    1) Create a "mods" directory in your Starbound directory.

    2) Unzip the provided file into the mods directory.

    4) Open the bootstrap.cfg file found in Starbound/(your operating system) directory.

    5) Add an entry to the assets sources to the mod directory. It should look like this when complete:

    {
    "assetSources" : [
    "../assets",
    "../mods/"
    ],
    "storageDirectory" : ".."
    }

    6) Unzip the contents of the folder into your new '/mods/' folder.

    7) Save and close the bootstrap.cfg file. Startup Starbound.

    To remove:

    1) Remove the added directory line from the bootstrap.cfg file
     
  2. AHrEJl

    AHrEJl Orbital Explorer

    some screenshotes ?
     
  3. cardstocks

    cardstocks Tentacle Wrangler

    there's nothing to take a screenshot of. I only changed that little sound clip that plays when you click "Start Starbound" from the launcher. Not a really cool mod, but I figured I'd share it.
     
  4. AHrEJl

    AHrEJl Orbital Explorer

    ok thx for explanation
     
  5. Bestpick

    Bestpick Big Damn Hero

    A video showcasing the music?
    Or maybe a soundcloud or something?
    Anything that can play the music w/o downloading the mod?
     
  6. cardstocks

    cardstocks Tentacle Wrangler

    Yep. Sorry, finals literally all day today.

    https://soundcloud.com/cardstocks/piano-riff2

    note: I did not write this music, it's just a stock, unused .wav from the assets/sfx folder
     
  7. Dilwoah

    Dilwoah Void-Bound Voyager

    But... I like the chuckle :(.

    Awesome for people who don't like laughter though!
     
    RyukaTana likes this.

Share This Page