Mods / Status Hud Continued
Author: Gravydigger
Side: Client
Created: Jan 5th at 9:40 AM
Last modified: Oct 19th at 1:47 AM
Downloads: 11526
Follow Unfollow 360
Latest file for v1.19.8:
statushudcont_2.1.2.zip
1-click install
A continuation of Rangelost's original Status HUD:
This is a not-so-simple mod with the objective of relaying information to the player. If your character can feel it, then you should see it.
Now configurable in-game with a GUI! Requires ConfigLib as a dependancy. Press [P] to configure in-game!
For those wanting a version without dependancies, you can find it here (althought updated less frequently).
Works on both singleplayer & multiplayer!
Description
Status HUD Continued offers a collection of various elements to display on the HUD. The available elements are:
altitude
: displays the player's current height (in meters) in relation to sea level;armour
: displays the equipped armour durability average (in %). If there is no armour equipped, this element is hidden;bodyheat
: displays the player's current drop in body heat. If it is at normal body head (37°C), this element is hidden);compass
: displays the player's current facing direction (in degrees) in relation to the north;date
: displays the current date (e.g.1 Jul
) and an icon for the current season (sprout for spring, sun for summer, leaf for autumn, and snowflake for winter);durability
: displays the currently selected item's remaining durability. If there is no durability, this element is hidden;latitude
: displays the player's current latitude (in degrees);light
: displays the light level at the currently selected block. If no block is selected, this element is hidden;ping
: displays your server ping in milliseconds. If you are on singleplayer, this element is hidden;players
: displays the number of players currently online;riftactivity
: displays the number of hours until the next change in activity, and changes icons depending on the current activity. If rifts are turned off, this element is hidden. When adding this element to the HUD, a reload may be required;room
: displays a house icon when the player is inside a room (house for large room, cabin for small room or cellar), and a sun icon above when inside a greenhouse. If the player is outside, this element is hidden;sleep
: displays a countdown until the next time the player is able to sleep. If the player can sleep, this element is hidden;speed
: displays the player's current speed (in m/s);stability
: displays the temporal stability (e.g.76%
) at the player's position if it is below 150%. If the temporal stability is 150%, this element is hidden;tempstorm
: displays a timer when a temporal storm is approaching or in progress. Otherwise, this element is hidden. When adding this element to the HUD, a reload may be required;time
: displays the current time (e.g.19:43
) and an icon for the position of the sun relative to the horizon. Support both 24 & 12 hour time;time-local
: displays the system's local time;weather
: displays the current temperature (e.g. 21°C) and an icon for the current condition (clear, fair skies, cloudy, rain, snow or hail). Supports multiple temperature scales;wet
: displays how wet (e.g.72%
) the player is. If the player is dry, this element is hidden;wind
: displays the current wind speed (e.g.20%
) and direction at the player's position.
Active elements are bound to an identifier. Only one element can be bound to an identifier at a time, and only one instance of an element can be active at a time.
Note: A default layout is installed on first run. Use the commands listed below or in the in-game GUI (Press [P]) to customize the elements to your liking.
Commands
Note: Commands remain as legacy functionality for those familiar with them. It is strongly recommended to use the in-game GUI (Press [P]) to configure your HUD.
The available commands are:
-
.shud defaultReverts to the default layout.
-
.shud set [#] [element]
Activates the element
[element]
and sets its identifier to[#]
.Variable Description Values [#]
Identifier. Non-zero integer between -16
and16
[element]
Element name. See Description section for list of possible values -
.shud unset [#]
Deactivates the element with the identifier
[#]
.Variable Description Values [#]
Identifier. Non-zero integer between -16
and16
-
.shud clearDeactivates all elements from all identifiers at once.
-
.shud pos [#] [halign] [x] [valign] [y]
Sets the position of the element with the identifier
[#]
.Variable Description Values [#]
Identifier. Non-zero integer between -16
and16
[halign]
Horizontal alignment. left
,center
orright
[x]
Offset from horizontal alignment. Any number [valign]
Vertical alignment. top
,middle
orbottom
[y]
Offset from vertical alignment. Any number -
.shud repos [#]
Resets the position of the element with the identifier
[#]
.Variable Description Values [#]
Identifier. Non-zero integer between -16
and16
-
.shud listLists all currently active elements and their identifier.
-
.shud info [element]
Displays the element
[element]
's description.Variable Description Values [element]
Element name. See Description section for list of possible values -
.shud hidden [value]
Shows or hides hidden elements.
Variable Description Values [value]
Visibility value. show
orhide
-
.shud options [option] [value]
Configure's the formats the elements display.
.shud options timeformat [value]Set element's time to either 24 or 12 hour time.
Variable Description Values [value]
Time format. 24hr
or12hr
.shud options tempscale [value]Set element's temperature scale to either Celsius, Fahrenheit or Kelvin.
Variable Description Values [value]
Temperature scale. C
,F
, orK
-
.shud helpDisplays a summary of these instructions and the list of available elements.
Examples
These examples all use the identifier 1
for simplicity's sake, but you can use another identifier of your choice.
-
To remove all default elements and start from scratch, use:
.shud clear
-
To restore the default layout, use:
.shud default
-
To recreate the Room Indicator mod with no changes, use:
.shud clear
.shud set 1 room
-
To display your computer's time in the bottom-right corner of the screen, use:
.shud set 1 time-local
.shud pos 1 right 24 bottom 12
Configuration
Upon running the mod, a statushud.json
config file will be created or updated in the game's ModConfig directory. The available options are:
Variable | Description | Values | Default value |
---|---|---|---|
iconSize |
Icon size (in px). | Any number | 32 |
showHidden |
Show hidden elements. | true to show, false to hide |
false |
text/colour/r |
Text colour's red value. | Between 0.0 and 1.0 |
0.91 |
text/colour/g |
Text colour's green value. | Between 0.0 and 1.0 |
0.87 |
text/colour/b |
Text colour's blue value. | Between 0.0 and 1.0 |
0.81 |
text/colour/a |
Text colour's alpha value. | Between 0.0 and 1.0 |
1.0 |
text/size |
Text font size (in pt). | Any number | 16.0 |
text/bold |
Text boldness. | true for bold, false for normal |
true |
text/offsetX |
Text horizontal offset (in px). | Any number | 0.0 |
text/offsetY |
Text vertical offset (in px). | Any number | -19.0 |
text/align |
Text alignment. | 0 for left, 1 for right, 2 for center |
2 |
months |
Month names. | 12 strings (3 chars max recommended) | "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" |
options/temperatureScale |
The temperature scale used. | Either C , F or K |
C |
options/timeFormat |
Display the time in 24 hour or 12 hour time. | Either 24hr or 12hr |
24hr |
compassAbsolute |
Make compass element's needle point to the player's absolute direction. |
true for absolute direction, false for relative north |
false |
elements |
Element save data. | - | - |
installed |
Whether or not mod has been run at least once. | true if installed, otherwise false |
false |
Resources
- In your Mods folder (
.../VintagestoryData/Mods/
), create a new folder with the name of your choice. In this example, it will be calledmyiconpack
; - In this new
myiconpack
folder, create a file calledmodinfo.json
, and open it in the text editor of your choice; - In this new
modinfo.json
file, enter the following:{ "type": "theme", "name": "My Icon Pack", "modid": "myiconpack", "version": "1.0.0", "authors": ["Your name here"], "description": "This is my icon pack!", "side": "Client", "dependencies": { "statushudcont": "1.0.0" } }
Note: You can edit thename
,modid
,authors
anddescription
fields to your liking in accordance with the Vintage Story Wiki. - Save the changes and close the
modinfo.json
file; - Open this mod's
statushudcont.zip
file, copy theassets
folder into yourmyiconpack
folder, then close thestatushudcont.zip
file; - You should now have all texture files available in
.../myiconpack/assets/statushudcont/textures/
ready to be modified. Edit one of them to your liking; - When you next launch Vintage Story, make sure that your mod is enabled in the Mod Manager. Your edited icon should now replace the default one. Congratulations, you have created an icon pack!
- Notes:
- While you can create icons of any size, they will utlimately be resized to squares matching the specified size in the configuration file.
- If an icon is missing from your pack, then the default will be used instead.
ht 24 bottom 12
Version | For Game version | Downloads | Release date | Changelog | Download | 1-click mod install* |
---|---|---|---|---|---|---|
v2.1.2 | 1811 | Oct 19th at 1:47 AM | Show | statushudcont_2.1.2.zip | Install now | |
v2.1.1 | 7850 | Jan 18th at 11:33 AM | Show | statushudcont_2.1.1.zip | Install now | |
v2.1.0 | 541 | Jan 9th at 11:10 PM | Show | statushudcont_2.1.0.zip | Install now | |
v2.0.3 | 170 | Jan 9th at 9:40 AM | Show | statushudcont_2.0.3.zip | Install now | |
v2.0.1 | 202 | Jan 8th at 11:48 AM | Show | statushudcont_2.0.1.zip | Install now | |
v2.0.0 | 132 | Jan 8th at 8:16 AM | Show | statushudcont_2.0.0.zip | Install now | |
v1.5.3 | 374 | Jan 6th at 4:24 AM | Show | statushudcont_1.5.3.zip | Install now | |
v1.5.2 | 106 | Jan 6th at 3:55 AM | Show | statushudcont_1.5.2.zip | Install now | |
v1.5.1 | 141 | Jan 5th at 11:12 PM | Show | statushudcont_1.5.1.zip | Install now | |
v1.5.0 | 199 | Jan 5th at 10:45 AM | Show | statushudcont_1.5.0.zip | Install now |
currently unable to save any changes in the mod menu, the "save" button doesnt react nore is the "save all" button up top even able to be pushed, all settings are restored back to default upon closing and reopening the game, rather annoying to have to reset up my hud every time i boot up the game
All my elements are in place but the text with them has disappeared any one know why or how to get it back.
i cant find any settings that fix it and nothing in .shud help seems to fit. i have no idea what else to try
Savrs B0bb0 I'll probably wait until a release canadate is out before I start working on 1.20
This could happen in the new year! But we need to live now!
KiriRae
Both the listed mods are closed source, so I am unable add indicators to such things.
Also adding indicators for other mods is something I'd be unlikely to do, due to the overhead provided in doing such a thing
Would it be possible to add indicators for things like alchemy potion effects, starving, or poison damage from things like poison oak (wildcraft) and snake bites (primitive survival) and their duration.
1Joachim1Wolfraider Bug is now fixed
Savrs B0bb0 I'll probably wait until a release canadate is out before I start working on 1.20
-The speed control is crashing it (1.20-pre4).
this is a misfortune!
-If you remove the speed control from the config file, it will run.
The problem is that the speed indicator is the most important thing in this mod.
Especially since 1.20 has a huge transport update.
Savrs, Gravydigger,
I did some testing. The speed control is crashing it (1.20-pre4). If you remove the speed control from the config file, it will run.
I also noticed that the compassAbsolute variable no longer aligns the player marker with the compass north. Facing north, and toggling the variable either shows 270 or 90 degrees on the compass. I like having both the compass and the minimap; especially in the snow since it is hard to see your player pointer on the map.
1Joachim1
I had the same problem, turns out rift activity is on a timer, and it needs to run out before it updates. Then it will show on your hud. Give it a day and it should work.
very nise 👍
is there any way to add an icon and text or something to an already existing element from the mod? i've tried to activate the "riftactivity" element and it's just invisible. everything else is by default (text colors, elements of the gui.. haven't touch anything) riftactivity has been set to bottom left corner with a vertical offset of 12 and an horizontal one of 400, which should put it like middle-right part of the bottom left corner. if i manually set it to top/bottom it shows me a "box" that tells me where the icon is (or should be ) but yet the "info" is transparent no matter what i do.
Not sureh ow difficult it is, but it would be great t if the durability element could be made to work with Toolworks tools. Only the lowest durability of the tool parts(head, handle, binding) needs to be displayed since that is when the tool breaks.
ForeverChrysalis
you need config lib and imgui. Then you can hit escape and click the mod config button. the key bind is changable, the name you are looking for is "(Config lib) open configs window" at the very bottom in debug and macros.
Linrox
No, it still crashes for me.
I don't seem to be able to get the UI open. P does nothing. Shouldn't the key be remappable anyways..?
Has the issue that GON raised, "crashing if rifts disabled" been fixed???
Gravydigger Any word on compatibility with 1.19.7 or if that is in the works? This looks great and doesn't clutter up your screen either!
OpPointBaker
I want this as well, been trying to figure out where the data is stored to have it displayed on screen.
Very nice mode, thank you for that.
Hey, just having some issues with the GUI Editing feature, the mouse seems to be offset making modifying the HUD a real pain. Is there something im missing or installed incorrectly? Thanks.
Gravydigger@
Thank you for the rift activity widget. Very useful. Any way to turn off the timer that comes with it?
Gravydigger
Sorry, didn't really see that. Thank you. It is very nice to see that the author of the mod communicates with the players who use his mod. Keep doing this in the future
BarenAD Sadly I do not have the time currently to delve too deep into why this is happening, as cross compatability between other mods can be rather rough to diagnose. I'll be unlikely to look into this for quite some time
Iver I'd be suprised if it wasn't compatible; minor released don't have major API changes that break things
Sp0wN I've already provided a non-gui version if you look at the comments below, but I've added a direct link in the mod description. Enjoy!
Gravydigger
There is a small problem with the mod for multiplayer servers. Previously, the mod was independent and was a client mod that players installed in the mod deck. Now you need to install two more mods on the server machine in order for your mod to work properly. I have been using your mod since its release. I really like it, but unfortunately I will refuse, because for the sake of my comfort, I will not install additional mods. Is there any way to solve this issue?
Is it compatible with 1.19.3 Gravydigger?
Gravydigger
hi! I found compatibility issues with the following mods: PlayerList with Status Hud Continued. See youtube video for full demonstration: https://youtu.be/Pyw7uC9bpmg
In short: in the presence of both mods and when a player is excluded, a crash occurs. But if you open the inventory, there is no problem. This is especially critical when using a the mod FairPlayGuardian because players are excluded for mods, but they crumble and cannot understand the problem.
I do not know what the problem is, so I informed both authors about it :)
Logs
Thank you for for the non-gui version. Tried and adopted.
Great mod and replaced the simple clock mod for me. I have one critique though: The rift activity icons...
I have honestly no idea what I'm looking at and what icon represents what level of activity. It would be great to maybe have at least a screenshot on the modpage here that shows each icon and its corresponding activity.
Can I request that fucntionallity be added to the mod? Specificly I would like to have an element that says what the rainfail for the current location is. [i.e. very rare, rare, uncommon, common, very common, almost all the time, etc.] Either as a numeric value that the game uses internally or as a text/icon output. Like how you have weather state displayed.
Thank you. I am enjoying the mod so far. 😍
Saricane
I've made a non-gui version on the Git-hub releases page, which you can find here. Note that testing and updates will not be as frequent as the GUI version, as well as support being limited.
Hope this helps
Hi Gravydigger and thanks for continuing this super mod. I just would like to use it in CLI mode only, without installing the GUI dependancies. Is this possible ? I made a test and cannot use .shud command.
SunshineFaith
This mod has been developed and tested to work on any multiplayer server. As the mod is client-sided, it does not need to be installed on the server.
Will this mod work on a multiplayer hosted server?
Thank you for taking the burden and continuing this lovely mod.
Vilderos after downloading the dependencies ingame, i had no issues
cant get this mod to work now, missing dependencies, even tho I have configlib installed :(
Runovaris
While I don't see a reason why it won't work, you might need to do some fiddling due to the dependancies for the config GUI interface to get it to work.
Officially I will not be supporting any 1.18.x version.
GravydiggerThank you so much for adding rift activity. I can't play the RC yet, but looking forward to playing on the release.
Does this work for older versions, specifically 1.18.15? The original mod only supports up to 1.18.9.
Mod seems to be broken in today's 1.19-RC7 build. There's no error messages or anything the game just acts as if the mod is not installed. I am using the most recent versions of configlib(0.3.3) and imgui(0.3.2). I tried rolling back to the previous versions of both StatusHUD and the two dependancies and got the same result. Rolling back the game client to the RC6 build did restore functionality.
EDIT: The RC8 build seems to have fixed the problem and mentioned a tweak to fix mod compatibility so the problem was with the game patch and not with the mod.
Gravydigger Thank you! I also raised it with Maltiez. I had let the client pickup the dependencies. The configlib had an older version of IMGui specified. Downloading the latest version of IMGui fixed it.
This looks great! So much easier to adjust now! Thanks for the awesome mod!
B0bb0
Its an issue with configlib and not something I can fix.
Also the config from previous version should be entirely compatable with this version, as the config window only does what the commands do, just in a more friendly, real-time manner.
@CilyMe I have that on 1.18 I think it's either extra overlays or Hud CLock maybe Better Firepit? I can move over or cursor over anything cooking , crafting and it tells me the time remaining .
Hello, just installed 'status hud continued' v2.0.1 and the associated 'config lib' and 'vsimgui' mods in 1.19-rc6. When pressing 'p' to open the config, a window appears with the text "Config lib: cursor unlock" in the header. The client log shows what looks like a hardcoded path. Note: I have the original 'status hud' config. I can provide it if needed. Thanks!
8.1.2024 18:27:07 [Error] [configlib] An exception was thrown when trying to start the mod:
8.1.2024 18:27:07 [Error] [configlib] Exception: Could not load type 'VSImGui.Style' from assembly 'VSImGui, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. at ConfigLib.ConfigWindow..ctor(ICoreClientAPI api) at ConfigLib.GuiManager..ctor(ICoreClientAPI api) in D:\Projects\Firearms\configlib\configlib\src\GUI\GuiManager.cs:line 27 at ConfigLib.ConfigLibModSystem.AssetsFinalize(ICoreAPI api) in D:\Projects\Firearms\configlib\configlib\src\ContentSettingsModSystem.cs:line 47 at Vintagestory.Common.ModLoader.TryRunModPhase(Mod mod, ModSystem system, ICoreAPI api, ModRunPhase phase) in VintagestoryLib\Common\API\ModLoader.cs:line 654
8.1.2024 18:27:07 [Error] Failed to run mod phase AssetsFinalize for mod ConfigLib.ConfigLibModSystem
CilyMe
This mod doesn't not have that functionallity, and there are no plans to implement such a thing into this mod, sorry.
Looks like a great mod, I will have to give it a go! I read the description and didn't see it, but does it, or can it, diaplay the remaining time for certain things such as pit kilns? I used to mave a mod that displayed this but don't any more, and the HUD Clock mod I'm currently using doesn't have it. Thanks!
Could hud also show temperature inside room if you are in one?
Bughaw
Rift activity is now a new element. Enjoy!
Gravydigger
Author of the original mod will no longer work on it? Have you decided to pursue his case? It's good.
I wanted to suggest adding ping to the HUD for multiplayer server players.
rift activity?