Absurd Minds
http://forums.absurdminds.net/

2015 AM Configs
http://forums.absurdminds.net/viewtopic.php?f=65&t=3049
Page 1 of 2

Author:  Amaroq [ 09 Jun 2013 02:26 ]
Post subject:  Post your autoexec

Just for the benefit of new players, let's all post our autoexec.
Code:
//Legal Weapon Shifting
cl_viewmodel_shift_right_amt "0"
cl_viewmodel_shift_left_amt "0"
cl_bob_lower_amt "0"
cl_bobamt_lat "0"
cl_bobamt_vert "0"
cl_bobcycle ".98"

r_drawtracers_firstperson "0"
cl_disablehtmlmotd "0"

viewmodel_fov "54"
viewmodel_offset_x "2"
viewmodel_offset_y "0"
viewmodel_offset_z "-2"

//Headphone Sound 
windows_speaker_config "1"
snd_mixahead "0.05"
snd_musicvolume "0"
snd_musicvolume_multiplier_inoverlay "0"
snd_headphone_pan_exponent "1"
snd_headphone_pan_ratio "1"
//snd_front_headphone_position "45.0"
//snd_rear_headphone_position "135.0"
snd_setmixer PlayerFootsteps vol 0.1
snd_setmixer GlobalFootsteps vol 1.2
snd_setmixer Ambient vol 0.0

windows_speaker_config "1"

//HUD Options
net_graph "0"
//cl_showfps "1"
//cl_showpos "1"
hud_scaling "1"
hud_showtargetid "1"
cl_showloadout "1"

bind "TAB" "+ng;r_cleardecals"
alias "+ng" "+showscores; net_graph 1"
alias "-ng" "-showscores; net_graph 0"

//Client Rates
cl_interp "0"
cl_interp_ratio "1"
cl_cmdrate "128"
cl_updaterate "128"
rate "786432"
fps_max "0"

ds_get_newest_subscribed_files


//Crosshair (HUGE Cross)
//cl_crosshairalpha "150"
//cl_crosshaircolor "5"
//cl_crosshaircolor_b "255"
//cl_crosshaircolor_r "255"
//cl_crosshaircolor_g "0"
//cl_crosshairdot "0"
//cl_crosshairgap "-100"
//cl_crosshairsize "500"
//cl_crosshairstyle "2"
//cl_crosshairusealpha "1"
//cl_crosshairthickness "1.35"
//cl_fixedcrosshairgap "-100"
//cl_crosshair_drawoutline "0"
//cl_crosshair_dynamic_maxdist_splitratio "0"

//Crosshair (Small with gap)
cl_crosshairalpha "255"
cl_crosshaircolor "5"
cl_crosshaircolor_b "255"
cl_crosshaircolor_r "255"
cl_crosshaircolor_g "0"
cl_crosshairdot "0"
cl_crosshairgap "-1"
cl_crosshairsize "10"
cl_crosshairstyle "4"
cl_crosshairusealpha "1"
cl_fixedcrosshairgap "-1"
cl_crosshair_outlinethickness "0"
cl_crosshair_drawoutline "0"
cl_crosshairthickness 1.5

cl_use_opens_buy_menu 0


//Quick switch
bind q invnextnongrenade
//alias rotate1 "slot1; bind q rotate2"
//alias rotate2 "slot2; bind q rotate1"
//bind q rotate1
//alias resetrotate "bind q rotate1"
//bind 3 "slot3; resetrotate"
//bind 4 "slot6; resetrotate"
//bind 5 "slot5; resetrotate"


r_dynamic "0"
r_eyegloss "0"
r_eyemove "0"
r_eyeshift_x "0"
r_eyeshift_y "0"
r_eyeshift_z "0"
r_eyesize "0"
sys_refldetail "0"
mat_queue_mode 2


cl_showfps 1
cl_showpos 1


bind "END" "say keep the racism, sexism, homophobia, and general douchebaggery out of the server, please."
bind "INS" "say Feel free to research how your vocabulary perpetuates systems of oppression on your own time. Right now I'm trying to play."
bind PGDN "say If you don't like how the game is played, play a different game."
bind PGUP "say If you don't like the guns in this game, perhaps you should find another FPS to play."
bind HOME "say i.imgur.com/ZXeeZfH.png"
bind "DEL" "say For some reason when I was choosing my genes before birth voice depth wasn't one of the choices"

bind "r" "+reload;r_cleardecals"
bind KP_UPARROW "ignoremsg"
bind KP_PGUP "clutchmode"
bind "MOUSE2" "+voicesay"
alias "+voicesay" "voice_enable 1; +voicerecord"
alias "-voicesay" "-voicerecord"
alias "clutchmode" "toggle voice_enable 1 0"

sensitivity 0.9

alias "damnbug" "mat_setvideomode 1600 900 0;mat_setvideomode 1920 1080 0"
bind KP_INS "damnbug"

cl_join_advertise 2

echo "Userconfig loaded"

Author:  Traviesaurus [ 09 Jun 2013 10:22 ]
Post subject:  Re: Post your autoexec

Code:
cl_cmdrate 128
rate 800000
cl_interp 0
cl_interp_ratio 1
cl_updaterate 128

Author:  palms [ 26 Jun 2013 08:26 ]
Post subject:  Re: Post your autoexec

cl_interp "0"
cl_interp_ratio "1"
cl_cmdrate "128"
cl_updaterate "128"
rate "128000"
fps_max "999"
snd_mixahead "0.05"
snd_musicvolume "0"
snd_headphone_pan_exponent "2"
viewmodel_fov "70"
viewmodel_offset_x "2"
viewmodel_offset_y "2"
viewmodel_offset_z "-2"

Author:  explicit [ 05 Jul 2013 18:42 ]
Post subject:  Re: Post your autoexec

