Jump to content

[HELP] Editing scoreboard


Recommended Posts

  • Discord Moderators

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.

LtenfdD.png

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...