PDA

View Full Version : Css



VirDeBello
20 May 2008, 02:04pm
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?

raven maniac
20 May 2008, 02:09pm
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.

Lemmings19
20 May 2008, 02:43pm
The console command for a name change is:

name <name>

Minus the brackets.

Itch
20 May 2008, 03:08pm
The console command for a name change is:

name <name>

Minus the brackets.

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

LitKey
20 May 2008, 06:09pm
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".

phatman76
20 May 2008, 06:21pm
you probably change it then hit cancel. Make sure to hit "apply" before exiting the options menu or it will not change your name.

VirDeBello
21 May 2008, 04:14am
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?

AndreiD
21 May 2008, 08:40am
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.

raven maniac
21 May 2008, 08:44am
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:

AndreiD
21 May 2008, 10:51am
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.

Itch
21 May 2008, 11:00am
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.

The quotes are only needed if you have spaces in your name..

EX: name AndreiD - wouldn't need quotes.
EX: name "SG AndreiD" - would need quotes.

AndreiD
21 May 2008, 11:03am
You only need quotes on CS 1.6, on CSS you do NOT need quotes.

VirDeBello
21 May 2008, 01:33pm
lol I just went into consule and did the name thing and it worked so thanks for the help.