Code:
// Autoexec by: Explicit
 // Updated: 24-05-2013
 // Game: Counter-Strike:Global Offensive


 Clear


 // _______________
 // | Rates |
 // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

 rate "128000"
 cl_cmdrate "128"
 cl_updaterate "128"
 cl_interp_ratio "1"
 cl_interp "0"
 cl_lagcompensation "1"
 cl_pred_optimize "2"
 cl_predict "1"
 cl_predictweapons "1"
 cl_smooth "0"
 cl_smoothtime "0"
 cl_wpn_sway_interp "0"

 echo "Rate Settings loaded"


 // _______________
 // | NET |
 // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

 fps_max "300"
 net_graph "1"
 net_allow_multicast "1"
 net_graphheight "100"
 net_graphmsecs "400"
 net_graphpos "2"
 net_graphproportionalfont "0"
 net_graphshowinterp "1"
 net_graphshowlatency "1"
 net_graphsolid "1"
 net_graphtext "1"
 net_maxroutable "1200"
 net_scale "5"
 net_steamcnx_allowrelay "1"
 mm_dedicated_search_maxping "50"
 mm_session_search_ping_limit "50"
 
 echo "Net Settings loaded"


 // _______________
 // | Mouse |
 // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

 m_mousespeed "0"
 m_customaccel "0"
 m_customaccel_exponent "0"
 m_customaccel_max "0"
 m_customaccel_scale "0.00
 m_filter "0"
 m_rawinput "1"
 sensitivity "0.53"
 zoom_sensitivity_ratio_mouse "0.80"

 echo "Mouse Settings loaded"


 // _______________
 // | Crosshair |
 // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

 sfcrosshair "1"
 cl_crosshairalpha "250" 255
 cl_crosshaircolor "5"
 cl_crosshaircolor_b "255" 
 cl_crosshaircolor_g "0" 209
 cl_crosshaircolor_r "2500"
 cl_crosshairdot "0"
 cl_scalecrosshair "0"
 cl_crosshairscale "120"
 cl_crosshairsize "3"
 cl_crosshairthickness "1.75"
 cl_crosshairusealpha "1"
 cl_fixedcrosshairgap "3"
 cl_dynamiccrosshair "1"
 cl_legacy_crosshair_recoil "1"
 cl_legacy_crosshair_scale "1"
 cl_crosshairstyle "2"

 echo "Crosshair Settings loaded"


 // _______________
 // | Models |
 // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

 viewmodel_fov "62.5"
 viewmodel_offset_x "2"
 viewmodel_offset_y "2"
 viewmodel_offset_z "-2"

 echo "Model Settings loaded"

 // _________________________________
 // | Bobbing and movement shifting |
 // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

 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_bobcycle "0.98"
 
 echo "Bobbing and movement shifting settings loaded"

 // _______________
 // | SOUND |
 // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

 volume "1"
 snd_musicvolume "0"
 snd_mixahead "0.05"
 snd_headphone_pan_exponent "2"

 echo "Sound Settings loaded"


 // _______________
 // | other |
 // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

 mat_monitorgamma "2.200000"

 cl_disablefreezecam "1"
 cl_righthand "0"
 cl_autowepswitch "0"
 cl_downloadfilter "all"
 cl_autohelp "0"
 cl_showhelp "0"
 cl_forcepreload "1"
 hud_showtargetid "0"
 con_enable "1"
 hud_scaling "0.75"

 echo "Other Settings loaded"


 // _______________
 // | BINDINGS |
 // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

 bind "MWHEELUP" "+jump"
 bind "MWHEELDOWN" "+jump"
 bind "MOUSE3" "use weapon_smokegrenade"
 bind "MOUSE4" "use weapon_hegrenade"
 bind "MOUSE5" "use weapon_flashbang"
 bind "[" spectate
 bind "]" kill

 echo "Bind Settings loaded"


 // _______________
 // | Buy cfg |
 // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯


 bind "KP_INS" "" // Numpad 0
 bind "KP_END" "buy vesthelm; buy vest" // Numpad 1
 bind "KP_DOWNARROW" "buy defuser" // Numpad 2
 bind "KP_PGDN" "buy p250" // Numpad 3
 bind "KP_LEFTARROW" "buy m4a1; buy ak47" // Numpad 4
 bind "KP_5" "buy awp" // Numpad 5
 bind "KP_RIGHTARROW" "buy mp7" // Numpad 6
 bind "KP_HOME" "buy hegrenade" // Numpad 7
 bind "KP_UPARROW" "buy flashbang" // Numpad 8
 bind "KP_PGUP" "buy smokegrenade" // Numpad 9
 bind "KP_MULTIPLY" "buy molotov; buy incgrenade" // Numpad *
 bind "KP_MINUS" "buy decoy" // Numpad -
 bind "KP_PLUS" "" // Numpad +
 bind "KP_ENTER" "" // Numpad Enter
 bind "KP_DEL" "" // Numpad Entf

 echo "Buy config loaded"


 // _______________
 // | Server cfg |
 // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯


 alias "rr" "mp_restartgame 1; rcon mp_restartgame 1"
 alias "cfg" "exec csgo_comp"
 alias "cheats" "rcon sv_cheats 1; sv_cheats 1"

 alias "d1" "changelevel de_dust_se; rcon changelevel de_dust_se"
 alias "d2" "changelevel de_dust2_se; rcon changelevel de_dust2_se"
 alias "train" "changelevel de_train_se; rcon changelevel de_train_se"
 alias "inf" "changelevel de_inferno_se; rcon changelevel de_inferno_se"
 alias "nuke" "changelevel de_nuke_se; rcon changelevel de_nuke_se"

 echo "Server config loaded"

 echo "have fun! go Rape!"

Author:  palms [ 13 Aug 2013 13:17 ]
Post subject:  Re: Post your autoexec

just updated mine

cl_interp "0"
cl_interp_ratio "1"
cl_cmdrate "128"
cl_updaterate "128"
rate "128000"
fps_max "999"
snd_mixahead "0.05"
snd_musicvolume "0"
snd_headphone_pan_exponent "2"
bind "kp_end" "buy ak47; buy m4a1"
bind "kp_downarrow" "buy vesthelm"
bind "kp_pgdn" "buy flashbang; buy smokegrenade; buy hegrenade"
bind "kp_leftarrow" "buy p250"
bind "kp_5" "buy ump45; buy vesthelm"
bind "kp_rightarrow" "buy defuser"
bind "kp_home" "buy famas; buy galilar"
bind "kp_uparrow" "buy awp; buy vesthelm"
bind "kp_pgup" "buy g3sg1; buy scar20; buy vesthelm"

