Survival Inc.

Survival Inc.

7.5k Downloads

[Request] Add ability to move HUD elements

Duatao7055 opened this issue ยท 8 comments

commented

Is your feature request related to a problem? Please describe.
I do not like the current HUD positions for each thing as they cover other HUD elements from other mods.

Describe the solution you'd like
A config option to move each individual HUD element that this mod adds.

Describe alternatives you've considered
Remove the textures for this mod using resource packs and guess what my sanity is.

Additional context
Add any other context or screenshots about the feature request here.

commented

Hmm that's weird. When I was testing the mod in a normal environment it worked fairly well. I tested it with only AppleCore and HungerOverhaul installed (thus the Peckish in top right corner), but it works the same with vanilla. Here is the evidence:

Screenshot

Can you provide some screenshot about how it looks like on your side?

commented

Wow, ok. I take it back. Must be one of my many mods or my changes to the code.
Shouldn't have said vanilla tho :D

commented

Even in vanilla the hydration display hides the bubbles that show your remaining air under water.

commented

As for me, it was totally my fault. No mods were interfering. I just messed with your code on every possible level. Works fine with all of my mods + your original 1.2.6 version.
Again, I shouldn't have said anything in the first place.

commented

Oh, okay. Good to know. But I would still like to know what's wrong on @Duatao7055 's side.

commented

It's okay, I would like to investigate this further anyways. I surely don't want Survival Inc. to cause any more trouble than necessary (pun intended... ?). What my code does is to translate the Air and Armor bars 10 pixels upwards, which is done using TranslateRenderFilter. I am not really sure which mods should this be interfering with, it's a pretty straight-forward code. Would you mind sharing your mod list?

commented

2021-01-13_17 17 54
My issue is that it covers up the temperature icon from the SimpleDifficulty mod, which does some of the same things this mod does like adding heat and thirst. I'm currently making a modpack and I'm using your mod for its sanity and wetness features, and maybe ghost in the future. Aside from your sanity icon covering the temperature icon from the SimpleDifficulty mod, it would also just be a nice feature to be able to move hud elements from this mod around, as I am highly focused on the aesthetics of my modpack.

commented

Okay so this should be solved as of 36c5129, which adds numerous HUD configuration options.