Counter-Strike 2

Counter-Strike 2

Not enough ratings
Server Side Names
By BJERRE
This guide is for Server Ops that need to have playernames set by the server, so the op can ctl player bad names and sponsors
   
Award
Favorite
Favorited
Unfavorite
Introduction
Hi Server Ops!

This guide will show you how to have player names enforced by the server.
This will help you with managing player names that they are not sexual or not acceptable

Prerequisite
CVARS
For this project to work we need to apply a parameter to the launch options.
+sv_load_forced_client_names_file namesfile.txt

The namesfile.txt is the default name for the file that we store names in.
You could use different files for different events but we stick to the default naming.

Exampel:
srcds -game csgo -console -usercon +game_type 0 +game_mode 1 +mapgroup mg_bomb +map de_dust2 -tickrate 128 +sv_load_forced_client_names_file namesfile.txt

namesfile.txt formating and placement
We need to create a file called namesfile.txt in main csgo dir.



!!OBS!!
You need to use this ->> " and not this ->> ”
And the file need to be in ANSI format.

It need to be formated like this:

"Names" { "765611979849XXXX" "KennyS" "765611979800YYYY" "ApeX" "765611979800FFFF" "OBSERVER" }

Last note & Thanks to
Thanks for reading!
Read the other guides that i have made:
CS:GO Dedicated Server server cfg[kortlink.dk]
CS:GO I 30 Sec timeout settings[kortlink.dk]


Leagueoperations.
A collection of talented and hard working Nordic Referees, Server Operators, Player Managers and Developers that enjoy making the best and most smooth event as possible. Leagueoperations main goal is to run event and educate the next line of League Ops

Individuals
FaKe -N- (aka) My best friend the grammar nazi
5 Comments
zfg May 3, 2020 @ 10:42am 
but get5 can only change a whole team at a time, is there any possible ways to actually set a certain player clan tag in the get5 config?
BJERRE  [author] May 3, 2020 @ 8:00am 
Hi EasywareZ AS.

Yes, but not just an easy way.
I use this together with get5 with sets the Clan tags.
I have no idea on how to set this without sourcemod
zfg May 3, 2020 @ 5:21am 
I meant, If you forced their player names it won't show their own clan tags. Is there anyway to show their clantags with their forced names on?
BJERRE  [author] Apr 10, 2020 @ 2:29am 
I force clantags via my match management system Get5.
Find it on github, it's made by splewis
https://github.com/splewis/get5
device Apr 10, 2020 @ 12:09am 
how about clan tags?