Author:  Amaroq [ 03 Jan 2015 15:48 ]
Post subject:  Re: Post your autoexec

I would encourage anybody to add this bind (or something similar) to their autoexec to help out players in our 1v1 server

bind KP_LEFTARROW "say cl_updaterate128; cl_cmdrate 128; rate 128000"

Then you can just push your key and it will paste the rates in chat for people to be able to read.

Also, if you have updated your autoexec recently, please post your most recent version! I know I've made a bunch of changes to mine.

Author:  mutiny [ 04 Jan 2015 00:48 ]
Post subject:  Re: Post your autoexec

//Autoexec

//exec

launch.Arma3.exe

Not really lol

Author:  MrSnakes [ 04 Jan 2015 08:56 ]
Post subject:  Re: Post your autoexec

Here's Mine:
Code:
// Viewmodel Positioning

viewmodel_fov "68"
viewmodel_offset_x "-1"
viewmodel_offset_y "-2"
viewmodel_offset_z "-2"

//___________________________________________________



// Viewmodel Movement

cl_bobamt_lat "0.1"
cl_bobamt_vert "0.1"
cl_bobcycle "0.98"				
cl_viewmodel_shift_left_amt "0.5"	
cl_viewmodel_shift_right_amt "0.5"	
cl_bob_lower_amt "30"			

//_________________________________________________________________________________


// Misc Settings

cl_autohelp "0"				
cl_showhelp "0"
cl_autowepswitch "0"			
cl_showloadout "1"			
cl_forcepreload "1"			
cl_dm_buyrandomweapons "0"		
hud_showtargetid "1"			
cl_radar_scale "0.4"
cl_radar_always_centered "1"			
net_graph "1"				
mm_dedicated_search_maxping "80"	
r_drawtracers_firstperson "0"		
//sensitivity "2.15"			
m_rawinput "1"		
m_mouseaccel1 "0"
m_mouseaccel2 "0"
m_customaccel "0"
m_mousespeed "0"
hud_scaling 0.7	
						
//_________________________________________________________________________________


// Crosshair Settings

cl_crosshairalpha "255"
cl_crosshaircolor "5"
cl_crosshaircolor_b "255"
cl_crosshaircolor_r "255"
cl_crosshaircolor_g "0"
cl_crosshairdot "0"
cl_crosshairgap "0"
cl_crosshairsize "5"
cl_crosshairstyle "4"
cl_crosshairusealpha "1"
cl_crosshairthickness "0.5"
cl_fixedcrosshairgap "0"
cl_crosshair_outlinethickness "1"
cl_crosshair_drawoutline "1"

//_________________________________________________________________________________


// Sound Settings

snd_mixahead "0.1"	 
snd_musicvolume "0"
snd_headphone_pan_exponent "2"	 
voice_scale "1"	

//_________________________________________________________________________________


// Interpolation and Peformance

fps_max "124" 			
cl_cmdrate "128"		
cl_updaterate "128"		
cl_interp "0"
cl_interp_ratio "1"
rate "80000"

//_________________________________________________________________________________


echo Successfully loaded autoexec.cfg

Author:  jero [ 04 Jan 2015 11:48 ]
Post subject:  Re: Post your autoexec

Code:
//CLEAR BINDS
unbindall


//CONTROLS & BINDS
bind "0" "slot10"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"
bind "a" "+moveleft"
bind "b" "buymenu"
bind "d" "+moveright"
bind "e" "+use"
bind "f" "use weapon_flashbang" 
bind "g" "use weapon_hegrenade"
bind "m" "teammenu"
bind "p" "exec password"
bind "q" "lastinv"
bind "r" "+reload; r_cleardecals"
bind "s" "+back"
bind "u" "messagemode2"
bind "v" "drop"
bind "w" "+forward"
bind "x" "radio2"
bind "y" "messagemode"
bind "`" "toggleconsole"
bind "," "buyammo1"
bind "." "buyammo2"
bind "SPACE" "+jump"
bind "PAUSE" "pause"
bind "SHIFT" "+speed"
bind "CTRL" "+duck"
bind "F1" "callvote"
bind "F5" "jpeg"
bind "INS" "exec autoexec"
bind "DEL" "mute"
bind "END" "disconnect"
bind "ESCAPE" "cancelselect"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "MOUSE3" "+duck"
bind "MOUSE4" "+voicerecord"
bind "MOUSE5" "+lookatweapon"
bind "MWHEELDOWN" "+jump"
bind "MWHEELUP" "+jump"
bind "UPARROW" "incrementvar volume 0 1 0.1"
bind "DOWNARROW" "incrementvar volume 0 1 -0.1"


//BUYSCRIPT
bind "KP_END" "buy m4a1; buy ak47"
bind "KP_DOWNARROW" "buy famas; buy galilar"
bind "KP_UPARROW" "buy awp"
bind "KP_5" "buy nova"
bind "KP_HOME" "buy bizon"
bind "KP_PGUP" "buy deagle"
bind "KP_LEFTARROW" "buy p250"
bind "KP_PGDN" "buy vesthelm"
bind "KP_RIGHTARROW" "buy vest"
bind "KP_SLASH" "buy defuser"
bind "KP_MINUS" "buy flashbang"
bind "KP_PLUS" "buy smokegrenade"
bind "KP_ENTER" "buy hegrenade"
bind "KP_DEL" "buy decoy"
bind "KP_INS" "buy molotov; buy incgrenade"


//NETGRAPH ON TAB
bind "TAB" "+ng";
alias "+ng" "+showscores; net_graph 1";
alias "-ng" "-showscores; net_graph 0";


//MOUSE - Steelseries Rival 400CPI@500hz
sensitivity "2.4"
zoom_sensitivity_ratio_mouse ".95"
m_filter "0"
m_customaccel "0"
m_customaccel_exponent "1"
m_customaccel_max "0"
m_customaccel_scale "0"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
m_mousespeed "0"
m_rawinput "1"


