Ceci est une archive non modifiable | This is an unmodifiable archive

Brèves

WebTV

Actualité de la scène

Compétitions

Forum
Index du forum > Counter-Strike:Global Offensive > Discussions > Autoexec complet pour ceux qui veulent
Autoexec complet pour ceux qui veulent - 3 messages, 1776 vues
1er message
Par TayZeur - 21/08/2014 14:35:08
Voici un autoexec complet avec toutes les commandes:

//Credits to "shaGuar" for the autoexec, edited and tweaked by me

//Auto Weapon Switch
cl_autowepswitch "1" // we want to pick up & switch to a rifle up if we're in the middle of firing our pistol

//Bobbing and Movement Shifting - remove all the dumb view bob
cl_viewmodel_shift_left_amt "0"
cl_viewmodel_shift_right_amt "0"
cl_bob_lower_amt "0"
cl_bobamt_lat "0"
cl_bobamt_vert "0"
cl_showloadout "1"
cl_bobcycle "1"

//Bypass OS Interface & Acceleration - yes
m_rawinput "1"
m_mouseaccel1 "0"
m_mouseaccel2 "0"

//Crosshair - adjust for preference or make your own, i just like this one, looks a bit like this:

cl_crosshairalpha "245"
cl_crosshaircolor "1"
cl_crosshaircolor_b "0"
cl_crosshaircolor_r "0"
cl_crosshaircolor_g "0"
cl_crosshairdot "1"
cl_crosshairgap "-1"
cl_crosshairsize "3"
cl_crosshairstyle "3"
cl_crosshairusealpha "1"
cl_crosshairthickness "1"
cl_fixedcrosshairgap "-1"
cl_crosshair_drawoutline "1"
cl_crosshair_outlinethickness "1"

//Deathcam - optional again
cl_disablefreezecam "1"

//Gun Tracers - these are bad, really misleading
r_drawtracers_firstperson "0"

//Help Messages - you dont need these
gameinstructor_enable "0"
cl_autohelp "0"
cl_showhelp "0"

//HUD - adjust for preference i guess
hud_scaling ".95"
hud_showtargetid "1"
cl_showfps "1"

//Max Ping - adjust for preference
mm_dedicated_search_maxping "100" // we dont wanna get put in a server where we have 200 ping

//MOTD - because ???? pinion
cl_disablehtmlmotd "1"
cl_downloadfilter "nosounds"


//Performance & Rates - rates for 128 tick servers, matchmaking is 64 but this is usually fine
cl_forcepreload "1"
cl_interp "0"
cl_interp_ratio "1"
cl_cmdrate "128"
cl_updaterate "128"
rate "128000"

//Radar - radar settings + adjustment on numpad enter
cl_radar_rotate "0"
cl_radar_always_centered "0"
cl_radar_scale "0.32"
cl_radar_icon_scale_min "0.5"

//Sound - less delayed, better sound
windows_speaker_config "1"
snd_mixahead "0.05"
snd_musicvolume "0"
snd_headphone_pan_exponent "2"
snd_headphone_pan_radial_weight "1"
snd_rear_headphone_position "90"

echo "Autoexec Config loaded" // make sure this autoexec does its fine
host_writeconfig
Réponse #2
Par Chka - 21/08/2014 16:06:39
Voici un autoexec complet avec toutes les commandes:

//Credits to "shaGuar" for the autoexec, edited and tweaked by me

//Auto Weapon Switch
cl_autowepswitch "1" // we want to pick up & switch to a rifle up if we're in the middle of firing our pistol

//Bobbing and Movement Shifting - remove all the dumb view bob
cl_viewmodel_shift_left_amt "0"
cl_viewmodel_shift_right_amt "0"
cl_bob_lower_amt "0"
cl_bobamt_lat "0"
cl_bobamt_vert "0"
cl_showloadout "1"
cl_bobcycle "1"

//Bypass OS Interface & Acceleration - yes
m_rawinput "1"
m_mouseaccel1 "0"
m_mouseaccel2 "0"

//Crosshair - adjust for preference or make your own, i just like this one, looks a bit like this:

cl_crosshairalpha "245"
cl_crosshaircolor "1"
cl_crosshaircolor_b "0"
cl_crosshaircolor_r "0"
cl_crosshaircolor_g "0"
cl_crosshairdot "1"
cl_crosshairgap "-1"
cl_crosshairsize "3"
cl_crosshairstyle "3"
cl_crosshairusealpha "1"
cl_crosshairthickness "1"
cl_fixedcrosshairgap "-1"
cl_crosshair_drawoutline "1"
cl_crosshair_outlinethickness "1"

//Deathcam - optional again
cl_disablefreezecam "1"

//Gun Tracers - these are bad, really misleading
r_drawtracers_firstperson "0"

//Help Messages - you dont need these
gameinstructor_enable "0"
cl_autohelp "0"
cl_showhelp "0"

//HUD - adjust for preference i guess
hud_scaling ".95"
hud_showtargetid "1"
cl_showfps "1"

//Max Ping - adjust for preference
mm_dedicated_search_maxping "100" // we dont wanna get put in a server where we have 200 ping

//MOTD - because ???? pinion
cl_disablehtmlmotd "1"
cl_downloadfilter "nosounds"


//Performance & Rates - rates for 128 tick servers, matchmaking is 64 but this is usually fine
cl_forcepreload "1"
cl_interp "0"
cl_interp_ratio "1"
cl_cmdrate "128"
cl_updaterate "128"
rate "128000"

//Radar - radar settings + adjustment on numpad enter
cl_radar_rotate "0"
cl_radar_always_centered "0"
cl_radar_scale "0.32"
cl_radar_icon_scale_min "0.5"

//Sound - less delayed, better sound
windows_speaker_config "1"
snd_mixahead "0.05"
snd_musicvolume "0"
snd_headphone_pan_exponent "2"
snd_headphone_pan_radial_weight "1"
snd_rear_headphone_position "90"

echo "Autoexec Config loaded" // make sure this autoexec does its fine
host_writeconfig



Sympa merci de partagé mais possible de détaillé chaque commande ? Pour savoir s'quon mets dans nos fichiers tout de même :)
Réponse #3
Par TayZeur - 21/08/2014 16:57:32
cl_autowepswitch "1" c'est pour le switch automatique tu peux le mettre à 0 si tu le souhaite.

//Bypass OS Interface & Acceleration - yes c'est concernant ta souris, à 1 tu as l'accélération à 0 tu la retire.

Le crosshair tu le met à ta guise.

//Help Messages - you dont need these c'est pour éviter d'avoir les messages pendant les mm etc...

Le sound tu peux laissé et radar à ta guise
Réponse #4
Par BabethKurwaNavi - 21/08/2014 17:22:33
T'es trop fort tu sais faire un copier coller d'un autoexec pour le partager !

Il a demandé de détailler chaque commande, pas de traduire les quote présent en français.

Page 1 sur 1