Change players avatar from server: Difference between revisions
Jump to navigation
Jump to search
m (fix _) |
m (→See Also: youtube video added) |
||
Line 24: | Line 24: | ||
[[Category:Dedicated Server]] | [[Category:Dedicated Server]] | ||
Here [https://www.youtube.com/watch?v=yXeKtQ-DWf8 YouTube video] | |||
[[Category:Counter-Strike: Global Offensive]] | [[Category:Counter-Strike: Global Offensive]] |
Revision as of 09:59, 1 March 2023
This is a example of how you can change players avatar from hosted source dedicated server.
This not affect they real avatar from Steam profile. You are just replacing picture from hosted server.
- To enable this feature in server, change cvar sv_reliableavatardata to
2
You can add this in ...cfg/server.cfg, it will reset setting on every map load.sv_reliableavatardata 2
- 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 CS:GO...steamapps\common\Counter-Strike Global Offensive\csgo\avatars\default.png
- Launch your game with console enabled, in main menu, turn
sv_cheats 1
and use commandcl_avatar_convert_rgb
You should have now new RGB file in folder...<MOD>/avatars/default.rgb
- Move this RGB file into your hosted server
...<MOD>/avatars/default.rgb
- 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 Global Offensive\csgo\avatars\76561197988592905.png
See Also
Here YouTube video