Hello Facepunch!
I have recently been seeing many people asking for how to add ranks to their deathrun scoreboard, or how to change so and so to make this color that. So I decided to make, and release my own customizable Deathrun Scoreboard! (Mr. Gash's Deathrun)
Features:
-Ranks on Scoreboard
-Points on Scoreboard ( Pointshop 1 and 2, if you have neither, comment out line 56 of cl_scoreboard )
-Almost every color on the scoreboard is customizable, you make it how you like
GitHub with download:
[URL="https://github.com/xbeastguyx/Customizable-Deathrun-Scoreboard"]Download[/URL]
Examples:
My Personal Scoreboard:
[URL="http://cloud-4.steamusercontent.com/ugc/39743289282763732/2B98BB1EA417B7E98F9667933D5EEECD4984DA32/"]http://cloud-4.steamusercontent.com/ugc/39743289282763732/2B98BB1EA417B7E98F9667933D5EEECD4984DA32/[/URL]
Installation:
Drag and drop the beast-easy-sb folder into your addons, and restart. Then go to lua/autorun/sb-config.lua to modify for your liking!
Enjoy!
Thanks I have just installed this and added with my ranks and it is working, no issues, I can't thank you enough!
for what deathrun it is exactly? i know at least 3 different deathrun gamemodes floating arround here
[QUOTE=Tomelyr;47304588]for what deathrun it is exactly? i know at least 3 different deathrun gamemodes floating arround here[/QUOTE]
Silly me, it's for Mr. Gash's Deathrun.
Very nice indeed, but it seems to be bugged, you see, I'm the only superadmin (owner) but other admins get my tag too. What gives? Seems to be random.
[lua] for k, v in pairs( beastsb.ranks ) do
if ply:IsUserGroup( v[1] ) then
col = v[3]
rank = v[2]
elseif ply:SteamID() == "STEAM_0:0:59915803" then -- Please don't touch <3
col = Color( 0, 178, 238 )
rank = "Creator of this scoreboard!"
else
col = Color(0,0,0)
rank = ""
end
end
[/lua]
now it should work
[QUOTE=Tomelyr;47310764][lua] for k, v in pairs( beastsb.ranks ) do
if ply:IsUserGroup( v[1] ) then
col = v[3]
rank = v[2]
elseif ply:SteamID() == "STEAM_0:0:59915803" then -- Please don't touch <3
col = Color( 0, 178, 238 )
rank = "Creator of this scoreboard!"
else
col = Color(0,0,0)
rank = ""
end
end
[/lua]
now it should work[/QUOTE]
Another mistake by me. I had fixed this issue hours after I uploaded this, however I ran out of dropbox space and cannot upload it. I'll fix it somehow.
use github. Problem solved. Also then i could do something like this in an pull request.
[QUOTE=Tomelyr;47313994]use github. Problem solved. Also then i could do something like this in an pull request.[/QUOTE]
Thanks! I'll make one now.
On my Server only the last rank from the config list is getting changed.
[CODE]
beastsb.ranks = {
{ "user", "Rubblestone", Color( 0, 255, 0) },
{ "user2", "Stone", Color( 0, 255, 0) },
{ "user3", "Rock", Color( 0, 255, 0) }
}
[/CODE]
In this example only Players with rank "user3" would be listed as "Rock" (red) in the Scoreboard.
[QUOTE=Thendon;47323030]On my Server only the last rank from the config list is getting changed.
[CODE]
beastsb.ranks = {
{ "user", "Rubblestone", Color( 0, 255, 0) },
{ "user2", "Stone", Color( 0, 255, 0) },
{ "user3", "Rock", Color( 0, 255, 0) }
}
[/CODE]
In this example only Players with rank "user3" would be listed as "Rock" (red) in the Scoreboard.[/QUOTE]
Have you tried restarting your server?
EDIT: I think I made a little mistake, let me try something. Redownload in about 10 hours
HUGE MISTAKE BY ME! Redownload it, I have fixed that issue now.
User ranks aren't working properly for me, only owner and user seems to be. Also, is there any way to removed the points display in the scoreboard? Thanks for this, by the way.
[QUOTE=Ponsel;47330625]User ranks aren't working properly for me, only owner and user seems to be. Also, is there any way to removed the points display in the scoreboard? Thanks for this, by the way.[/QUOTE]
Remove line 62 of cl_scoreboard.lua, and send me a copy of your config. Also, are you using the latest version?
Yes, I've updated it. Here's my current config. [url]http://pastebin.com/YKzNhCVs[/url]
And removing line 62 works. Thanks! Although I'm still getting user and owner showing up as the specified color.
the only thing that is rambeling my jimmys is that the timer on your hud isn't aligned correctly :v:
besides that, good job!
[QUOTE=xbeastguyx;47323240]Have you tried restarting your server?
EDIT: I think I made a little mistake, let me try something. Redownload in about 10 hours
HUGE MISTAKE BY ME! Redownload it, I have fixed that issue now.[/QUOTE]
lol thanks :3 good job btw I love this scoreboard!
i'm having the same problem where only the last rank would be edited in the scoreboard, re downloaded and restarted the server still same issue :/
It seems I'm not the only one to have this issue. Only the last rank listed is colored on the scoreboard. Help?
My config is basically the same as Thendon's just different names and colors.
On my Server only the last rank from the config list is getting changed.
[QUOTE=luparev22;48202997]On my Server only the last rank from the config list is getting changed.[/QUOTE]
Yeah, let me change the download URL. This is way out of date.
[QUOTE=xbeastguyx;48216898]Yeah, let me change the download URL. This is way out of date.[/QUOTE]
The archive/zipped folder is invalid apparently. Re-upload?
[B]Edit:[/B] If anybody else is having trouble with this: [B][U]Open the folder in WinRAR/7zip[/U][/B] that the .rar/.zip is in, right-click it, and select 'Repair archive'. The rest is self-explanatory.
[QUOTE=OptimalVorteX;48237271]The archive/zipped folder is invalid apparently. Re-upload?
[B]Edit:[/B] If anybody else is having trouble with this: [B][U]Open the folder in WinRAR/7zip[/U][/B] that the .rar/.zip is in, right-click it, and select 'Repair archive'. The rest is self-explanatory.[/QUOTE]
Weird, haven't heard of this issue. I'll check it myself.
Fixed everything, check it out on the GitHub.
[QUOTE=xbeastguyx;48327923]Fixed everything, check it out on the GitHub.[/QUOTE]
Hey I have one big problem I installed the addon and Im using the right Deathrun gamemode but when I download the zip and put the scoreboard folder into my addons folder and restart my server the default scoreboard stays there!!!
[QUOTE=BabyRussia;49559841]Hey I have one big problem I installed the addon and Im using the right Deathrun gamemode but when I download the zip and put the scoreboard folder into my addons folder and restart my server the default scoreboard stays there!!![/QUOTE]
Make sure you have the gamemode folder containing the gamemode named "deathrun".
[QUOTE=xbeastguyx;49560271]Make sure you have the gamemode folder containing the gamemode named "deathrun".[/QUOTE]
Hey I added you on steam my name is Tekron can you accept it?
[editline]18th January 2016[/editline]
[QUOTE=xbeastguyx;49560271]Make sure you have the gamemode folder containing the gamemode named "deathrun".[/QUOTE]
So the path has to look like this
D:\Deathrun\garrysmod\gamemodes\deathrun\deathrun\gamemode
?
[QUOTE=xbeastguyx;49560271]Make sure you have the gamemode folder containing the gamemode named "deathrun".[/QUOTE]
Can you please help me I really want this
[QUOTE=BabyRussia;49580951]Can you please help me I really want this[/QUOTE]
garrysmod\gamemodes\deathrun\gamemode\
[QUOTE=BabyRussia;49560349]
So the path has to look like this
D:\Deathrun\garrysmod\gamemodes\deathrun\deathrun\gamemode
?[/QUOTE]
I'm assuming Deathrun is your location to keep your server? Anyway, no, it should be D:\Deathrun\garrysmod\gamemodes\deathrun\gamemode although that may have just been a mistype? If you don't have the actual game mode installed and just the workshop version (if that's a thing) download the one from github.
Edit:I got beat, either way my comment still stands.
I found out the problem the addon atags is interfering with the Scoreboard
Sorry, you need to Log In to post a reply to this thread.