PDA

View Full Version : Bigger Creep Health Bars



kevs926
01-23-2010, 09:21 AM
Updated to v1.4
this mod edits the health bars of non-player creeps (neutrals,lane creeps, etc)

-increases the width of creep health bar
-increases the height if the unit is below 40% hp
-disables the name frame when you mouse over a certain creep (only works for archer, warlock, sapling, imp, heavy ballista, and catapult)

before:
http://img192.imageshack.us/img192/46/shot0042g.png

after:
http://img253.imageshack.us/img253/300/shot0045g.png

modifies alt_info.interface

Download
.honmod: http://dl.dropbox.com/u/4510208/creeps.honmod

Future Plans:
-options panel for setting hp threshold and sizes of bars

Changelog:
v1.4 centered the healthbars
v1.3 retail update
v1.2 updated for HoN 0.3.0
v1.1 few hours after release - the health bars will only get thicker if it reaches a certain hp threshold
v1.0 Jan 23, 2010 - released

MaxGhost
01-23-2010, 09:24 AM
No offense, but I dislike this. Bigger health bars means more confusion in big fights, and it makes it harder to see the health bars of creeps when a whole bunch of them are together.

kevs926
01-23-2010, 01:26 PM
fat health bars seems weird after playing with thin ones for so long. so for now, the fatter it gets, the more you want it dead.

Conqel
01-23-2010, 01:53 PM
fat health bars seems weird after playing with thin ones for so long. so for now, the fatter it gets, the more you want it dead.
Yea it makes me literally wanna use smack down on every creep.

Ryuukun
01-23-2010, 02:02 PM
more like dota.
I like it

lEn_gEnK
01-23-2010, 05:41 PM
How do i install s2z file again? .. have only been using honmod. Tried to put the file into game folder put nth happened. Thanks.

MaxGhost
01-23-2010, 05:44 PM
How do i install s2z file again? .. have only been using honmod. Tried to put the file into game folder put nth happened. Thanks.

Stickies are your friend.

kevs926
01-24-2010, 01:20 AM
added honmod format, tell me if it doesnt work. Works for me at least

yes, ill work on a better icon next time

Nefrite
01-24-2010, 01:11 PM
can it be made with button to switch from normal mode to this and back?
coz this mod really needed in startgame and not so important in late (teamfights)

Kilbim
01-24-2010, 09:24 PM
can it be made with button to switch from normal mode to this and back?
coz this mod really needed in startgame and not so important in late (teamfights)

he's right, do it :)

kevs926
01-25-2010, 12:36 AM
should i revert it to normal width too? or only the height?

KlemenP
01-29-2010, 09:38 AM
just make a three way toggle bigger normal shrunken i guess

Sucker`
02-14-2010, 04:00 PM
is somebody able to explain me, how i can change the healthbarsize on my own in the code? i want to make them bigger in height and width, and im not interested in that 40%-stuff, they should always be pretty big.

i already tested something but its not working as i wish ^^


btw. is somebdy working on this:
'Future Plans:
-options panel for setting hp threshold and sizes of bars'

that would solve my problem, too

Okuu
02-14-2010, 04:07 PM
I downloaded it
PS: I'm still in love with Hirasawa's Les Paul

kevs926
02-14-2010, 04:11 PM
is somebody able to explain me, how i can change the healthbarsize on my own in the code? i want to make them bigger in height and width, and im not interested in that 40%-stuff, they should always be pretty big.

i already tested something but its not working as i wish ^^


btw. is somebdy working on this:
'Future Plans:
-options panel for setting hp threshold and sizes of bars'

that would solve my problem, too

read this guide

http://forums.heroesofnewerth.com/showthread.php?t=67745

AnHero2
02-14-2010, 04:44 PM
any way for this to be done for heroes aswell?

Sucker`
02-14-2010, 04:48 PM
ty kevs926, the part about the 'h' helped me enough, now i got some huge ass bars ^^
just i like it was in dota

kevs926
02-15-2010, 01:08 AM
the hero bars are already big enough

Creep666
03-08-2010, 06:53 AM
i have question concerning these red lines of code in your mod:


<editfile name="ui/alt_info.interface">
<find><![CDATA[SetVisible(!StringEmpty(param))]]></find>
<replace><![CDATA[If(StringEquals(param,'Sapling') or StringEquals(param,'Warlock') or StringEquals(param,'Imp') or StringEquals(param,'Archer') or StringEquals(param,'Heavy Ballista') or StringEquals(param,'Catapult'), SetVisible(false), SetVisible(!StringEmpty(param)))]]></replace>
<find><![CDATA["5h"]]></find>
<replace><![CDATA["6.5h"]]></replace>
<find><![CDATA[1.3h]]></find>
<replace><![CDATA[5h]]></replace>what is that value used for? it's not the bar width nor the height.
I tried 20h to check it out but couldn't notice any difference ingame.

kevs926
03-08-2010, 09:47 AM
that was the parent panel of the black BG and the hp panel

this being my first mod, i thought i need to make the parent panel bigger than all the child panels im going to put in. That was totally unnecessary.

BTW, b4 May i wish i can finish the options for this (including the LHA options for Ring of Teacher Aura, backstab, vindi orb, etc)

im just too lazy to continue it.

Creep666
03-08-2010, 11:33 AM
thanks, i'll just delete that line then.

i'm looking foward to future updates (Health bars and LHA improvements aswell)

03-25-2010, 04:13 PM
Please put an update for the new patch!

I love this mod. I can't stand the small creep bars.

kevs926
03-25-2010, 04:56 PM
updated - hope it works

sCoUt_OnLy
03-25-2010, 11:30 PM
jo can you update?

