CounterStrike Problem

aznmist

Golden Member
Dec 7, 2000
1,134
0
0
I can't get the consol out. I checked the cfg file and found it was binded to "~" and "`". Howeverm wehn i pressed those buttons, the console does nto pop up. Someone told me that they had this problem before but fogot how they fixed it.
 

MallowJr

Banned
Dec 20, 2000
801
0
0
I think you need -console in your command line though I'm not too sure, my command line shortcut is:
cstrike.exe -heapsize 98304 -nojoy -noipx -zone 1024 -dev -nointro -console -numericping -game cstrike


~ELmO
 

moneyshot

Member
Jun 24, 2001
108
0
0
-heapsize 98304 = allocates that amount of ram to the game
-nojoy = no joystick, the game doesn't look for a joystick
-numericping = displays the ping numerically as well as with the dots
 

MrHelpful

Banned
Apr 16, 2001
2,712
0
0
-dev

Does that mean when you connect to the game you get a list of what's happening? That thing is cool... :D
 

flipdon

Senior member
Feb 28, 2001
273
0
0
moneyshot i believe MrHelpful is trying to ask about -dev

does anyone know what exactly -dev and -zone 1024 does? or maybe a site where i can read about it?
 

ArmondoGates

Junior Member
Jun 24, 2001
2
0
0
-dev is the developer it turns on an option that shows everyline exicuted by the game so u can see your scripts being executed and it also shows all code and things during the game in the console and echos it to the top left hand corner

-zone is bit more tricky its a command used to legthen the ammount of lines a script can have in counterstrike/halflife default is 32 lines of code i think, -zone 1024 legthens its to 1024 lines of code before the script will no longer execute.

also ill add this one to the list
-toconsole
if u al do alot of direct connections and script executing this is a good tool loads counterstrike directly into the console window