MSC crashes

Stoned

New Adventurer
Joined
Jul 24, 2009
Messages
856
Reaction score
0
Age
28
I recently started crashing after I deleted some config files. I was trying to fix some screen resolution issues and cartman said to try and delete the user config, etc, but that really didnt work. In fact, it made it worse...for some reason +uber doesnt work (I tried bind z +uber and that was unsuccessful). I tried re-installing the MAY2010a betapackage and even that did not work. Any clues?
 

zeus9860

Active Adventurer
The True Followers of the Lost
Crusaders
Blades of Urdual
Alpha Tester
Joined
Feb 28, 2008
Messages
2,581
Reaction score
37
Age
32
Location
lolwut
Well, you pretty much fucked it up so i dunno. Since you tried re-installing the patch and not the mod itself, i say you should try reinstalling it completly or just wait for the new full installer anyways... Your choice.

Other than that you can try deleting everything in the halflife/msc directory and see if it works after... rofl. :roll:
 

The Man In Black

Administrator
Staff member
Administrator
Moderator
RiP
Joined
Jul 9, 2006
Messages
6,904
Reaction score
71
+uber doesn't work because you deleted it. There's no MS:C command called +uber, it's an alias command that's set up in the userconfig.cfg.

Code:
//Included Combos
//- Useful for consolidating get items and +use object
alias +getuse "get;+use"
alias -getuse "-use"

//- Consolidates charge and attack - downside is you can't hold to repeatedly attack
alias +uber "+attack;wait;wait;+special"
alias -uber "-attack;wait;wait;-special"

That be what you need to put in there. And the reason installing the patch didn't work is because it'd be stupid to overwrite configurations every patch. >_>
 

cartman-2000

New Adventurer
Blades of Urdual
Joined
Jun 6, 2010
Messages
160
Reaction score
0
Age
39
Location
Beaverton, Oregon
this is what I have in my userconfig.cfg
Code:
//Included Combos
//- Useful for consolidating get items and +use object
alias +getuse "get;+use"
alias -getuse "-use"

//- Consolidates charge and attack - downside is you can't hold to repeatedly attack
alias +uber "+attack;wait;wait;+special"
alias -uber "-attack;wait;wait;-special"

exec autoexec.cfg
r_detailtextures 1

r_mmx 1
net_graphwidth 200
voice_dsound 0
voice_avggain 0.9
voice_maxgain  250

gl_round_down 0
gl_texturemode GL_LINEAR_MIPMAP_LINEAR
gl_dither "0"

gl_ztrick 0 //new ATI wont support gl_ztrick 1
gl_keeptjunctions 1 //0 might skew the order of processing on newer cards
gl_lightholes 1 //0 might skew the order of processing on newer cards
gl_max_size 512 //less will cause memory fragmentation on newer cards
gl_palette_tex 0 //ATI doesn't support palette textures proper in OpenGL


fps_max "1000"
fps_modem 1000
default_fov 105
ms_txthud_bgtrans 0

if you delete config files you should only delete the config.cfg file as there's alias commands in the userconfig file.

the 105 fov is what you need for proper field of view at 16:9 resolutions.

and resolution settings can't be changed in the config files, it can only be modified in the registry(without using the -w -h flags.).
 
Top