[HUD] Leshka
Sup! Posting final version of my hud.
It was edited from crizis1 hud. Some hud scripts from the default hud and damage_indicator_screen from warlord hud.
+Clean look.
+Shows RA YA GA MH UH QD and WS next respawn time then u picked it.
+Weapon colorized dot above crosshair.
+%SPEED bar in bottom of the screen.
+All %TEAM_PROGRESS event shows in one bar.
+Scores focused on spread.
+Clock does forward count now.
You can remove weapon colorized dot by setting "cg_showpickup 0".
Some screens:




DOWNLOAD
PS: Its not cheat or bug use. I have talked with crizis about this hud and he let me share it. Dont ask me to delete this topic, better ask devs to remove this feature if you dont like it.
Also if u want just clock from this hud u can use classic hud with autotimer wich i made for Stokes.
Quick update: now shows if warmup.
(updated 2012-08-16 16:37:20)
It was edited from crizis1 hud. Some hud scripts from the default hud and damage_indicator_screen from warlord hud.
+Clean look.
+Shows RA YA GA MH UH QD and WS next respawn time then u picked it.
+Weapon colorized dot above crosshair.
+%SPEED bar in bottom of the screen.
+All %TEAM_PROGRESS event shows in one bar.
+Scores focused on spread.
+Clock does forward count now.
You can remove weapon colorized dot by setting "cg_showpickup 0".
Some screens:
DOWNLOAD
PS: Its not cheat or bug use. I have talked with crizis about this hud and he let me share it. Dont ask me to delete this topic, better ask devs to remove this feature if you dont like it.
Also if u want just clock from this hud u can use classic hud with autotimer wich i made for Stokes.
Quick update: now shows if warmup.
(updated 2012-08-16 16:37:20)
I used the version you posted in gorey topic because i liked the
look, the speedmeter, and wanted to try the timer, but it lacks a
few features
I have no chat box with it, i think it doesn't draw teammates in team games either, and speed above (put current max here) should be drawn in another color so you can keep tracking your speed.
To people complaining : this is no killer feature at all. It would be sad if it made it a lot easier to time, but it doesn't, I actually time better with classic clock, because i find numbers in 0-60 range easier to remember !
Other than that, it's good and clean.
(updated 2012-08-21 16:26:18)
I have no chat box with it, i think it doesn't draw teammates in team games either, and speed above (put current max here) should be drawn in another color so you can keep tracking your speed.
To people complaining : this is no killer feature at all. It would be sad if it made it a lot easier to time, but it doesn't, I actually time better with classic clock, because i find numbers in 0-60 range easier to remember !
Other than that, it's good and clean.
(updated 2012-08-21 16:26:18)
That timer is very nice idea! :D
I will introduce this idea to my hud somehow :)
I will introduce this idea to my hud somehow :)
I don't understand how you guys can be supportive and positive
about this, it is so clearly lame and unfair.
Guwashi wrote:
That timer is very nice idea! :D
I will introduce this idea to my hud somehow :)
I hope not. Out of the HUDs that come with the game, yours is my favourite one, but I wouldn't use it if it included this "display the next spawn time"-feature.
Kimza wrote:
I don't understand how you guys can be supportive and positive about this, it is so clearly lame and unfair.
It's funny when these comments come from people we hardly ever see
in duel servers. FYI armors taken by opponent are just as
important, mh timing too, you can't skip that skills and they can't
be auto-timed, also see what i mentionned about having the correct
time displayed is not quite timing, on the top of that, 95% of the
skill don't come from correct timing but actual exploitation of it,
and finally, the feature is going to be removed, it is currently
tolerated by main developpers, so stop the bashing, you are just
making fool of yourselves
(updated 2012-08-27 10:03:16)
(updated 2012-08-27 10:03:16)
BBQsauce wrote:
It's funny when these comments come from people we hardly ever see in duel servers.
if i would have known about this lame ass hud i would have played duel a long time ago, not having to time yourself is actually "awesome", but when playing against someone who is timing themselves it is clearly very very op and lame to have this hud. anyone not seeing this has to be fucking retarded
Lol. Seriously nothing to add to this. I am retarded, yea, cuz i
thought warsow community was normal people while actually it's a
bunch of shit sticks that rage their butt for a 25 substraction
tool crafted by evil hobbits
(updated 2012-08-27 13:39:48)
(updated 2012-08-27 13:39:48)
I brushed up Leshka's idea a bit.
Try this one :) (It is optimized to 1600x1200, you may see glitch at optional clock.)
http://d3.jpn.org/warsow/basewsw/z_guwashi_hud_101.pk3
Though code is ugly, but essence logic is simple. Here's a pseudo-code:
- (A) conventional way
(FYI for devs, here's a thread when I asked teams whether (A) is legal or not 5 years ago)
http://www.warsow.net/forum/thread/4552/1
This thread is only visible for devs, but summary is:
- I asked team members (A) is legal or not.
- jal proposed adding it to the default hud.
- Agreed.
- Added (A) to default hud.
If (A) is legal, I cannot find big reasons that (B) is illegal.
Try this one :) (It is optimized to 1600x1200, you may see glitch at optional clock.)
http://d3.jpn.org/warsow/basewsw/z_guwashi_hud_101.pk3
Though code is ugly, but essence logic is simple. Here's a pseudo-code:
- (A) conventional way
if (%PICKUP_ITEM == #ARMOR) {
drawClock(now);
}
- (B) new technique by Leshka
if (%PICKUP_ITEM == #ARMOR) {
drawClock(now plus 25sec);
}
Difference between (A) and (B) looks minor for me. It just helps
player to omit "plus 25sec" in their mind.(FYI for devs, here's a thread when I asked teams whether (A) is legal or not 5 years ago)
http://www.warsow.net/forum/thread/4552/1
This thread is only visible for devs, but summary is:
- I asked team members (A) is legal or not.
- jal proposed adding it to the default hud.
- Agreed.
- Added (A) to default hud.
If (A) is legal, I cannot find big reasons that (B) is illegal.
Just do the old 25 second *.wav file trick, and just press a button
every time you or your opponent picks up an item. And WOOPDIDOO you
got yourself a timer.
(This was a technique used in the early days of QW, Q2 and Q3. Might still be used in Q2, and its basically the same thing, just because its possible to do, doesn't make it "kosher" to do. All extra assitance in general is cheating)
(This was a technique used in the early days of QW, Q2 and Q3. Might still be used in Q2, and its basically the same thing, just because its possible to do, doesn't make it "kosher" to do. All extra assitance in general is cheating)
BBQsauce wrote:
Lol. Seriously nothing to add to this. I am retarded, yea, cuz i thought warsow community was normal people while actually it's a bunch of shit sticks that rage their butt for a 25 substraction tool crafted by evil hobbits
So we are not normal just because we cleary understand when something isn't fair? Why would this be any different from the shitstorm that ZeRoQL had to withstand when the picture of his HUD that had item timings in it was shown at ESR? And it wasn't a huge surprise when he later got caught using wallhack. People who uses exploits no matter how little or severe just isn't playing fair.
So we are not normal just because we cleary understand when something isn't fair?
Calling others retard just because their pov is different about a minor debate in a game, is somewhat excessive behavior. Btw, you don't hold the truth and I don't think you "clearly understand when something isn't fair" any better than I or anybody else.
Why would this be any different from the shitstorm that ZeRoQL had to withstand when the picture of his HUD that had item timings in it was shown at ESR? And it wasn't a huge surprise when he later got caught using wallhack. People who uses exploits no matter how little or severe just isn't playing fair.
Strafe jumping is a game exploit fyi, and it certainly is a much more unfair advantage than this hud is. A whole lot of settings like r_gamma, cg_showtimer, drawflat, brightskins, fov, m_accel, oldmovement and whatnot, can give someone willing to tweak his conf a slight advantage over someone playing "factory" defaults and we're not even talking about having the better inet. Since anybody can have it and is tolerated by dev team this is much more about some people refusing a feature they consider would devalue their skill than about unfair exploit.
Where it gets ridiculous, it's that even so, the skill is pretty much the same with and without hud. Timing "skill" isn't about adding 25, and timing is only a component of duel skill. That feature count for nothing quite honnestly, the conflict is more about the principle of the feature than about what it will really change in the game and the skills it require.
(updated 2012-08-28 01:39:33)
Strafe jumping is a game exploit fyi
Officially untrue in warsow.