//HUD
net_graph "0"
net_graphproportionalfont ".5"
cl_hud_background_alpha "1.000000"
cl_hud_bomb_under_radar "1"
cl_hud_color "1"
cl_hud_healthammo_style "1"
cl_hud_playercount_pos "0"
cl_hud_playercount_showcount "0"
cl_hud_radar_scale "1.15"
hud_showtargetid "1"
hud_scaling "0.95"
cl_radar_always_centered "1"
cl_radar_icon_scale_min "0.4"
cl_radar_rotate "1"
cl_radar_scale "0.45"
cl_teammate_colors_show "0"
safezonex "0.85"
safezoney "0.85"


//VIEW
cl_righthand "1"
viewmodel_presetpos "3"
fps_max "0"


//CROSSHAIR
crosshair "1"
cl_crosshair_drawoutline "0"
cl_crosshair_outlinethickness "0"
cl_crosshairalpha "175"
cl_crosshaircolor "4"
cl_crosshairdot "0"
cl_crosshairgap "-1"
cl_crosshairscale "0"
cl_crosshairsize "3"
cl_crosshairstyle "4"
cl_crosshairthickness "1"
cl_crosshairusealpha "1"


//NETWORK
cl_forcepreload "1"
cl_interp "0"
cl_interp_ratio "1"
cl_cmdrate "128"
cl_updaterate "128"
rate "128000"


//AUDIO
windows_speaker_config "1"
snd_mixahead "0.1"
snd_musicvolume "0"
snd_musicvolume_multiplier_inoverlay "0"
voice_enable "1"
voice_scale "0.6"
voice_mixer_volume "0.5"
volume "1"


//DISABLE ANNOYANCES
cl_showhelp "0"
cl_autohelp "0"
gameinstructor_enable "0"
cl_disablehtmlmotd "0"
cl_disablefreezecam "1"
cl_downloadfilter "nosounds"
cl_freezecameffects_showholiday "0"


//SUPARLEET PRO SETTINGS
r_drawtracers_firstperson "0"
cl_autowepswitch "0"
mat_monitorgamma "1.6"
cl_use_opens_buy_menu "0"
engine_no_focus_sleep "0"


//TAG
cl_clanid "1475864"


//CONFIRM
host_writeconfig
echo "JERoH's Config"


Author:  imok [ 07 Jan 2015 18:43 ]
Post subject:  Re: Post your autoexec

Code:
//IfMotherOnlyKnew's Autoexec
//8-20-13 Needed to clean up my cfg folder and files
// )))(())

//Rates
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0"
cl_interp_ratio "1"
rate "128000"

//FPS
fps_max "129"
fps_max_menu "31"

//sound
snd_mixahead "0.05" 
snd_headphone_pan_exponent "2" 
snd_headphone_pan_radial_weight "2"

//buybinds
bind "DOWNARROW" "buy awp;" 
bind "F1" "buy bizon" 
bind "F2" "buy p250" 
bind "F3" "buy flashbang" 
bind "F4" "buy hegrenade" 
bind "F5" "buy smokegrenade" 
bind "F6" "buy incgrenade;buy molotov" 
bind "F7" "buy m4a1;buy ak47" 
bind "F8" "buy famas;buy galilar" 
bind "F9" "buy defuser" 
bind "RIGHTARROW" "buy vesthelm" 
bind "UPARROW" "buy vest" 
bind "LEFTARROW" "buy tec9; buy fiveseven;" 
bind "DEL" "buy deagle" 

//misc
cl_show_clan_in_death_notice "0"
lobby_voice_chat_enabled "0"

//alias 
alias "damnbug" "mat_setvideomode 640 480 0;mat_setvideomode 1024 768 0"

//write
echo heyhey 
host_writeconfig

Author:  Amaroq [ 07 Jan 2015 19:06 ]
Post subject:  Re: Post your autoexec

Quote:
alias "damnbug"
Genius.

Author:  serialp0rt [ 08 Jan 2015 03:19 ]
Post subject:  Re: Post your autoexec

snake why do you do use 128 rates for everything but RATE. You should try 128000 instead of 80000.

Author:  jero [ 07 Apr 2015 18:24 ]
Post subject:  2015 AM Configs

Some guy asked for me to update my config here. Might as well make a thread so everyone can post their current config.

I set up my autoexec fully so that all my keys are bound. I don't need to save my config.cfg if transferring or reinstalling.
Code:
//CLEAR BINDS
unbindall


//CONTROLS & BINDS
bind "0" "slot10"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"
bind "a" "+moveleft"
bind "b" "buymenu"
bind "d" "+moveright"
bind "e" "+use"
bind "f" "use weapon_flashbang" 
bind "g" "use weapon_hegrenade"
bind "m" "teammenu"
bind "p" "exec password"
bind "q" "lastinv"
bind "r" "+reload; r_cleardecals"
bind "s" "+back"
bind "u" "messagemode2"
bind "v" "drop"
bind "w" "+forward"
bind "x" "radio2"
bind "y" "messagemode"
bind "`" "toggleconsole"
bind "," "buyammo1"
bind "." "buyammo2"
bind "SPACE" "+jump"
bind "PAUSE" "pause"
bind "SHIFT" "+speed"
bind "CTRL" "+duck"
bind "F1" "callvote"
bind "F5" "jpeg"
bind "INS" "exec autoexec"
bind "DEL" "mute"
bind "END" "disconnect"
bind "ESCAPE" "cancelselect"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "MOUSE3" "+duck"
bind "MOUSE4" "+voicerecord"
bind "MOUSE5" "+lookatweapon"
bind "MWHEELDOWN" "+jump"
bind "MWHEELUP" "+jump"
bind "UPARROW" "incrementvar volume 0 1 0.1"
bind "DOWNARROW" "incrementvar volume 0 1 -0.1"


