Change players avatar from server: Difference between revisions
Jump to navigation
Jump to search
m (→See Also: youtube video added) |
Thunder4ik (talk | contribs) m (→See also: clean up, replaced: See Also → See also) |
||
Line 16: | Line 16: | ||
==See | ==See also== | ||
[[cl avatar convert rgb|cl_avatar_convert_rgb]] | [[cl avatar convert rgb|cl_avatar_convert_rgb]] | ||
Revision as of 02:06, 6 January 2024
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