Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
By grenade counter, do you mean the grenade's fuse time?
Right now, it just shows the remaining amount of grenades.
I was planning to add some kind of visual feedback system for changing health, ammo or shield values like flashing numbers or panels, but this turned out to be a bit more complex.
The hud as it is right now is completely clientsided (except for the settings, which are set by the server).
I'm thinking about something to increase the general "3D-feeling" of the hud.
As all it's actual panels are 2D, they do move around in a 3D-space.
Maybe I can find a solution that delivers dynamically curved or refracted effects and doesn't involve recoding all panels.
the remaining grenades is what i was thinking so if your out it will tell u on the side like in Battlefield (if there is a counter i didnt notice, sorry).
the visual feed back system i understand is hard, i would help out but unfortunatly i know nothing on coding and addon creation, so i understand about the complexity.
the 3D-feeling, im a cyber kind of guy and it would seem cool to have so im glad u had the same idea in mind
Sometimes, the right thing comes along with simplicity.
Option will be added with the next update.
As all it's actual panels are 2D, they do move around in a 3D-space.
Maybe I can find a solution that delivers dynamically curved or refracted effects and doesn't involve recoding all panels.
a good idea is to create them curved by default and stretch them like you did with the 2D elements, and for refracting effects... well... One idea is to use cubemaps (they arent real time so i don't suggest it)
What I'm trying right now is basically rendering the hud to an isolated scene and giving that particular scene a simple overlay, similar to the fish-eye overlay you can find in the spawn menu.
Of cause, more detailed and not viewblocking.
That way I can stick to my panel functions and also create a dynamic hud element refraction in a fake-3D space. The refraction intensity and space can also be modified dynamically.
PS: I see you are playing borderlands 2 so I bet you have a good understanding of what the low health "Jiggle" is, if you can impliment that then I am sorted for suggestions.
that would be cool but theres a hud out there that does that already and i think its the borderlands hud thats out for gmod (correct me if im wrong)
This is truly not impossible to do.
I may add something like that as well, as it's basically a lot of number-pushing once you're below 10 health.
@ Zim Echo Pentagram :
It's not impossible to do some kind of "fade-in" or "fake pre-initialization" animations.
To have it "digitized" or pixelated is a bit more difficult.
I may think of something.
that would be usefull, I'll be able to make it flicker when my health hits 50%