4est, I need help

D€vIL²

Newbie
Joined
Nov 18, 2004
Messages
899
Reaction score
0
Hey thanks for helping me with the CFG questions, it looks like you really know what your doing. I have another question though.

I took some commands that i saw in your post and I started the game and it crashed, take a look at what I entered in and see if theres anything that looks like it wasen't done right.

anyone else who knows about this stuff feel free to try to help me.

this is what my autoexec.cfg looks like:
____________________________________________________

sv_cheats "1"

jpeg_quality "100"

sv_forcepreload "1"
cl_forcepreload "1"

cl_ragdoll_collide "1"
r_lod "-2"

violence_ablood "1"
violence_agibs "1"
violence_hblood "1"
violence_hgibs "1"

cl_ejectbrass "1"
cl_show_bloodspray "1"
cl_show_splashes "1"

exec userconfig.cfg
____________________________________________________

this is what my userconfig.cfg looks like:
____________________________________________________

sv_cheats "1"

alias medwait "wait; wait; wait; wait"
alias longwait "medwait; medwait; medwait; medwait"

alias +slow "fadeout; longwait; longwait; fadein;host_timescale .4;phys_pushscale 5;sv_gravity 500"
alias -slow "fadeout; longwait; longwait; fadein;host_timescale 1;phys_pushscale 1;sv_gravity 600"
bind "b" +slow

alias +slow "host_timescale .4;phys_pushscale 5;sv_gravity 500"
alias -slow "host_timescale 1;phys_pushscale 1;sv_gravity 600"
bind mouse2 +slow

bind "p" "npc_create npc_zombie"
bind "o" "npc_create_equipment weapon_smg1; wait; npc_create npc_combine_s"
bind "i" "npc_create_equipment weapon_smg1; wait; npc_create npc_citizen"
bind "m" "ai_disable"
bind "v" "impulse 101"
bind "l" "npc_create npc_crow"
bind "k" "npc_create npc_pigeon"

alias photo "cl_drawhud 0; r_drawviewmodel 0; bind kp_minus noto"
alias noto "cl_drawhud 1; r_drawviewmodel 1; bind kp_minus photo"
bind kp_minus photo

alias nohair "crosshair 0; bind kp_plus xhair"
alias xhair "crosshair 1; bind kp_plus nohair"
bind kp_plus nohair

exec userconfig.cfg
___________________________________________________

I don't know how its supposed to be set up to work so I need help.
 
Back
Top