Jump to content

Simple HUD Clock


Rhonen

Recommended Posts

@AeroCoolEX

 

Hello, I did not find how to write on I write here. 
I use Linux and VS for Linux, but when a storm approaches, it doesn't show the time to start. 
Resizing the interface does not solve the problem

simply write here?
I have no linux, so sorry that i can not help with that. on windows os its working fine.

Link to comment
Share on other sites

If you'd like a Spanish translation, let me know.
I've seen several other langs posted here but I don't know where they go after that; didn't find an en.json or anything else identifiable as a language file inside the mod's zip folder.

Link to comment
Share on other sites

10 hours ago, tRead said:

If you'd like a Spanish translation, let me know.

Feel free to post your json file here as an attachment :)
i always try to add them to the mod - sometimes i miss it - sorry for that :D

Anyway: the language files are in the mod-zip asset folder.

Link to comment
Share on other sites

Released Simpe Hudclock 3.2.0 for VS 1.18.x

  • Add option to set 'Show rift activity' to 'always' - 'world config active' - 'never' instead of "on-off"
  • Add support of VS 1.17.11 dot-net-7 - special thanks to @radfast of give me the info from the compatible API in both versions
Edited by Rhonen
  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...
19 hours ago, sed1917 said:

Had to uninstall as when I use this I get regular lag spikes, dropping from 60 to 30 fps, every 2 seconds. Went through mods comprehensively and narrowed it down to this.

Thanks for the report.
i am working on a fix.

Link to comment
Share on other sites

Released Simpe Hudclock 3.2.1 for VS 1.18.x

  • Fix: Fps brakes

https://mods.vintagestory.at/show/mod/282

 

Known other issues:
The IGameCalendar from Client seems to be async on startup. This log is from singleplayer.

23.6.2023 18:06:14 [Notification] DebugSeverityMedium DebugTypePerformance | Program/shader state performance warning: Vertex shader in program 45 is being recompiled based on GL state.
23.6.2023 18:06:15 [Event] Time: 8. May, Year 0, 15:53
...
cut off some log-entries
...
23.6.2023 18:06:56 [Event] Time: 8. May, Year 0, 15:53
23.6.2023 18:06:58 [Event] Time: 8. May, Year 0, 15:53
23.6.2023 18:07:01 [Event] Time: 8. May, Year 0, 15:53
23.6.2023 18:07:01 [Notification] Wow, client daytime drifted off significantly from server daytime (24,3 mins)
23.6.2023 18:07:03 [Event] Time: 8. May, Year 0, 16:18
23.6.2023 18:07:06 [Event] Time: 8. May, Year 0, 16:20
23.6.2023 18:07:08 [Event] Time: 8. May, Year 0, 16:21

after that delay shown date-time is visually updated :)

Link to comment
Share on other sites

I have just started playing the game and I am running the latest version hudclock-3.2.1.zip, and all along I have been seeing Wind values ranging from Storm to Hurricane, most commonly at Near Gale.  This seemed odd but I didn't know the actual wind speed until I tried the /weather command.  /weather is telling me tl: a strong breeze, tr: a strong breeze, bl: a medium breeze, br: still, but the HUD clock says Near Gale/Gale.

Link to comment
Share on other sites

Room room = entity?.World.Api.ModLoader.GetModSystem<RoomRegistry>().GetRoomForPosition(entity?.Pos.AsBlockPos);
if (room.ExitCount == 0)
{
// Inside.
IsInside = true;
IsSmallRoom = room.IsSmallRoom;

...
}

public BitmapRef GetRoomIcon()
{
if(IsGreenHouse)
{
return GreenhouseIcon;
}
else if(IsSmallRoom)
{
return SmallRoomIcon;
}
else if (IsInside)
{
return RoomIcon;
}
return null;
}



Strange hmm? api tells, you are in a small room :D
May be a bug in the room-registry. no idea. but thanks for reporting. nothing i can do anyway.

Edited by Rhonen
Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...

Im getting the room/basement indicator when i enter my fenced fields? ... wa?

When im on the blocks within the fence its pops up.

When I Stand on the block the fence is on right in the corner say, the it disappears.

Just saw above post, nvm. :P

 

2023-08-23_20-28-01.png

Edited by Mr Tango
  • Haha 1
Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

Anyone else getting their winters wrong? Shouldn't winter be starting on Dec 1?

The other seasons appear to work just fine, btw.

Also, thanks for this mod - I am greatly enjoying it!

EDIT: It just switched to winter. On Dec. 6. Probably something the game does, not this mod. :)

Dec3Fall.png

Edited by Chrysander
Link to comment
Share on other sites

  • 1 month later...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.