Cl avatar convert png: Difference between revisions
Jump to navigation
Jump to search

m (Replacing {{console command}}. This operation was performed by a bot.) |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{LanguageBar}} | ||
{{this is a|console command|name=cl_avatar_convert_png|game=Counter-Strike: Global Offensive}} | |||
{{Command|cl_avatar_convert_png}} is a console command that create PNG images from RBG files. It requires <code>[[sv_cheats]] 1</code> to work. | {{Command|cl_avatar_convert_png}} is a console command that create PNG images from RBG files. It requires <code>[[sv_cheats]] 1</code> to work. | ||
Line 10: | Line 11: | ||
<pre>Converted rgb 'avatars/default.rgb'->'avatars/default.png'.</pre> | <pre>Converted rgb 'avatars/default.rgb'->'avatars/default.png'.</pre> | ||
==See also== | ==See also== |
Revision as of 16:29, 31 May 2025


cl_avatar_convert_png
is a console command available in Counter-Strike: Global Offensive.
cl_avatar_convert_png is a console command that create PNG images from RBG files. It requires
sv_cheats 1
to work.
Move RGB files into game ...<MOD>/avatars/
folder. Launch game with console enabled, in mainmenu, turn sv_cheats 1
and use command cl_avatar_convert_png
Game will create PNG pictures from all valid RGB files inside ...<MOD>/avatars/
folder.
Console also spew output message:
Converted rgb 'avatars/default.rgb'->'avatars/default.png'.