1. Welcome to the official Starbound Mod repository, Guest! Not sure how to install your mods? Check out the installation guide or check out the modding help thread for more guides.
    Outdated Mods have been moved to their own category! If you update your mod please let a moderator know so we can move it back to the active section.
    Dismiss Notice

Outdated BardBuddy 1.01

Play music without starving or freezing to death!

  1. LaznAzn
    What it does:

    This mod merges vanilla .instrument files with additional code. Whenever you play an instrument your hunger will not decrease, you will not get cold (on the spawn world anyways!) and your breath meter will not decrease.

    The goal of this mod is to enable people to enjoy the Starbound .abc music system without having to worry about starving, freezing to death at night, or suffocating when they are in the middle of a song!

    These changes will work server-side, but only for people with the mod! This mod does not "enchant" instruments so you can't just hand them out server-side.

    How it does it:

    The code for this mod is quite simple and is the same for every file:

    Code:
    {
      "__merge" : [],
      "activeStatusEffects" : [
      {
        "kind" : "fooddepletionsuppressed",
        "duration" : 10
      },
    
      {
        "kind" : "breathprotection",
        "duration" : 10
      },
    
      {
        "kind" : "coldprotection",
        "amount" : 50,
        "duration" : 10
      }
      ]
    }
    
    As you can see I added a small duration because the buff is only active when you are generating notes. Without the duration your buff would cease when you hit a pause in the song.

    It is also very easy to add/remove/modify effects! If you feel this goes too far or doesn't go far enough, go wild!

    Compatibility:

    This mod is compatible with vanilla Starbound and is very easy to extend to mods that add instruments, you just have to copy a file and rename it with the new instrument's .instrument filename and you're done!

    [​IMG]

    You can get the LITE version with no duration to the buffs: HERE

Recent Updates

  1. LOL

Recent Reviews

  1. TimmsZach
    TimmsZach
    5/5,
    Version: 1.01
    Very nice! Although running out of breath was not usually a problem, the other two were... WERE... Thank you:)

    Still looking for some sort of "Music NPC" That acts as an instrument and follows you, so you can build whilst playing the .abc music. Up for the challenge? ;)
  2. Lateo
    Lateo
    5/5,
    Version: 1.01
    Lazy finally uses his powers of modding for the good of the universe. Mod does exactly as stated.
  3. Mushie
    Mushie
    4/5,
    Version: 1.01
    "music system without having to worry about starving, freezing to death at night, or suffocating when they are in the middle of a song!" - this mod
    That sums it up.
    However there is one con, now i can't play mad world as I'm freezing to death :c