//BUYSCRIPT
bind "KP_END" "buy m4a1; buy ak47"
bind "KP_DOWNARROW" "buy famas; buy galilar"
bind "KP_UPARROW" "buy awp"
bind "KP_5" "buy nova"
bind "KP_HOME" "buy bizon"
bind "KP_PGUP" "buy deagle"
bind "KP_LEFTARROW" "buy tec9; buy fiveseven"
bind "KP_PGDN" "buy vesthelm"
bind "KP_RIGHTARROW" "buy vest"
bind "KP_SLASH" "buy defuser"
bind "KP_MINUS" "buy flashbang"
bind "KP_PLUS" "buy smokegrenade"
bind "KP_ENTER" "buy hegrenade"
bind "KP_DEL" "buy decoy"
bind "KP_INS" "buy molotov; buy incgrenade"


//NETGRAPH ON TAB
bind "TAB" "+ng";
alias "+ng" "+showscores; net_graph 1";
alias "-ng" "-showscores; net_graph 0";


//MOUSE - Steelseries Rival 400CPI@500hz
sensitivity "2.4"
zoom_sensitivity_ratio_mouse "1"
m_filter "0"
m_customaccel "0"
m_customaccel_exponent "1"
m_customaccel_max "0"
m_customaccel_scale "0"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
m_mousespeed "0"
m_rawinput "1"


//HUD
net_graph "0"
net_graphproportionalfont ".5"
cl_hud_background_alpha "1.000000"
cl_hud_bomb_under_radar "1"
cl_hud_color "1"
cl_hud_healthammo_style "1"
cl_hud_playercount_pos "0"
cl_hud_playercount_showcount "0"
cl_hud_radar_scale "1.15"
hud_showtargetid "1"
hud_scaling "0.95"
cl_radar_always_centered "1"
cl_radar_icon_scale_min "0.4"
cl_radar_rotate "1"
cl_radar_scale "0.45"
cl_teammate_colors_show "0"
safezonex "0.85"
safezoney "0.85"


//VIEW
cl_righthand "1"
viewmodel_presetpos "3"
fps_max "300"


//CROSSHAIR
crosshair "1"
cl_crosshair_drawoutline "0"
cl_crosshair_outlinethickness "0"
cl_crosshairalpha "175"
cl_crosshaircolor "4"
cl_crosshairdot "0"
cl_crosshairgap "-1"
cl_crosshairscale "0"
cl_crosshairsize "3"
cl_crosshairstyle "4"
cl_crosshairthickness "1"
cl_crosshairusealpha "1"


//NETWORK
cl_forcepreload "1"
cl_interp "0"
cl_interp_ratio "1"
cl_cmdrate "128"
cl_updaterate "128"
rate "128000"


//AUDIO
windows_speaker_config "1"
dsp_slow_cpu "1"
snd_mixahead "0.1"
snd_musicvolume "0"
snd_musicvolume_multiplier_inoverlay "0"
voice_enable "1"
voice_scale "0.5"
voice_mixer_volume "0.75"
volume "1"


//DISABLE ANNOYANCES
cl_showhelp "0"
cl_autohelp "0"
gameinstructor_enable "0"
cl_disablehtmlmotd "0"
cl_disablefreezecam "1"
cl_downloadfilter "nosounds"
cl_freezecameffects_showholiday "0"


//SUPARLEET PRO SETTINGS
r_drawtracers_firstperson "0"
cl_autowepswitch "0"
mat_monitorgamma "1.6"
cl_use_opens_buy_menu "0"


//TAG
cl_clanid "1475864"


//CONFIRM
host_writeconfig
echo "JERoH's Config"
Right Click, Save As

Author:  serialp0rt [ 07 Apr 2015 19:39 ]
Post subject:  Re: 2015 AM Configs

