最近在Twitch看到有几个妹子玩Counter-Strike: Global Offensive(简称CS:GO), 到没屋顶搜寻了一下正版序号才210元,买了一个来玩,回味一下16年前迷的游戏,顺便手痒改了自己专属的设定档,感觉跟以前差不多,但都被打假的~哈哈
自动启动方式也很简单
1.先执行Stram主程式,点选上方的「检视」→「游戏清单」,然后在CS:GO的图上按右键点选「内容」。
2.在新跳出来的视窗,点选「设定启动选项…」
3.在框框内输入+exec autoexec.cfg -novid -tickrate 128 -high -nod3d9ex1 -nojoy -threads 4
4.在游戏目录新增一个autoexec.cfg
C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg
5.再照状况把下列我设定的参数贴上去即可,但切记灵敏度别跟着套用2.7就好,我是使用1920X1080的画面,不一定适用每种画面、每种滑鼠,但一定得把加速关掉才能还原到最真实的环境。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 |
// ================================================== // Counter-Strike Autoexec Config CS自动执行档 // 本cfg请放在C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg // 并参考下方CSGO : Launch Options的网址做设定 // ================================================== // 自动启动方式: // 1.先执行Stram主程式,点选上方的「检视」→「游戏清单」,然后在CS:GO的图上按右键点选「内容」。 // 2.在新跳出来的视窗,点选「设定启动选项…」 // 3.在框框内输入 // +exec autoexec.cfg -novid -tickrate 128 -high -nod3d9ex1 -nojoy -threads 4 // ================================================== // CSGO : Launch Options // https://steamcommunity.com/sharedfiles/filedetails/?id=379782151 // 【攻略】CS:GO指令输入器Config教学(1/21更新:狙击镜准星宽度等) // http://forum.gamer.com.tw/C.php?bsn=01473&snA=22823 // ================================================== // 网路设定 // ================================================== // 连线网路速率 rate "160000" cl_updaterate "128" cl_cmdrate "128" cl_interp "0" cl_interp_ratio "1" // FPS最高数值 fps_max "300" // ================================================== // 滑鼠设定 // How to choose your sensitivity in CS:GO // http://steamcommunity.com/sharedfiles/filedetails/?id=126920260 // ================================================== // 狙击镜的灵敏度 zoom_sensitivity_ratio_mouse "1" // 设定使用狙击镜时滑鼠的移动速度 zoom_sensitivity_ratio "1.25" // 滑鼠采用原生输入方式 m_rawinput "1" // 关闭游戏内的滑鼠加速 m_customaccel "0" // 滑鼠加速的量 m_customaccel_exponent "0" // 关闭Win7/8/10的滑鼠加速 m_mousespeed "0" m_mouseaccel1 "0" m_mouseaccel2 "0" // 启动滑鼠过滤器(提升画面顺畅度) m_filter "1" // ================================================== // 一般设定 // ================================================== // 启动快速切换枪枝功能 hud_fastswitch "1" // 玩家名字置中显示 hud_centerid "1" // 显示目标或物品名称ID hud_showtargetid "1" // 地图显示精致度 mp_decals "300" // 停用捡起武器时自动切换到该武器 cl_autowepswitch "0" // 在游戏中左上角显示FPS数值 cl_showfps "1" // 显示文字武器选单 setinfo vgui_menus "0" // 不显示自动帮助的提示 setinfo ah "0" // 换地图后不显示地图的简介 setinfo dm "0" // 观察模式时不显示鬼魂 setinfo ghosts "0" // ================================================== // 准心模式 // http://tools.dathost.net/ // ================================================== cl_dynamiccrosshair "0" cl_crosshairalpha "255" cl_crosshaircolor "1" cl_crosshaircolor_b "0" cl_crosshaircolor_r "0" cl_crosshaircolor_g "0" cl_crosshairdot "0" cl_crosshairgap "0" cl_crosshairsize "5" cl_crosshairstyle "4" cl_crosshairusealpha "1" cl_crosshairthickness "1" cl_fixedcrosshairgap "0" cl_crosshair_outlinethickness "0" cl_crosshair_drawoutline "0" // ================================================== // 雷达指令设置,我的设定是将雷达放到最大并将地图范围缩是整张都看的到 // ================================================== cl_show_clan_in_death_notice "1" cl_hud_radar_scale "1.3" // 整个雷达的大小 max.1.3 min.0.8 cl_radar_scale "0.35" // 雷达内地图的大小 max.1 min.0.25 cl_radar_rotate "1" // 雷达是否旋转 cl_radar_always_centered "0" // 雷达是否以自身为中心 cl_radar_icon_scale_min "0.4" // 雷达原点大小 max.1 min.0.4 cl_teammate_colors_show "1" // 显示队伍颜色 // ================================================== // 自动购买系统 // BASIC CS:GO Buy Binds // http://steamcommunity.com/sharedfiles/filedetails/?id=203603867 // CS:GO BINDS GENERATOR // http://tools.dathost.net/csgobindsgenerator // http://csgobuynds.com/buy-binds-generator.html // ================================================== bind "`" "toggleconsole" // 按~键打开命令行 bind "F6" "disconnect" // 按F6键快速退出伺服器 bind "F7" "exit" // 按F7键快速回到桌面 bind "MWHEELDOWN" "weapon_hegrenade" // 滑鼠中键往下使用手榴弹 bind "MWHEELUP" "weapon_flashbang" // 滑鼠中键往上使用闪光弹 bind "MOUSE3" "weapon_smokegrenade" // 按下滑鼠中键使用烟雾弹 // 一键购买武装 bind "KP_INS" "buy vesthelm; buy vest;" // 按小键盘的0键买防弹衣 bind "KP_END" "buy deagle;" // 按小键盘的1键买沙漠之鹰 bind "KP_DOWNARROW" "buy mp7;" // 按小键盘的2键买冲锋枪 bind "KP_PGDN" "buy galilar; buy famas;" // 按小键盘的3键买轻型步枪 bind "KP_LEFTARROW" "buy ak47; buy m4a1;" // 按小键盘的4键买主力步枪 bind "KP_5" "buy sg556; buy aug;" // 按小键盘的5键买重型步枪 bind "KP_RIGHTARROW" "buy defuser;" // 按小键盘的6键买拆弹包 bind "KP_HOME" "buy flashbang; buy flashbang;" // 按小键盘的7键买闪光弹 bind "KP_UPARROW" "buy hegrenade;" // 按小键盘的8键买手榴弹 bind "KP_PGUP" "buy smokegrenade;" // 按小键盘的9键买烟雾弹 bind "LEFTARROW" "buy deagle;" // 按左箭头键买沙漠之鹰 bind "RIGHTARROW" "buy mp7;" // 按右箭头键买冲锋枪 bind "UPARROW" "buy sg556; buy aug;" // 按上箭头键买重型步枪 bind "DOWNARROW" "buy ak47; buy m4a1;" // 按下箭头键买主力步枪 // 一键购买全套 bind "INS" "buy m4a1; buy vesthelm; buy defuser; buy flashbang; buy flashbang; buy hegrenade; buy smokegrenade;" // 按INS键买警察全套 bind "DEL" "buy ak47; buy vesthelm; buy flashbang; buy hegrenade; buy smokegrenade;" // 按DEL键买歹徒全套 bind "HOME" "buy deagle; buy vesthelm; buy flashbang; buy flashbang; buy hegrenade; buy smokegrenade;" // 按HOME键买沙漠之鹰全套 bind "END" "buy mp7; buy vesthelm; buy flashbang; buy flashbang; buy hegrenade; buy smokegrenade;" // 按END键买冲锋枪全套 // ================================================== // 团队讯息按键设定 // ================================================== bind "ALT" "enemyspot;say_team ENEMY CONTACT@wHOaMi" bind "F2" "needbackup;say_team I HAVE C4@wHOaMi" // ================================================== // 网路连线速度和FPS值资讯的显示设定 // ================================================== alias graph_tog graph_1 alias graph_1 "net_graph 1; alias graph_tog graph_1" // 按\键就可以显示网路连线速度和fps值的资讯. alias graph_2 "net_graph 2; alias graph_tog graph_2" alias graph_3 "net_graph 3; alias graph_tog graph_3" alias graph_0 "net_graph 0; alias graph_tog graph_0" bind "\" "graph_tog" // ================================================== ECHO ===][ wHOaMi's CFG v0.2 ][===== // ================================================== |
