[Mod] HUD Timers [hud_timers]

Post Reply
User avatar
LMD
Member
Posts: 1386
Joined: Sat Apr 08, 2017 08:16
GitHub: appgurueu
IRC: appguru[eu]
In-game: LMD
Location: Germany
Contact:

[Mod] HUD Timers [hud_timers]

by LMD » Post

HUD Timers (hud_timers)

A library for easily maintaining HUD timers.
HUD timers are colorful yet subtle bars indicating some time consuming process.

About

Configuration help can be found under config_help.md in the same folder as this.
Depends on modlib.
Please note that this mod may not work along well with other mods altering the HUD.
Code licensed under the MIT License. Written by Lars Mueller alias LMD or appguru(eu).
Media license: files taken or derived from hudbars
  • textures/hudbars_bar_background.png: made by Wuzzy, licensed under MIT
  • textures/hud_timers_bar_timeout.png: made by LMD, but very similar, can be seen as derivative of Wuzzy's work, therefore licensed under MIT as well
All in all, the media is licensed under the MIT license, with credits going to Wuzzy.

Screenshot

Image


API

Code should be self-explanatory. If not, feel free to contact me (opening an issue is also fine). Will probably document it here at some point...

Configuration


Locations
  • JSON Configuration: /config/hud_timers.json
  • Text Logs: /logs/hud_timers/.txt
  • Readme: /hud_timers/Readme.md
Default Configuration

Located under /hud_timers/default_config.json

Code: Select all

{
  "hud_pos": {"x": 0,"y": 0},
  "globalstep": 0.1,
  "hud_timers_max": 10,
  "format": "%s: %s s"
}
Usage


hud_pos

Screen coordinates where the timer stack should start.

globalstep

How often timers should be updated(interval, seconds).

hud_timers_max

How many timers(maximum) may exist at a time.

format : "%s : %s s"

The format for the timer label - first string is timer name, second one is seconds left.
My stuff: Projects - Mods - Website

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 23 guests