Code:
unbindall
bind "0" "slot10"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"
bind "a" "+moveleft"
bind "b" "buymenu"
bind "c" "radio3"
bind "d" "+moveright"
bind "e" "+use"
bind "f" "+voicerecord"
bind "g" "drop"
bind "i" "show_loadout_toggle"
bind "m" "teammenu"
bind "q" "lastinv"
bind "r" "+reload"
bind "s" "+back"
bind "t" "+lookatweapon"
bind "u" "messagemode2"
bind "w" "+forward"
bind "x" "radio2"
bind "y" "messagemode"
bind "z" "radio1"
bind "`" "toggleconsole"
bind "," "buyammo1"
bind "." "buyammo2"
bind "SPACE" "+jump"
bind "TAB" "+showscores"
bind "ESCAPE" "cancelselect"
bind "DEL" "mute"
bind "PAUSE" "pause"
bind "SHIFT" "+speed"
bind "CTRL" "+duck"
bind "F3" "autobuy"
bind "F4" "rebuy"
bind "F5" "jpeg"
bind "F6" "save quick"
bind "F7" "load quick"
bind "F10" "quit prompt"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "MWHEELUP" "invprev"
bind "MWHEELDOWN" "invnext"
bind "A_BUTTON" "+jump"
bind "B_BUTTON" "+reload"
bind "X_BUTTON" "+use"
bind "Y_BUTTON" "invnextnongrenade"
bind "L_SHOULDER" "invnextitem"
bind "R_SHOULDER" "+lookspin"
bind "BACK" "togglescores"
bind "START" "gameui_activate"
bind "STICK2" "+attack2"
bind "DOWN" "drop"
bind "S1_UP" "xmove"
bind "L_TRIGGER" "+duck"
bind "R_TRIGGER" "+attack"
bind "S2_UP" "xlook"
bind "ins" "noclip"
adsp_debug "0"
ai_report_task_timings_on_limit "0"
ai_think_limit_label "0"
budget_averages_window "30"
budget_background_alpha "128"
budget_bargraph_background_alpha "128"
budget_bargraph_range_ms "16.6666666667"
budget_history_numsamplesvisible "100"
budget_history_range_ms "66.666666667"
budget_panel_bottom_of_history_fraction ".25"
budget_panel_height "384"
budget_panel_width "512"
budget_panel_x "0"
budget_panel_y "50"
budget_peaks_window "30"
budget_show_averages "0"
budget_show_history "1"
budget_show_peaks "1"
bugreporter_uploadasync "0"
bugreporter_username ""
c_maxdistance "200"
c_maxpitch "90"
c_maxyaw "135"
c_mindistance "30"
c_minpitch "0"
c_minyaw "-135"
c_orthoheight "100"
c_orthowidth "100"
c_thirdpersonshoulder "false"
c_thirdpersonshoulderaimdist "120.0"
c_thirdpersonshoulderdist "40.0"
c_thirdpersonshoulderheight "5.0"
c_thirdpersonshoulderoffset "20.0"
cam_collision "1"
cam_idealdelta "4.0"
cam_idealdist "150"
cam_idealdistright "0"
cam_idealdistup "0"
cam_ideallag "4.0"
cam_idealpitch "0"
cam_idealyaw "0"
cam_snapto "0"
cc_lang ""
cc_linger_time "1.0"
cc_predisplay_time "0.25"
cc_subtitles "0"
chet_debug_idle "0"
cl_allowdownload "1"
cl_allowupload "1"
cl_autohelp "1"
cl_autowepswitch "0"
cl_bob_lower_amt "21"
cl_bobamt_lat "0.4"
cl_bobamt_vert "0.25"
cl_bobcycle "0.98"
cl_buy_favorite_nowarn "0"
cl_buy_favorite_quiet "0"
cl_chatfilter_version "1"
cl_chatfilters "63"
cl_clanid "1475864"
cl_cmdrate "128"
cl_color "4"
cl_crosshair_drawoutline "1"
cl_crosshair_dynamic_maxdist_splitratio "0.35"
cl_crosshair_dynamic_splitalpha_innermod "1"
cl_crosshair_dynamic_splitalpha_outermod "0.5"
cl_crosshair_dynamic_splitdist "7"
cl_crosshair_outlinethickness "1.5"
cl_crosshairalpha "200"
cl_crosshaircolor "5"
cl_crosshaircolor_b "255"
cl_crosshaircolor_g "0"
cl_crosshaircolor_r "255"
cl_crosshairdot "1"
cl_crosshairgap "-5"
cl_crosshairscale "0"
cl_crosshairsize "3"
cl_crosshairstyle "5"
cl_crosshairthickness "0.5"
cl_crosshairusealpha "1"
cl_debugrumble "0"
cl_detail_avoid_force "0.4"
cl_detail_avoid_radius "64"
cl_detail_avoid_recover_speed "0.25"
cl_detail_max_sway "5"
cl_disablefreezecam "0"
cl_disablehtmlmotd "0"
cl_dm_buyrandomweapons "1"
cl_downloadfilter "all"
cl_fixedcrosshairgap "3"
cl_forcepreload "0"
cl_freezecampanel_position_dynamic "1"
cl_hud_background_alpha "0.5"
cl_hud_bomb_under_radar "1"
cl_hud_color "0"
cl_hud_healthammo_style "0"
cl_hud_playercount_pos "0"
cl_hud_playercount_showcount "0"
cl_hud_radar_scale "1"
cl_idealpitchscale "0.8"
cl_inv_showdividerline "2"
cl_inventory_saved_filter "all,not_defaultequipped"
cl_inventory_saved_sort "collection"
cl_loadout_colorweaponnames "0"
cl_logofile "materials/vgui/logos/spray_bullseye.vtf"
cl_minimal_rtt_shadows "1"
cl_mouselook "1"
cl_observercrosshair "1"
cl_operation_premium_reminder_breakout "0"
cl_radar_always_centered "1"
cl_radar_icon_scale_min "0.6"
cl_radar_rotate "1"
cl_radar_scale "0.4"
cl_righthand "0"
cl_rumblescale "1.0"
cl_scalecrosshair "1"
cl_scoreboard_mouse_enable_binding "+attack2"
cl_show_clan_in_death_notice "1"
cl_showhelp "1"
cl_showloadout "1"
cl_showpluginmessages "1"
cl_soundfile ""
cl_spec_mode "5"
cl_teamid_overhead_name_alpha "245"
cl_teamid_overhead_name_fadetime "1.0"
cl_teammate_colors_show "1"
cl_thirdperson "0"
cl_timeout "30"
cl_updaterate "128"
cl_use_opens_buy_menu "1"
cl_viewmodel_shift_left_amt "1.5"
cl_viewmodel_shift_right_amt "0.75"
closecaption "0"
closeonbuy "0"
commentary_firstrun "0"
con_enable "1"
crosshair "1"
cursortimeout "60.0"
dsp_enhance_stereo "0"
econ_highest_baseitem_seen "63"
force_audio_english "0"
func_break_max_pieces "15"
g15_update_msec "250"
gameinstructor_enable "0"
hud_scaling "0.950000"
hud_showtargetid "1"
hud_takesshots "0"
joy_accelmax "1.0"
joy_accelscale "4.0"
joy_accelscalepoly "0.5"
joy_advanced "1"
joy_advaxisr "2"
joy_advaxisu "4"
joy_advaxisv "0"
joy_advaxisx "3"
joy_advaxisy "1"
joy_advaxisz "0"
joy_autoaimdampen "0.4"
joy_autoAimDampenMethod "1"
joy_autoaimdampenrange "0.99"
joy_axisbutton_threshold "0.3"
joy_cfg_preset "1"
joy_circle_correct "1"
joy_curvepoint_1 "0.005"
joy_curvepoint_2 "0.1"
joy_curvepoint_3 "0.4"
joy_curvepoint_4 "0.8"
joy_curvepoint_end "2"
joy_diagonalpov "0"
joy_display_input "0"
joy_forwardsensitivity "-1.0"
joy_forwardthreshold "0.1"
joy_gamma "0.1"
joy_inverty "0"
joy_lowend "0.35"
joy_lowend_linear "0.55"
joy_lowmap "0.1"
joy_movement_stick "0"
joy_name "joystick"
joy_no_accel_jump "0"
joy_pitchsensitivity "-1"
joy_pitchthreshold "0.15"
joy_response_look "0"
joy_response_look_pitch "1"
joy_response_move "1"
joy_sensitive_step0 "0.1"
joy_sensitive_step1 "0.4"
joy_sensitive_step2 "0.90"
joy_sidesensitivity "1"
joy_sidethreshold "0.15"
joy_wingmanwarrior_centerhack "0"
joy_wingmanwarrior_turnhack "0"
joy_yawsensitivity "-1"
joy_yawthreshold "0.15"
joystick "0"
joystick_force_disabled "0"
joystick_force_disabled_set "0"
key_bind_version "1"
lobby_voice_chat_enabled "0"
lockMoveControllerRet "0"
lookspring "0"
lookstrafe "0"
m_customaccel "0"
m_customaccel_exponent "1.05"
m_customaccel_max "0"
m_customaccel_scale "0.04"
m_forward "1"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
m_mousespeed "1"
m_pitch "0.022"
m_rawinput "1"
m_side "0.8"
m_yaw "0.022"
mat_monitorgamma "2.2"
mat_monitorgamma_tv_enabled "0"
mat_powersavingsmode "0"
mat_spewalloc "0"
mat_texture_list_content_path ""
mc_accel_band_size "0.5"
mc_dead_zone_radius "0.06"
mc_max_pitchrate "100.0"
mc_max_yawrate "230.0"
mm_csgo_community_search_players_min "3"
mm_dedicated_search_maxping "350.000000"
mm_server_search_lan_ports "27015,27016,27017,27018,27019,27020"
muzzleflash_light "1"
name "serialp0rt"
net_allow_multicast "1"
net_graph "1"
net_graphheight "64"
net_graphholdsvframerate "0"
net_graphmsecs "400"
net_graphpos "1"
net_graphproportionalfont ".5"
net_graphshowinterp "1"
net_graphshowlatency "1"
net_graphshowsvframerate "0"
net_graphsolid "1"
net_graphtext "1"
net_maxroutable "1200"
net_scale "5"
net_steamcnx_allowrelay "1"
npc_height_adjust "1"
option_duck_method "0"
option_speed_method "0"
password "playtime"
play_distance "1"
player_botdifflast_s "2"
player_competitive_maplist5 "mg_de_blackgold,mg_de_overgrown,mg_de_cbble"
player_gamemodelast_m "1.000000"
player_gamemodelast_s "0"
player_gametypelast_m "0.000000"
player_gametypelast_s "0"
player_last_leaderboards_filter "0"
player_last_leaderboards_mode "0"
player_last_leaderboards_panel "0"
player_last_medalstats_category "0"
player_last_medalstats_panel "0"
player_maplast_m "0"
player_maplast_s "0"
player_medalstats_most_recent_time "0"
player_nevershow_communityservermessage "1"
player_teamplayedlast "3"
r_drawmodelstatsoverlaymax "1.5"
r_drawmodelstatsoverlaymin "0.1"
r_drawtracers_firstperson "1"
r_eyegloss "1"
r_eyemove "1"
r_eyeshift_x "0"
r_eyeshift_y "0"
r_eyeshift_z "0"
r_eyesize "0"
safezonex "1.0"
safezoney "1.0"
scene_showfaceto "0"
scene_showlook "0"
scene_showmoveto "0"
scene_showunlock "0"
sensitivity "0.5"
sf_ui_tint "1"
sk_autoaim_mode "1"
skill "1.000000"
snd_duckerattacktime "0.5"
snd_duckerreleasetime "2.5"
snd_duckerthreshold "0.15"
snd_ducking_off "1"
snd_ducktovolume "0.55"
snd_legacy_surround "0"
snd_mixahead "0.1"
snd_music_selection "2"
snd_musicvolume "0.110000"
snd_musicvolume_multiplier_inoverlay "0.1"
snd_mute_losefocus "1"
snd_pitchquality "1"
snd_rear_speaker_scale "1.0"
spec_show_xray "1"
spec_usenumberkeys_nobinds "1"
ss_splitmode "0"
store_version "1"
suitvolume "0.25"
sv_forcepreload "0"
sv_log_onefile "0"
sv_logbans "0"
sv_logecho "1"
sv_logfile "1"
sv_logflush "0"
sv_logsdir "logs"
sv_noclipaccelerate "5"
sv_noclipspeed "5"
sv_pvsskipanimation "1"
sv_skyname "jungle"
sv_specaccelerate "5"
sv_specnoclip "1"
sv_specspeed "3"
sv_unlockedchapters "1"
sv_voiceenable "1"
sys_antialiasing "0"
sys_aspectratio "-1"
sys_refldetail "0"
texture_budget_background_alpha "128"
texture_budget_panel_bottom_of_history_fraction ".25"
texture_budget_panel_height "284"
texture_budget_panel_width "512"
texture_budget_panel_x "0"
texture_budget_panel_y "450"
tr_best_course_time "0"
tr_completed_training "0"
tv_nochat "0"
ui_steam_overlay_notification_position "topleft"
vgui_message_dialog_modal "1"
viewmodel_fov "60"
viewmodel_offset_x "1"
viewmodel_offset_y "1"
viewmodel_offset_z "-1"
viewmodel_presetpos "1"
voice_enable "1"
voice_forcemicrecord "1"
voice_mixer_boost "0"
voice_mixer_mute "0"
voice_mixer_volume "1.0"
voice_modenable "1"
voice_scale "1"
voice_threshold "2000"
volume "0.330000"
vprof_graphheight "256"
vprof_graphwidth "512"
vprof_unaccounted_limit "0.3"
vprof_verbose "1"
vprof_warningmsec "10"
weapon_accuracy_logging "0"
windows_speaker_config "1"
xbox_autothrottle "1"
xbox_throttlebias "100"
xbox_throttlespoof "200"
zoom_sensitivity_ratio_joystick "1.0"
zoom_sensitivity_ratio_mouse "1.0"
cmd1 +jlook
cl_cmdrate 128
cl_updaterate 128
rate 128000
fps_max 999
cl_interp 0
cl_interp_ratio 1
m_mousespeed 0
host_writeconfig
I should probably clean mine up, because its sloppy.

