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

RELEASED Useful Pets 1.4.2

Make pets a little more useful, without making them overpowered. Even without a collar!

  1. Psieonic

    Psieonic Void-Bound Voyager

    Psieonic submitted a new mod:

    Useful Pets - Make pets a little more useful, without making them overpowered. Even without a collar!

    Read more about this mod...
     
    Last edited: Jul 6, 2017
  2. Mooncalf99

    Mooncalf99 Spaceman Spiff

    Definitely going to test this. It always bugged me that pets were so fragile and useless, because they could be so much more...
     
  3. CatofRiddles

    CatofRiddles Subatomic Cosmonaut

    is this compatible with Healthy Capture?
     
  4. Psieonic

    Psieonic Void-Bound Voyager

    Unfortunately not. Both mods modify the `.\scripts\companions\capturable.lua file`. I might look into the possibility of finding a way to add this as a configurable option to the mod, but no promises. I do personally like the fact you have to do a little work before you can nab a critter. :)

    If you'd really like to do this yourself, you can simply delete lines 244 to 248 in my mod's `capturable.lua`. These are all that prevent you from catching your critters at full health.

    Delete these lines:
    Code:
    capturable.lua, Line 244:
      local captureHealthFraction = config.getParameter("captureHealthFraction", 0.5)
      local healthFraction = status.resource("health") / status.resourceMax("health")
      if healthFraction > captureHealthFraction then
        return false
      end
    
     
    Last edited: Jul 11, 2017
  5. Psieonic

    Psieonic Void-Bound Voyager

    Psieonic updated Useful Pets with a new update entry:

    Useful Pets v1.1

    Read the rest of this update entry...
     
  6. Psieonic

    Psieonic Void-Bound Voyager

    Psieonic updated Useful Pets with a new update entry:

    Capture bug fix for Starbound 1.4.2

    Update to fix capturing so it works again in the Starbound 1.4.2 update, yaaay! :D

    Read the rest of this update entry...
     
  7. NightmareDL

    NightmareDL Subatomic Cosmonaut

    Good mod , any chance there will be more changes in the pet behaviours? Or buffs to the jump height and some speed , the vanilla jump height is totally garbage
     
  8. BoundOffStars

    BoundOffStars Subatomic Cosmonaut

    Is this compatible with Any Capture Reloaded?
     

Share This Page