Jump to content

? servers

? players online

Css

Recommended Posts


  • Content Count:  1755
  • Joined:  06/06/07
  • Status:  Offline

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?

Link to comment

  • Content Count:  2488
  • Joined:  10/08/07
  • Status:  Offline

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.

Link to comment

  • Content Count:  3440
  • Joined:  12/12/07
  • Status:  Offline

The console command for a name change is:

 

name

 

Minus the brackets.

 

You will need to put the name in quotes if you have spaces in the name.

Link to comment

  • Content Count:  2445
  • Joined:  05/15/07
  • Status:  Offline

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".

Link to comment

  • Content Count:  1755
  • Joined:  06/06/07
  • Status:  Offline

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.

 

Could you give me an example lol?

Link to comment

  • Content Count:  602
  • Joined:  05/12/08
  • Status:  Offline

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 :

name VirDeBello Likes Cheeseburgers

(of course you can change VirDeBello Likes Cheeseburgers to what name you would like to have in game) and save the Text Document.

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.

Edited by AndreiD
Link to comment

  • Content Count:  2488
  • Joined:  10/08/07
  • Status:  Offline

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:

Edited by raven maniac
Link to comment

  • Content Count:  602
  • Joined:  05/12/08
  • Status:  Offline

The "" aren't compulsory, this is my autoexec.cfg and it works for me ! :

////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

 

This config has the CAL/CLANBASE/ETC... correct rates.

Link to comment

Reply to Thread

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...