Author:  Amaroq [ 09 Dec 2016 18:42 ]
Post subject:  Re: 2015 AM Configs

Somebody on my steam friends list shared his configs with me. They're super nice and easy to use.

https://chocorange.uk/csgo/Choc_cfg_v2_40.zip

Author:  Traviesaurus [ 09 Dec 2016 18:48 ]
Post subject:  Re: 2015 AM Configs

Quote:
Somebody on my steam friends list shared his configs with me. They're super nice and easy to use.

https://chocorange.uk/csgo/Choc_cfg_v2_40.zip
Just so everybody knows:

For competition, it is against the rules to have jump throw binds. Just letting you know.

Author:  Traviesaurus [ 09 Dec 2016 18:49 ]
Post subject:  Re: 2015 AM Configs

That config is insanely organized!!!

Author:  jero [ 09 Dec 2016 19:43 ]
Post subject:  Re: 2015 AM Configs

Updated Dec 9 2016

autoexec.cfg
Code:
unbindall

bind "0" "slot10"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"
bind "a" "+moveleft"
bind "b" "buymenu"
bind "d" "+moveright"
bind "e" "+use"
bind "f" "use weapon_flashbang" 
bind "g" "use weapon_hegrenade"
bind "m" "teammenu"
bind "p" "exec password"
bind "q" "lastinv"
bind "r" "+reload"
bind "s" "+back"
bind "u" "messagemode2"
bind "v" "drop"
bind "w" "+forward"
bind "x" "radio2"
bind "y" "messagemode"
bind "`" "toggleconsole"
bind "," "buyammo1"
bind "." "buyammo2"
bind "SPACE" "+jump"
bind "PAUSE" "pause"
bind "SHIFT" "+speed"
bind "CTRL" "+duck"
bind "F1" "callvote"
bind "F5" "jpeg"
bind "INS" "exec autoexec"
bind "DEL" "mute"
bind "END" "disconnect"
bind "ESCAPE" "cancelselect"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "MOUSE4" "+voicerecord"
bind "MOUSE5" "+lookatweapon"
bind "MWHEELDOWN" "+jump"
bind "MWHEELUP" "+jump"
bind "UPARROW" "incrementvar volume 0 1 0.1"
bind "DOWNARROW" "incrementvar volume 0 1 -0.1"

