[XP] Custom Blizz-ABS HUD

Started by winkio, November 23, 2008, 02:38:38 pm

Previous topic - Next topic

RoseSkye


legacyblade

sweet, hud is awesome now. I am trying all the custom huds and suggesting features for each.

RoseSkye

If anyone wants examples of the HUD in game.

Clicky here: ShowHide




Aqua

Looks niiiice
Fat shadows under the words/numbers though. D:

winkio

Quote from: Aqua on July 07, 2009, 05:34:34 pm
Looks niiiice
Fat shadows under the words/numbers though. D:


I think that is tons, not the HUD.

Rose, do you mind me putting those in the first post?

RoseSkye

Quote from: winkio on July 07, 2009, 05:42:52 pm
Quote from: Aqua on July 07, 2009, 05:34:34 pm
Looks niiiice
Fat shadows under the words/numbers though. D:


I think that is tons, not the HUD.

Rose, do you mind me putting those in the first post?


Go ahead. =o

Blizzard

July 07, 2009, 07:13:08 pm #66 Last Edit: July 07, 2009, 07:14:19 pm by Blizzard
Quote from: winkio on July 07, 2009, 05:42:52 pm
Quote from: Aqua on July 07, 2009, 05:34:34 pm
Looks niiiice
Fat shadows under the words/numbers though. D:


I think that is tons, not the HUD.

Rose, do you mind me putting those in the first post?


You can use draw_shaded_text_later instead of draw_text to avoid double shadows. In fact you might wanna use draw_text_full (stupid method name for outlined text, I know) instead.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

ManiacClown

The hud is perfect but the Level hud is to ugly!

RoseSkye

Quote from: ManiacClown on July 07, 2009, 09:50:25 pm
The hud is perfect but the Level hud is to ugly!


I have shadow text enabled.. thats not how the numbers really look =/

ManiacClown

Is not that. The colors are too "dead"
And the division of map and gold can be:
            Gold: 10000
Map: The name of The Map
                                                                   Level 3 ExP: ||||||||||||| (can be number or porcentage)
Just an ideia ...

winkio

Quote from: ManiacClown on July 08, 2009, 09:14:02 am
Is not that. The colors are too "dead"


neutral is the word that you are looking for.  These colors will fit in well with pretty much any game.

Quote from: ManiacClown on July 08, 2009, 09:14:02 am
And the division of map and gold can be:
            Gold: 10000
Map: The name of The Map


There is not enough room to center the gold.  It also looks much better if the gold display doesn't jump around as you spend money.

What's your idea for the exp?  I don't quite think that I got it...

I always appreciate suggestions, even if I reject them.  I might add an option so that you can pick your bar color and style in the future, though.


Rose Guardian

This is a nice hud but when I try to disable it for my cut scenes I get this error Script"New Hud"1240:Nomethod Error occered.  Also the text box appears on top and I do not want the text box on top because I'm using Ccoa's UMS and I have the face graphics set to above for a reason.  How can I fix these two problem I really want to use this hud in my game. Please help.

winkio

July 15, 2009, 03:45:51 pm #72 Last Edit: July 15, 2009, 06:45:56 pm by winkio
I'll look into the first problem.  How are you disabling the HUD?

The second problem doesn't seem to be related to this HUD, but to the UMS.  There is probably a command you can give it to display text boxes at the bottom.e

Rose Guardian

I just put $game_system.hud = false in the call script box like all the previous versions of Blizz's ABS.  I deleted the UMS and I'm still getting the error when disabling the hud.

winkio

Updated with the fix to the first problem.

Rose Guardian

I hate to keep bothering you but I'm still getting the error when I disable the hud and I'm not using any other scripts except Blizz's ABS and I did not edit any of the scripts and I put it in the right place.

winkio

Does it give you the same error when you just use the z key?

I did it both ways (by script and the z key) without any errors with just this and Blizz-ABS...

Aqua

If you're doing it by script, did you seperate it into 2 lines?

(Hud method) = 
false

Rose Guardian

Yes Aqua I did seprate it into two lines.

winkio

As I said, it works for me.  Would somebody else mind testing this?  Or you could send me your Scripts.rxdata, Rose Guardian.