For some reason I can not change my in-game name in CSS. It just stays at VirDeBello and changes to nothing else. I tried to put my tags back in but they don't stay. So what happened? Or whats the console command to do it?










do you have a cfg in that changes your name back to "VirDeBello"?
if you cant change it in the options menu then just goto your cstrike folder then to cfg and change your config.cfg and put a line in at the end to say: name "[tags] VirDeBello" and it should change your name.
>> http://www.youtube.com/watch?v=akHsse2ijYU << To Kill the King - Birthday Sex
You may have your config set to "read-only". Change this by going into your cstrike folder, right clicking your config.cfg, clicking properties, and unticking the box for "read-only".







you probably change it then hit cancel. Make sure to hit "apply" before exiting the options menu or it will not change your name.
Microshock: this is more than videogames
Microshock: its called HUMAN FUCKING DECENCY
Microshock: HUMAN DECENCY
Go to your Counter Strike : Source cfg directory.
Path : Path\Steam\steamapps\SteamUser\counter-strike source\cstrike\cfg
Where the underlined Path is the path to the Steam directory on your Hard Drive, and the underlined Steam User is your Steam ID.
In the CFG directory you find config.cfg and other files, don't delete or modify any of them, just create a new text document.
Open that new text document you made and introduce this stuff in it :
(of course you can change VirDeBello Likes Cheeseburgers to what name you would like to have in game) and save the Text Document.Code:name VirDeBello Likes Cheeseburgers
Now after you saved the document, you should rename it to autoexec.cfg
If you have Windows XP and can't see the file extensions, on Windows Explorer, go to TOOLS -> Folder Options -> View -> Uncheck the : Hide extensions for known file types Field.
You can always modify the name in the autoexec.cfg file to your heart's desire, but the changes will take effect only when the file is loaded by CSS, aka when you start the game.
Also if you don't want to fuss with making new files, you can just change config.cfg status from Read Only.
Last edited by AndreiD; 21 May 2008 at 03:42pm.










I most certainly can!
AndreiD, yours is also correct but in your code if you have spaces in the name you need to use "" around the name :thumbup:
Last edited by raven maniac; 21 May 2008 at 04:09pm.
>> http://www.youtube.com/watch?v=akHsse2ijYU << To Kill the King - Birthday Sex
The "" aren't compulsory, this is my autoexec.cfg and it works for me ! :
This config has the CAL/CLANBASE/ETC... correct rates.Code:////AndreiD CFG name AndreiD ////Rate cl_cmdrate "101" cl_updaterate "101" rate "25000" cl_interp "0.01" cl_interpolate "1" cl_lagcompensation "1" cl_lagcomp_errorcheck "0" cl_smooth "1" cl_smoothtime "0.01" ////Crosshair cl_dynamiccrosshair "0" cl_crosshairalpha 9999 cl_crosshairscale 2250 sensitivity "2.5" ////Sound volume "100.00" snd_digital_surround "1" snd_musicvolume "0.000000" ////Net Graph net_graph 3 net_graphheight 60 net_graphpos 170 ////FPS fps_max 101 ////Blood violence_ablood "1" violence_agibs "1" violence_hblood "1" violence_hgibs "1" ////Misc m_filter "0" cl_forcepreload "1" bind "MWHEELUP" "+jump" bind "MWHEELDOWN" "+jump" ///Scripts ///Gamma alias gamma_bright "mat_monitorgamma 1.6 ;bind pgdn gamma_normal" alias gamma_normal "mat_monitorgamma 1.8 ;bind pgdn gamma_dark" alias gamma_dark "mat_monitorgamma 2.0 ;bind pgdn gamma_bright" bind pgdn "gamma_bright" clear