HotfixHud v5.2 for Unvanquished

Release and discuss things you've made, including mods.
User avatar
E-Mxp
Graphic Designer
Posts: 145
Joined: Sun Apr 01, 2012 2:23 pm UTC
Location: Holland

Re: HotfixHud v5.2 for Unvanquished

Post by E-Mxp »

trinitrotoluene wrote:

Just a minor thing, I would prefer the health bar to be the same colour as the sprint bar instead of red. Maybe it could be made to change to red once damage has been recieved?

The sprint bar is gray... it flickers red when your stamina is low.
The red flicker is hard-coded within the game. Nothing within the hud files is able to change that. (kind of the same with the inventory. The game wants to make things like the Light Armour and the Helmet non-selectable and paints them gray while having the selectable ones blue, but because of that, the colors are hard-coded into the game.)

Also, I never thought about changing the color of the healthbar because I was allready changing the color of the numeral health value depending on how much health you have. Ill look into incorporating that, thanks for the suggestion!

banksy wrote:

I also have a suggestion. Not a lot to do to with HUD, ...

Then why do you post it in a thread about an hud modification? Consider posting it in the Feedback and Suggestions forum.

banksy wrote:

...but when you select weapons (sliding through whatever item, whether its plasma gun, weapon, or med) that you can just click with the fire key/button to select

What you might want to look into is:

Code: Select all

/bind <key> "itemtoggle blaster"

I understand what you mean (kinda like Half-Life 2 inventory), but you must understand that what you are asking me is beyond my abilities.

banksy wrote:

I think that when hit, the screen should go have a redish tinge to it and have a curved line to present the direction that you are being attacked from

Again, this is beyond what I can actually do. I can't really add new features.
I do like this idea though.

le mi'a bende cu nitcu lo zbasu

User avatar
E-Mxp
Graphic Designer
Posts: 145
Joined: Sun Apr 01, 2012 2:23 pm UTC
Location: Holland

Re: HotfixHud v5.2 for Unvanquished

Post by E-Mxp »

New update, lots of things done for this one so check it out!

Also, I would like your opinion about this little project I'm working on:

The attachment unvanquished_2012-08-02_195712_000.jpg is no longer available

The idea is to make THE most minimalist hud in Trem history! Also, the new update adds these brackets I could put around the crosshair for the aliens as an health meter and such. What do you think? Is there a need for this kind of hud, or should I move this to the trash bin?

Attachments
unvanquished_2012-08-02_195712_000.jpg

le mi'a bende cu nitcu lo zbasu

User avatar
Ishq
Project Head
Posts: 1147
Joined: Tue Mar 06, 2012 8:32 pm UTC

Re: HotfixHud v5.2 for Unvanquished

Post by Ishq »

Also, feel free to use your own UI assets in your HUDs. I'm planning on allowing third party UI assets in huds.

Nice work as always.

User avatar
WarLock
Posts: 1
Joined: Fri Jul 13, 2012 2:18 am UTC

Re: HotfixHud v5.2 for Unvanquished

Post by WarLock »

+1 if we can use third party UI assets

like i said i will work for port my hud to unv, you can call it minimalist too, but i wanna the my hud was more usefull in intense fight

i joint a screenshot of what a have started a long time ago

Attachments
dstorm-20110504-194456-000.jpg
dstorm-20110504-194451-000.jpg
dstorm-20110501-155653-000.jpg
Comet
Posts: 13
Joined: Wed Aug 01, 2012 10:34 pm UTC

Re: HotfixHud v5.2 for Unvanquished

Post by Comet »

WarLock wrote:

+1 if we can use third party UI assets

like i said i will work for port my hud to unv, you can call it minimalist too, but i wanna the my hud was more usefull in intense fight

i joint a screenshot of what a have started a long time ago

O hey warlock! I actually like that hud a lot. It's got a charm to it.

User avatar
E-Mxp
Graphic Designer
Posts: 145
Joined: Sun Apr 01, 2012 2:23 pm UTC
Location: Holland

Re: HotfixHud v5.2 for Unvanquished

Post by E-Mxp »

[ATTACH=CONFIG]116[/ATTACH]

Release Candidate for V7 has been released, lots of new things in there!

First off, major code rewrite, now the hud will point to a colorscheme file first and then to a layout file.
Using this method, huds will be a lot more consistent and if it seeds some tweaking, I will only have to edit a single file in staid of 3.
Quicker fixes, yay!

Also, I have added in the final of my Cross hud, let me know what you think!

With this new code it will be easier for you to add your own color scheme. In the /ui/common/color/ folder you will find a "custom.h" file!
In there you will find TONS of #define variables. This one file will work on all huds!
I also premade the needed files for immediate use!

Code: Select all

/cg_hudfiles ui/Default/Custom1.cfg
/cg_hudfiles ui/Centered/Custom2.cfg
/cg_hudfiles ui/Compact/Custom3.cfg
/cg_hudfiles ui/Hotbar/Custom4.cfg (Default)
/cg_hudfiles ui/Hotbar/Custom5.cfg (Centered)
/cg_hudfiles ui/Cross/Custom6.cfg

TODO: Add documentation to the custom.h file.
Find a way to add the custom hud as select-able in the main menu. (Have it always select-able or add a trigger)
Make it work on servers. :mad:

le mi'a bende cu nitcu lo zbasu

User avatar
Ishq
Project Head
Posts: 1147
Joined: Tue Mar 06, 2012 8:32 pm UTC

Re: HotfixHud v5.2 for Unvanquished

Post by Ishq »

In the next release, you will be able to load custom UI assets, as long as you can specify them in the HUD and you put them in the ui/assets folder.

User avatar
E-Mxp
Graphic Designer
Posts: 145
Joined: Sun Apr 01, 2012 2:23 pm UTC
Location: Holland

Re: HotfixHud v5.2 for Unvanquished

Post by E-Mxp »

Usually, assets mean images and models.
Will the next release also load code (.menu/.cfg) from the assets folder?

le mi'a bende cu nitcu lo zbasu

User avatar
Ishq
Project Head
Posts: 1147
Joined: Tue Mar 06, 2012 8:32 pm UTC

Re: HotfixHud v5.2 for Unvanquished

Post by Ishq »

To be more specific, we will allow loading of custom images only for the HUD. Things like crosshair, which require modification of weapon.cfg files, will not be allowed right now. I'm planning a way to change those things without having to modify those files.

User avatar
ViruS
Granger
Posts: 1020
Joined: Sun Mar 11, 2012 4:24 am UTC
Location: Antartica - West Australian Post shore
Contact:

Re: HotfixHud v5.2 for Unvanquished

Post by ViruS »

I found a bug, the 'total ammo left' counter is not accurate when holding a batterypack. [for example, you have 2 clips left, (includes '0') should have 14 ammo but says 12.]

ImageImageYou[TubeImage

Post Reply