Cl avatar convert png: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(created)
 
mNo edit summary
 
(8 intermediate revisions by 6 users not shown)
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>


{{Note|Works {{only|{{csgo}}}} ?}}
==See Also==
[[cl_avatar_convert_rgb]]
[[sv_reliableavatardata]]
[[Change players avatar from server]]


[[Category:Console Commands]]
== See also ==
* [[cl_avatar_convert_rgb]]
* [[sv_reliableavatardata]]
* [[Change players avatar from server]]

Latest revision as of 16:31, 31 May 2025

English (en)Translate (Translate)

cl_avatar_convert_png is a console command available in Counter-Strike: Global Offensive 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'.


See also