Pokki
01. November 2006, 14:39
Hi leude ,
Ich möchte gerne meine CS:S Config umstellen damit die auch in CS1.6 läuft.
Hier ist sie:
// Cfg for Counter-Strike Source
///rate "9999" //maximal nutzbare Bandbreite (9999 bei DSL>768kb)
//cl_cmdrate "35" //max Anzahl von Paketen pro Sek. Client-Server (30)
//cl_updaterate "20" //max Anzahl von Paketen pro Sek. Server-Client (20)
//cl_resend "6" //Verzögerung in Sek., bevor der Client ein "connect" sendet (6)
//cl_cmdbackup "30" //Anzahl der wiederholten Sendung von Befehlen wg LOSS (2)
//cl_timeout "60" //Zeitraum bis zum Timeout durch Client bei NoPingReply (35)
//cl_interp "0.1" //interpoliert die Objekt-Positionen, ehemals ex_interp (0.1)
//cl_interpolate "1.0" //interpoliert die Entität clientseitig(1.0)
//cl_smooth "1" //Glättung der Ansicht des Original nach der Fehlervorhersage, (1)
//cl_predict "1" //Perform client side prediction (1)
//cl_lagcompensation "1" //Perform server side lag compensation of weapon firing events (1)
violence_hblood "1"
violence_ablood "1"
violence_agibs "1"
violence_hgibs "1"
hud_fastswitch "1"
con_enable "1"
rate "25000"
cl_rate "25000"
cl_updaterate "101"
cl_cmdrate "101"
cl_cmdbackup "0"
cl_resend "0"
ex_interp "0"
cl_dlmax "0"
gl_max_size "512"
gl_polyoffset "0.1"
fps_max "101"
//multiplayer client (cl_)
cl_dynamiccrosshair "0"
cl_crosshairscale "2000"
//KEYBOARD
unbindall
// NetGraph Toggle
bindtoggle z net_graph 3
alias ngraph3 "net_graph 3; alias ngraph ngraph0"
alias ngraph0 "net_graph 0; alias ngraph ngraph3"
alias ngraph "ngraph3"
bind "F11" "ngraph"
// MOVEMENT
bind "w" "+forward"
bind "s" "+back"
bind "d" "+moveright"
bind "a" "+moveleft"
bind "SPACE" "+jump"
bind "SHIFT" "+duck"
// Schleichen Toggle
alias schleichenON "+speed;alias schleichen schleichenOFF;echo Sneak mode ON"
alias schleichenOFF "-speed;alias schleichen schleichenON;echo Sneak mode OFF"
alias schleichen "schleichenON"
bind "CTRL" "schleichen"
// Duckjumb
bind "q" "+cjump"
alias +cjump "+jump; +duck"
alias -cjump "-jump; -duck"
//COMBAT
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "MOUSE3" "+reload"
bind "MOUSE5" "slot3" //Messer
bind "MOUSE4" "slot1" //Primärewaffe
bind "1" "drop" //Waffe wegwerfen
bind "2" "impulse 201" //Spraylogo
bind "r" "slot4" //Granaten
bind "c" "slot5" //Bombe
bind "f" "slot2" //Sekundäre Waffe
bind "e" "+use" //benutzen
bind "4" "lastinv"
bind "5" "nightvision"
// COMMUNICATION
bind "t" "messagemode"
bind "z" "messagemode2"
bind "3" "+voicerecord" //Ingame Voice
// MENU
bind "KP_DEL" "buymenu"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"
bind "0" "slot10"
bind "," "buy primammo"
bind "." "buy secammo"
bind "F9" "jpeg"
// MISCELLANEONS
bind "MWHEELDOWN" "invprev" //Vorherige Waffe
bind "MWHEELUP" "invnext" //Nächste Waffe
bind "TAB" "+showscores" //Punkteliste
bind "ESCAPE" "cancelselect"
bind "m" "chooseteam" //Team wählen
bind "\" "toggleconsole"
bind "~" "toggleconsole"
bind "`" toggleconsole
con_enable "1"
bind "kp_end" "buy deagle; buy secammo"
bind "kp_downarrow" "buy mp5navy; buy primammo"
bind "kp_pgdn" "buy sg550; buy aug; buy primammo"
bind "kp_leftarrow" "buy awp; buy primammo"
bind "kp_5" "buy ak47; buy m4a1; buy primammo; buy flashbang; buy flashbang; buy hegrenade; buy defuser; buy vesthelm; buy smokegrenade"
bind "kp_rightarrow" "buy scout; buy primammo"
bind "kp_minus" "buy flashbang; buy flashbang; buy hegrenade; buy smokegrenade"
bind "kp_plus" "buy vesthelm"
bind "kp_enter" "buy defuser"
// WEAPON SCRIPS
// Pistolen:
// "Glock18 Select Fire" - glock
// "H&K USP .45 Tactical" - usp
// "SIG P228" - p228
// "Desert Eagle" - deagle
// "FN Five-Seven" - fiveseven
// "Dual Beretta 96G Elite" - elite
// Shotguns:
// "Benelli M3 Super90" - m3
// "Benelli XM1014" - xm1014
// SMG's:
// "Steyr Tactical Machine Pistol" - tmp
// "Ingram MAC-10" - mac10
// "H&K MP5-Navy" - mp5navy
// "H&K UMP45" - ump45
// "FN P90" - p90
// Sturmgewehre:
// "Galil" - galil
// "Famas" - famas
// "AK-47" - ak47
// "Colt M4A1 Carbine" - m4a1
// "SIG SG-552 Commando" - sg552
// "Steyr Aug" - aug
// Snipergewehre:
// "Steyr Scout" - scout
// "SIG SG-550 Sniper" - sg550
// "AI Arctic Warfare/Magnum" - awp
// "H&K G3/SG-1 Sniper Rifle" - g3sg1
// Maschienengewehre:
// "FN M249 Para" - m249
// Munition:
// "Primary Ammo" - primammo
// "Secondary Ammo" - secammo
// Equipment:
// Kevlar Weste" - vest
// Kevlar Weste & Helm" - vesthelm
// Flashbang" - flashbang
// HE Grenade" - hegrenade
// Smoke Grenade" - smokegrenade
// Defuse Kit" - defuser
// NightVision Goggles" - nvgs
kann ich die einfach so kopieren ?
oder muss ich da einige sachen umbauen ?
MFG
Ich möchte gerne meine CS:S Config umstellen damit die auch in CS1.6 läuft.
Hier ist sie:
// Cfg for Counter-Strike Source
///rate "9999" //maximal nutzbare Bandbreite (9999 bei DSL>768kb)
//cl_cmdrate "35" //max Anzahl von Paketen pro Sek. Client-Server (30)
//cl_updaterate "20" //max Anzahl von Paketen pro Sek. Server-Client (20)
//cl_resend "6" //Verzögerung in Sek., bevor der Client ein "connect" sendet (6)
//cl_cmdbackup "30" //Anzahl der wiederholten Sendung von Befehlen wg LOSS (2)
//cl_timeout "60" //Zeitraum bis zum Timeout durch Client bei NoPingReply (35)
//cl_interp "0.1" //interpoliert die Objekt-Positionen, ehemals ex_interp (0.1)
//cl_interpolate "1.0" //interpoliert die Entität clientseitig(1.0)
//cl_smooth "1" //Glättung der Ansicht des Original nach der Fehlervorhersage, (1)
//cl_predict "1" //Perform client side prediction (1)
//cl_lagcompensation "1" //Perform server side lag compensation of weapon firing events (1)
violence_hblood "1"
violence_ablood "1"
violence_agibs "1"
violence_hgibs "1"
hud_fastswitch "1"
con_enable "1"
rate "25000"
cl_rate "25000"
cl_updaterate "101"
cl_cmdrate "101"
cl_cmdbackup "0"
cl_resend "0"
ex_interp "0"
cl_dlmax "0"
gl_max_size "512"
gl_polyoffset "0.1"
fps_max "101"
//multiplayer client (cl_)
cl_dynamiccrosshair "0"
cl_crosshairscale "2000"
//KEYBOARD
unbindall
// NetGraph Toggle
bindtoggle z net_graph 3
alias ngraph3 "net_graph 3; alias ngraph ngraph0"
alias ngraph0 "net_graph 0; alias ngraph ngraph3"
alias ngraph "ngraph3"
bind "F11" "ngraph"
// MOVEMENT
bind "w" "+forward"
bind "s" "+back"
bind "d" "+moveright"
bind "a" "+moveleft"
bind "SPACE" "+jump"
bind "SHIFT" "+duck"
// Schleichen Toggle
alias schleichenON "+speed;alias schleichen schleichenOFF;echo Sneak mode ON"
alias schleichenOFF "-speed;alias schleichen schleichenON;echo Sneak mode OFF"
alias schleichen "schleichenON"
bind "CTRL" "schleichen"
// Duckjumb
bind "q" "+cjump"
alias +cjump "+jump; +duck"
alias -cjump "-jump; -duck"
//COMBAT
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "MOUSE3" "+reload"
bind "MOUSE5" "slot3" //Messer
bind "MOUSE4" "slot1" //Primärewaffe
bind "1" "drop" //Waffe wegwerfen
bind "2" "impulse 201" //Spraylogo
bind "r" "slot4" //Granaten
bind "c" "slot5" //Bombe
bind "f" "slot2" //Sekundäre Waffe
bind "e" "+use" //benutzen
bind "4" "lastinv"
bind "5" "nightvision"
// COMMUNICATION
bind "t" "messagemode"
bind "z" "messagemode2"
bind "3" "+voicerecord" //Ingame Voice
// MENU
bind "KP_DEL" "buymenu"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"
bind "0" "slot10"
bind "," "buy primammo"
bind "." "buy secammo"
bind "F9" "jpeg"
// MISCELLANEONS
bind "MWHEELDOWN" "invprev" //Vorherige Waffe
bind "MWHEELUP" "invnext" //Nächste Waffe
bind "TAB" "+showscores" //Punkteliste
bind "ESCAPE" "cancelselect"
bind "m" "chooseteam" //Team wählen
bind "\" "toggleconsole"
bind "~" "toggleconsole"
bind "`" toggleconsole
con_enable "1"
bind "kp_end" "buy deagle; buy secammo"
bind "kp_downarrow" "buy mp5navy; buy primammo"
bind "kp_pgdn" "buy sg550; buy aug; buy primammo"
bind "kp_leftarrow" "buy awp; buy primammo"
bind "kp_5" "buy ak47; buy m4a1; buy primammo; buy flashbang; buy flashbang; buy hegrenade; buy defuser; buy vesthelm; buy smokegrenade"
bind "kp_rightarrow" "buy scout; buy primammo"
bind "kp_minus" "buy flashbang; buy flashbang; buy hegrenade; buy smokegrenade"
bind "kp_plus" "buy vesthelm"
bind "kp_enter" "buy defuser"
// WEAPON SCRIPS
// Pistolen:
// "Glock18 Select Fire" - glock
// "H&K USP .45 Tactical" - usp
// "SIG P228" - p228
// "Desert Eagle" - deagle
// "FN Five-Seven" - fiveseven
// "Dual Beretta 96G Elite" - elite
// Shotguns:
// "Benelli M3 Super90" - m3
// "Benelli XM1014" - xm1014
// SMG's:
// "Steyr Tactical Machine Pistol" - tmp
// "Ingram MAC-10" - mac10
// "H&K MP5-Navy" - mp5navy
// "H&K UMP45" - ump45
// "FN P90" - p90
// Sturmgewehre:
// "Galil" - galil
// "Famas" - famas
// "AK-47" - ak47
// "Colt M4A1 Carbine" - m4a1
// "SIG SG-552 Commando" - sg552
// "Steyr Aug" - aug
// Snipergewehre:
// "Steyr Scout" - scout
// "SIG SG-550 Sniper" - sg550
// "AI Arctic Warfare/Magnum" - awp
// "H&K G3/SG-1 Sniper Rifle" - g3sg1
// Maschienengewehre:
// "FN M249 Para" - m249
// Munition:
// "Primary Ammo" - primammo
// "Secondary Ammo" - secammo
// Equipment:
// Kevlar Weste" - vest
// Kevlar Weste & Helm" - vesthelm
// Flashbang" - flashbang
// HE Grenade" - hegrenade
// Smoke Grenade" - smokegrenade
// Defuse Kit" - defuser
// NightVision Goggles" - nvgs
kann ich die einfach so kopieren ?
oder muss ich da einige sachen umbauen ?
MFG