Change players avatar from server
Instructions on how you can change players avatars on your hosted source dedicated server.
This will not affect their real Steam profile avatar. You are just replacing a picture on the server.
- To enable this feature on the server, change cvar sv_reliableavatardata to
true
You can add this in ...cfg/server.cfg, it will reset setting on every map load.sv_reliableavatardata true
- Optional: To change all players avatar to one default picture.
Create picture, pixel size64 x 64
, save as PNG format, into your own game...<MOD>/avatars/
folder. Name file as "default.png"
For example CS2...steamapps\common\Counter-Strike 2\game\csgo\avatars\default.png
- Change avatar by SteamID64: Repeat process same way as above, but save PNG file as using player SteamID64 serial.
For example...steamapps\common\Counter-Strike 2\game\csgo\avatars\76561197988592905.png
- Max avatar PNG size on server: each PNG file size is limited to 16KB.
See also
Here YouTube video