bind "KP_END" "buy m4a1; buy ak47"
bind "KP_DOWNARROW" "buy famas; buy galilar"
bind "KP_UPARROW" "buy awp"
bind "KP_5" "buy nova"
bind "KP_HOME" "buy ump45"
bind "KP_PGUP" "buy deagle"
bind "KP_LEFTARROW" "buy tec9; buy fiveseven"
bind "KP_PGDN" "buy vesthelm"
bind "KP_RIGHTARROW" "buy vest"
bind "KP_SLASH" "buy defuser"
bind "KP_MINUS" "buy flashbang"
bind "KP_PLUS" "buy smokegrenade"
bind "KP_ENTER" "buy hegrenade"
bind "KP_DEL" "buy decoy"
bind "KP_INS" "buy molotov; buy incgrenade"

bind "TAB" "+ng";
alias "+ng" "+showscores; net_graph 1";
alias "-ng" "-showscores; net_graph 0";

sensitivity "2"
zoom_sensitivity_ratio_mouse "0.9"
m_customaccel "0"
m_customaccel_exponent "1"
m_customaccel_max "0"
m_customaccel_scale "0"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
m_mousespeed "0"
m_rawinput "1"

net_graph "0"
net_graphproportionalfont ".5"
cl_hud_background_alpha "1"
cl_hud_bomb_under_radar "1"
cl_hud_color "1"
cl_hud_healthammo_style "1"
cl_hud_playercount_pos "0"
cl_hud_playercount_showcount "0"
cl_hud_radar_scale "1.15"
hud_showtargetid "1"
hud_scaling "0.95"
cl_radar_always_centered "1"
cl_radar_icon_scale_min "0.5"
cl_radar_rotate "1"
cl_radar_scale "0.4"
cl_teammate_colors_show "1"
safezonex "0.85"
safezoney "0.85"

cl_righthand "1"
viewmodel_presetpos "3"
mat_monitorgamma "1.6"
fps_max "0"

crosshair "1"
cl_crosshair_drawoutline "0"
cl_crosshair_outlinethickness "0"
cl_crosshairalpha "175"
cl_crosshaircolor "2"
cl_crosshairdot "0"
cl_crosshairgap "-1"
cl_crosshairscale "0"
cl_crosshairsize "3"
cl_crosshairstyle "4"
cl_crosshairthickness "1"
cl_crosshairusealpha "1"

cl_forcepreload "1"
cl_interp "0"
cl_interp_ratio "1"
cl_cmdrate "128"
cl_updaterate "128"
rate "786432"

windows_speaker_config "1"
snd_use_hrtf "0"
snd_mixahead "0.1"
snd_musicvolume "0"
voice_enable "1"
voice_scale "0.2"
voice_mixer_volume "0.75"
volume "1"

cl_showhelp "0"
cl_autohelp "0"
gameinstructor_enable "0"
cl_disablehtmlmotd "1"
cl_disablefreezecam "1"
cl_downloadfilter "nosounds"
spec_replay_autostart "0"
cl_freezecameffects_showholiday "0"
r_drawtracers_firstperson "0"
cl_autowepswitch "0"
cl_use_opens_buy_menu "0"
cl_join_advertise "2"

host_writeconfig
echo "JERoH's Config"

Author:  Amaroq [ 10 Dec 2016 10:52 ]
Post subject:  Re: 2015 AM Configs

Quote:
That config is insanely organized!!!
Wtf, I downloaded it and there's only one config in it and it's not even useful.

Author:  Traviesaurus [ 10 Dec 2016 12:05 ]
Post subject:  Re: 2015 AM Configs

Quote:
Quote:
That config is insanely organized!!!
Wtf, I downloaded it and there's only one config in it and it's not even useful.
Mine didn't. I think you aren't looking at it right since we definitely downloaded the same file. There was 4 or 5 cfg in it.

Page 1 of 2 All times are UTC-04:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/