jaylove
04-02-2010, 05:18 PM
how do i change it more bigger ?

The1TruJok3r
04-02-2010, 06:31 PM
Mod not working in .3

pk_thunder
04-02-2010, 07:10 PM
opposite of cleaner battles mod

would get if it worked with that mod and someone could update that mod too...

MaxGhost
04-02-2010, 07:54 PM
opposite of cleaner battles mod

would get if it worked with that mod and someone could update that mod too...

cleaner battles is updated.

Jeseera
04-04-2010, 04:25 PM
Hey kevs926 (http://forums.heroesofnewerth.com/member.php?u=54861):

Im trying to work with my own mod, but I started checking your code out since it seams you are already tweaking the Creeps healthbars. This is what I want to accomplish. Basically, If Im playing Legion, I want all the Hellborne creeps healthbars to be red from full to empty, I dont want them to start green and start changing to into red as their health decrease. Why do I want to do this? cause It would help me to visualize creeps a bit better. So there you have it, Id like enemies creeps to have red health bars, and allies green health-bars, I looked @ your code, and it seems it could be quite straight forward if you know what you are doing, I just don't have enough knowledge with XML.

In your code, you search for these strings.....


//----------------------------------------------------------------
Legion-------> 'Sapling''Archer''Heavy Ballista'
Hellborne---->'Warlock''Imp''Catapult'

So the code would have to be something like this...

all_Creeps_Health_Bars_Color = "Green";

If(myFaction = Legion){
search for the following strings ('Warlock''Imp''Catapult')
Change their Health-bar Color to RED}
Else {
search for the following strings ('Sapling''Archer''Heavy Ballista')
Change their Health-bar Color to RED}

//----------------------------------------------------------------

Thats basically the main idea, any hints or help you can give me I'd highly appreciate it. If I get this running for creeps, I'll try to implement the same thing for buildings and towers.

Thanks in advance for the time.

kevs926
04-04-2010, 04:51 PM
there are 2 main elements in the interface

the health/mana bars and the name/level frame

first, you have to create a new element:
a new redhealth bar/mana bar that is only visible for the enemy team and has a red health bar

you make the new panel with attributes:
watch="AltInfo2Player"
ontrigger=""SetVisible(StringEquals(param, enemyteam));" where enemyteam is a variable which can be "Legion" or "Hellbourne" depending on the enemy team
and then insert the redhealth bar/mana bar code as a child panel(sub panel)

for more info on Panel, see the resources subforum thread: Styling Syntax

Jeseera
04-04-2010, 04:52 PM
Dang you are fast!!,, I'll absolutely take a look @ it . THANKS for the advice :D

Proxymate
04-14-2010, 07:20 AM
So I might be blind, but I can't find a s2z download.

lolimnoob

FET_BLAZE
04-14-2010, 07:25 AM
Thanks for this mod! I seriously cant play without it cause of my not so good eyesight.
This, no joke, improves my lasthitting by 100%!

<3

kevs926
04-14-2010, 09:17 AM
So I might be blind, but I can't find a s2z download.

lolimnoob

sorry but i removed it

Fonjask
04-27-2010, 11:33 AM
Could you perhaps upload it somewhere else as well?
I can't download and HoN_ModMan can't update because if I go to your download link, it says:


Oops! (509)

This account's public links are generating too much traffic
and have been temporarily disabled!

Thanks in advance, love your mod.

Fonjask

WyT
05-12-2010, 06:41 PM
update in the works by chance?

tlegend2
05-12-2010, 09:54 PM
Yes i love this addon and would love an update

ko
05-13-2010, 01:50 AM
is this getting updated??

Taggsvamp
05-13-2010, 05:23 AM
nvm :)

tlegend2
05-25-2010, 10:00 PM
I would love someone forever if they updated this mod.

kevs926
05-26-2010, 02:40 AM
it works for me

Myolden
06-15-2010, 09:32 AM
Please update, kthx.

tecknique
06-18-2010, 01:28 AM
yes please update, thanks!

Sucker`
06-18-2010, 07:48 PM
just use this mod: http://forums.heroesofnewerth.com/showthread.php?t=138127

its much better.
notice: the size of the bars doesn't change until restarting hon

Korvboll
06-19-2010, 04:28 AM
notice: the size of the bars doesn't change until restarting hon

You can just reload your UI. Much faster than restarting the entire game.
CTRL+F8 >> reloadinterfaces >> enter

Sucker`
06-19-2010, 04:40 PM
k, thx for the advice

spivz0r
06-21-2010, 09:46 PM
Love it. Hate it when i can't see the creeps health bar behind the other ones.

Growly
12-14-2010, 10:30 AM
Is there anyone that can update this for 2.0 please?

Tanzwurm
12-14-2010, 04:08 PM
Is there anyone that can update this for 2.0 please?

/signed

wza
12-14-2010, 05:28 PM
pls do

Sucker`
12-15-2010, 12:04 PM
the problem is, the the other creepbar mod eats much performance on my pc, would be great to see this mod updated
€: i made a mod similar to this one. look here:
http://forums.heroesofnewerth.com/showthread.php?p=12747849#post12747849

Jovaan
03-16-2011, 01:31 PM
any1 know why the files i download becomes XML files? something wrong with my browser or something? i cant open the mods... help plz

Sucker`
03-17-2011, 10:56 PM
any1 know why the files i download becomes XML files? something wrong with my browser or something? i cant open the mods... help plz

im not sure, but it sounds like you are using the internet explorer. try to use another browser like opera, firefox etc.

Drezbie
03-19-2011, 02:31 PM
nice work