Files

> > CS2D > Lua Scripts > [LUA] Team Wins HUD [0.2]
Files overviewCS2D overviewLua Scripts overview

English [LUA] Team Wins HUD [0.2] >

21 comments67 kb, 582 Downloads

old [LUA] Team Wins HUD [0.2]

Nekomata
User Off Offline

Well, I could not have come up with a better name.

This is a fairly simple HUD script. It visually displays the accumulated percentage winnings of each team. This HUD element is packed with options.


• Theme-able!
• Fade/Slide transitions
• Packed with options
• Every single element of the HUD is configurable

I really do not want to go over each and every options and they're already commented on with info in the script but I'll point out a few important ones here. The configuration is starts at the beginning of the script, it's hard not to notice. All the values you want to edit are in there.
Important Configurations >

Changelog >




Bitbucket (view the source)
edited 7×, last 18.12.15 05:24:00 am
Approved by Seekay

Download Download

67 kb, 582 Downloads

Comments

21 comments
Page
To the start Previous 1 2 Next To the start

Log in!

You need to log in to be able to write comments!Log in

old

BcY
Reviewer Off Offline

Completely deserves a cookie.
I like it!

old

NickRezzy
User Off Offline

Nice Work
:v
I like it!

old

apex2d
User Off Offline

yah, thanks mikachan but the thing i meant to be was, ex: CT: 15points, T:20points ( ct won 15rounds and the t won 20rounds

old

Nekomata
User Off Offline

Yes, find this line in the script
1
ct_hudtxt = ct_hudtxt..' ('..teamStats.config.UI.percentage_hudtxt.color..teamStats.vars.ct_percentile..'%'..teamStats.config.UI.ct_hudtxt.color..')'

Then find the % sign here and replace it what you want. note: this is only for the ct's side. You'll find another line under this one for the TT. Do the same thing to replace it.

I can't further elaborate at the moment, but do tell if you run into a problem.

old

apex2d
User Off Offline

Mikasa, can the hud be points? i mean not
Quote
%

old

eledah
User Off Offline

nice.
I like it!

old

Nonsense
User Off Offline

Simple but really good. Nice work.
I like it!

old

Inflexion
User Off Offline

good job, i win gg. best basic lua ever?

old

Ajmin
User Off Offline

Looks good
I like it!

old

Nekomata
User Off Offline

@user Pseudon; I completely forgot.
I've updated the download to version 0.2. It includes ct/tt points for all the game modes plus some bug fixes.
Have a look at the 5th screenshot!

old

GeoB99
Moderator Off Offline

Looks pretty neat and interesting, nothing to say more.
I like it!

old

Mami Tomoe
User Off Offline

waw
I like it!

old

Pseudon
User Off Offline

Does it work differently with Zombie game mode?
I like it!

old

Nekomata
User Off Offline

user Avo, I did prototype it as from a player-by-player perspective. Which had the options of players turning it off for themselves or letting alive players only view it. I disregarded that prototype however since it would've been less efficient, especially with server-side lags. (~100 image renders/transitions per player)

If it were to be that way then expect it without any transitions and slight lag. CS2D just might barely handle it. Not sure what you mean about the money thing, I haven't played CSGO.

user Jite, for a while, since the one for doghouse would be an experimental type thing. I'm not sure whether players would want it.

old

Jite
User Off Offline

@user zazz: ...
@user Nekomata: Looks quite well and usefull. Will it also get added on Doghouse? o.O
I like it!

old

zazz
User Off Offline

I love it.
You forgot to like @user Avo:
I like it!

old

Avo
User Off Offline

I would like to see this with money for spectators only. Just like in CSGO. Looks neat to me.

old

Nekomata
User Off Offline

I've re-uploaded the file to fix a minor bug.

Glad you liked my coding style, yanakanai-kun. Syntactic sugaring ftw!
To the start Previous 1 2 Next To the start