0 of 0

File information

Last updated

Original upload

Created by

Enriath

Uploaded by

Enriath

Virus scan

Safe to use

Tags for this mod

34 comments

  1. seriosman
    seriosman
    • member
    • 0 kudos
    can have a label on numeric health mod for to see better the numbers? 

    Sometimes the numbers get mixed up with the map and it's difficult to see
  2. Tazerboy10
    Tazerboy10
    • member
    • 0 kudos
    I'm using the mod and everything is working just fine; Except, the pictures show the numerical stamina; How do I enable that?

    (I'm using a health and stamina regeneration mod, but that shouldn't have any effect on the numerical stamina not showing up...)
  3. AndyScull
    AndyScull
    • supporter
    • 0 kudos
    In addition to Brimbane's comment, what I'd really like is to have an option to make numbers or bar be shown above player's head.
    It would be very useful, since while playing you attention is mostly focused on your character, and seeing health and energy right over his head would mean you don't need to look in screen corner for quick energy check
    Right now I just move numbers in center of screen, but with how the game is, the screen quite often is not centered on player
    Not sure if that's possible, but I think if there's a mod for monster health bars then there is some way to do the same with player character
  4. Brimbane
    Brimbane
    • member
    • 14 kudos
    Some features would make this even better:
    - Generic Mod Config Menu integration (to avoid leaving the game to make adjustments )
    - Toggle between top and bottom alignment  (top: as is, bottom: prevents energy numbers from moving up when health isn't shown)
    - Optional second alignment value in case health is only shown on demand (so you can place the numbers next to the energy bar without having to leave a gap for the health bar)
    - Option to deactivate energy/health bars (has already been suggested several times before)
  5. ShareW
    ShareW
    • member
    • 0 kudos
    ?

    I'm using  "survivalistic - thirst and hunger" mod and it makes lots of bar in right-bottom. This mod can a great solution to bar-haters. Enjoying this version as well but hope we see the mod with no bars - compatible to survivalistic mod. There is what's in my mind:
  6. deleted85589628
    deleted85589628
    • account closed
    • 0 kudos
    Hey! Any chance you could make this compatible with Another Hunger Mod? Maybe using the egg as an icon for the hunger bar?
    1. BlazinHothead
      BlazinHothead
      • member
      • 0 kudos
      Whoops. Clicked the wrong button.
    2. BlackRedDead
      BlackRedDead
      • member
      • 0 kudos
      @BlazinHothead
      considered his account got closed, this looks suspiciously funny now :D
  7. BlazinHothead
    BlazinHothead
    • member
    • 0 kudos
    If I may make a request, could you put in a couple of options? One to make the font a bit bigger, and secondly to make the font white all around? The green and red are rather hard to see. especially on grass and dirt tiles respectively. Same for yellow on lighter tiles. Plus the small font doesn't help either for a visually challenged person like myself (me no see very gud).

    So if there could be an option in the config file, something like 'whitefont=true' and largerfont=true', that would be very much appreciated. You could make it look the same size and color as the numbers that show when you mouse over the stamina meter.
  8. Sonathcy
    Sonathcy
    • member
    • 0 kudos
    Say, is there any way to change the key bindings?
    1. Enriath
      Enriath
      • member
      • 1 kudos
      Edit the config.json file in the mod's folder. You'll need to run the game once with the mod installed to have that file generate. A list of all the valid key options can be found here https://stardewvalleywiki.com/Modding:Player_Guide/Key_Bindings
  9. AsraFantasy
    AsraFantasy
    • member
    • 2 kudos
    Is there some way to remove the Healthbar and Stamina bar and only keep your numerical Health? My bars are kinda annoying me.
    1. Enriath
      Enriath
      • member
      • 1 kudos
      I wanted to have this as an option initially, but I think I'd have to start patching game code to make that happen, and I'm not comfortable with the API enough to attempt that yet. Maybe at some point I'll have a stab at it.
  10. LaTrailer
    LaTrailer
    • member
    • 0 kudos
    fix number floating in middle of screen / changing location
    copy pase this in the config ( i believe the fix was " "Scale": 0.97," lowering the scale. feel free to replace F6 / F7 keys

    "Visible": true,
    "Position": "0, 0",
    "MoveButton": "F6",
    "ToggleButton": "F7",
    "Scale": 0.97,
    "AlwaysShowHealth": true

    1. Enriath
      Enriath
      • member
      • 1 kudos
      You're the second person to mention this "floating in middle of screen" thing, what actually is it? Because changing scale should do literally nothing if it's what I think it is. A picture would be very useful
    2. iAzrael
      iAzrael
      • member
      • 0 kudos
      Here: https://prnt.sc/qbc33l but i just found out that I can move it, so it's solved
    3. LaTrailer
      LaTrailer
      • member
      • 0 kudos
      i fixed it by playing around with the config for like 5 mins. i didn't touch it before just set showhealth to true and position 0, 0
      well the "Position": "0, 0", just randomly changed to something like 482, 273 even tho i saved it to 0, 0. im not sure why!
      after i made this new config it stopped bugging I just linked it here so people would have a chance of a fix because its a great mod
    4. Enriath
      Enriath
      • member
      • 1 kudos
      The position is used to keep track of where the overlay is on the screen. It's not meant to be edited by hand outside of extreme circumstances. It should be moved with the Move Button instead.