Use a templating language to generate the hud.txt and weapon_*.txt files #6
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
unforeseen-consequences/hud#6
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've used Jinja for my Path of Exile 2 item filter, and it's stupidly fast:
https://gitlab.com/Ambient.Impact/path-of-exile-2-item-filter
This would make it a lot easier to rebuild/re-render sprites at different sizes so we could experiment with larger sprites. This is currently a pain in the ass due to having to edit the text files in addition to the
makefile.Another bonus would be that we could easily generate JSON HUD configuration for the Unified SDK from the same shared data: https://github.com/twhl-community/halflife-unified-sdk/blob/master/docs/features/hud-sprite-system.md