This is something I had made for a TTT community named Empyrean Gaming, releasing it to the public since I don't dev there anymore, and they have no problems with me releasing this.
[b]Screenshots[/b]
[t]https://dl.dropboxusercontent.com/u/8845827/Lua%20Files/deathbadge/badge2.jpg[/t]
[t]https://dl.dropboxusercontent.com/u/8845827/Lua%20Files/deathbadge/badge3.jpg[/t]
[t]https://dl.dropboxusercontent.com/u/8845827/Lua%20Files/deathbadge/badge4.jpg[/t]
[t]https://dl.dropboxusercontent.com/u/8845827/Lua%20Files/deathbadge/badge1.jpg[/t]
[b]Installation[/b]
Simply extract the package to your addons folder.
[b]Usage[/b]
There's a clientside CVar named "ttt_dmsg_seconds" which tells for how many seconds the panel must stay on. (default is 5 seconds)
[b][url=https://dl.dropboxusercontent.com/u/8845827/Lua%20Files/deathbadge/ttt_deathbadge.zip]Download Here[/url][/b]
[b]Credits[/b]
Me - all the coding
Whoever made the BebasNeue font.
Remember to report bugs, thanks.
this is awesome man nice job
adding it to my server :D
I have it on my server but do you know why tehre steam pictures are all like white glowed
White glowed? Could you provide a screenshot?
[QUOTE=cocobobo20;41240258]I have it on my server but do you know why tehre steam pictures are all like white glowed[/QUOTE]
[QUOTE=Loures;41241480]White glowed? Could you provide a screenshot?[/QUOTE]
i know what he is talking about. it only happens sometimes, but every once and a while, the profile picture has like a sort of lens flare or a "glow" layer over the picture. it doesn't happen every time though.
Do I have to upload to the FastDL?
[QUOTE=MONGLER;41244746]i know what he is talking about. it only happens sometimes, but every once and a while, the profile picture has like a sort of lens flare or a "glow" layer over the picture. it doesn't happen every time though.[/QUOTE]
I understand but if I don't have something to look at I can't really help you...
Thank you , I just added in my server .
But I have changed the pos of panel.
Before
[IMG]https://photos-1.dropbox.com/t/0/AADIgg1TEAPX2PNBCLfZwafJE3OFZhYKxKLfqVJTyKLa5Q/12/76193904/jpeg/32x32/3/_/1/2/2013-07-01_00003.jpg/d4kH1ZhC1SIH4mxtdAJ1ssWE1Mynoi0FfA7tirogtgo?size=1280x960[/IMG]
After
[IMG]https://photos-1.dropbox.com/t/0/AAA9e-OIlSR55HJM8rY_FX7hZ8WQXAvuFhFFb1GKuCAf1A/12/76193904/jpeg/32x32/3/_/1/2/2013-07-01_00005.jpg/yU_sDYIwxa4XQn6YYYHmlpVx2EGpIk_9L4gMHC_zg6k?size=1280x960[/IMG]
So now for the ppl not using 16:9 screen the panel would not hide the pointshop message
And I think the font didn't show on the panel.
[QUOTE=KingCentKing;41249189]Do I have to upload to the FastDL?[/QUOTE]
Nope, its just lua code so there's no need
[QUOTE=Loures;41250481]I understand but if I don't have something to look at I can't really help you...[/QUOTE]
[IMG]http://i.imgur.com/8sT5348.jpg[/IMG]
Looks like Loures' vtf for the center gradient is different than the stock one.
Yeah, I named my png file "center_gradient" which conflicts with the valve stock gradient.
[url=https://dl.dropboxusercontent.com/u/8845827/Lua%20Files/ttt_dmsg.zip]Download the fixed version[/url]
Nice work man! I am gonna install this to my server.
Really amazing work!
Beautiful, just saw this on a server and had to look it up!
Nice work. On my server now :)
Only one problem I've seen so far, not sure if it's something on my end or not.
The BebasNeue font seems to be downloading every time we load into the server or the map changes. I've tried adding it to my servers Force Download lua to see if that helps, and it doesn't seem to. Maybe I'm doing it wrong (I've never had to install a new font on my server?) but I can't seem to figure out how to get it working correctly.
This addon is beautiful and works great otherwise. :) Just that one tiny problem that we haven't been able to resolve yet.
Tried this out and it works.
But I don't get the pictures from the profiles, just getting a pink screen.
Did I miss something?
[QUOTE=Oggy;41311145]Tried this out and it works.
But I don't get the pictures from the profiles, just getting a pink screen.
Did I miss something?[/QUOTE]
I actually have this happen a lot to, don't know why some times the image will be there and other times its just a pink and black checker board.
[QUOTE=Thetomm2010;41320536]I actually have this happen a lot to, don't know why some times the image will be there and other times its just a pink and black checker board.[/QUOTE]
Me neither, are you sure you're using the latest version?
[img]http://cloud-3.steampowered.com/ugc/577869232751275447/B90101F9F91AADA679A1C2928EC10F6A3458CDEC/[/img]
Basically not showing the picture :(
Every time, I used the version of your 1st post and the fixed one.
Changed map to ensure it got the change but did not work either.
It also DLed the materials/resource files every time you joined the server.
That's an issue with your FastDL
[QUOTE=Gamz365;41524605]That's an issue with your FastDL[/QUOTE]
How would I add the Steam Profile Pictures to my FastDL?
That's definitely an issue with your fastdl
I have a fastdl server and the picture just show Black.
local grad = vgui.Create("DMSG.Gradient", holder)
grad:SetPos(8, lbl:GetTall() - 2)
grad:SetSize(128, 128)
local avatar = vgui.Create("AvatarImage", [U]gra[/U]d)
avatar:SetPos(4, 0)
if !ply:IsPlayer() or ply:IsBot() then
avatar:SetSize(128, 128)
avatar:SetPlayer(ply, 128)
else
avatar:SetSize(184, 184)
avatar:SetPlayer(ply, 184)
end
When i changed out[U] Grad with Panel [/U]i can see the steam id picture up in the corner and wont go away.
could you please help me?
print screen: [url]http://prntscr.com/1lxdrm[/url]
Looks great, thanks for upload
How can I remove the first person camera when I die
Delete it in the code so it doesn't override the default third-person camera.
Im having a bug when people kill someone the profile picture appears black instead of showing a picture
Sorry, you need to Log In to post a reply to this thread.