RavioliRavioli Posted August 30, 2020 Share Posted August 30, 2020 Hey guys, I would like to know how I can add the name of my server to the scoreboard, besides this, change the colors of the columns and add players to teams when starting a job. I would really appreciate a help. Thanks Link to comment
Discord Moderators Zango Posted August 31, 2020 Discord Moderators Share Posted August 31, 2020 If you haven't already, you need to find the scoreboard resource, by default it will be in server\mods\deathmatch\resources\[gameplay]\scoreboard Scoreboard has a few different settings you can adjust. In meta.xml at the bottom you will find settings to toggle whether teams and country flag will always or never be shown. You can also disable colorcoded names there. You probably want to force teams to be shown. Change <setting name="*forceShowTeams" value="false" to <setting name="*forceShowTeams" value="true" Besides those settings there are some the players can change themselves. In the settings box you can toggle "Show info of server" to show server name. In dxscoreboard_clientsettings.lua you will find the default settings. Change ["showserverinfo"] = false, to ["showserverinfo"] = true, In there you can also change the color of the text on the columns. You can't change the background color of separate columns as scoreboard renders 1 background, but it can be changed. When you use the team functions (createTeam and setPlayerTeam) players are automatically grouped on the scoreboard. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now