Last active
March 19, 2020 16:40
-
-
Save PyYoshi/6ed48bea88f11f646d2f to your computer and use it in GitHub Desktop.
csgo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //// 通信設定 | |
| cl_interp "0" | |
| cl_interp_ratio "1" | |
| rate "128000" | |
| cl_cmdrate "128" | |
| cl_updaterate "128" | |
| cl_lagcompensation "1" | |
| cl_interpolate "1" | |
| net_graph "1" | |
| //// 音の遅延を最少にする | |
| snd_mixahead "0.05" | |
| //// マッチング高速化設定 | |
| cl_resend 3 | |
| cl_resend_timeout 9 | |
| //// プレーヤーの体の揺れ設定 | |
| // 移動中 | |
| cl_bob_lower_amt "25" //武器が後方に引かれる大きさ(最低5,最大30,初期値25) | |
| cl_bobamt_lat "0.4" //武器が横揺れする大きさ(最低0.1,最大2.0,初期値0.4) | |
| cl_bobamt_vert "0.4" //武器が縦揺れする大きさ(最低0.1,最大2.0,初期値0.4) | |
| // Duck(しゃがみ)中 | |
| cl_viewmodel_shift_left_amt "1.5" //武器が左に移動される大きさ(最低0.5,最大2.0,初期値1.5) | |
| cl_viewmodel_shift_right_amt "0.75" //武器が右に移動される大きさ(最低0.25,最大2.0,初期値0.75) | |
| //// 武器の見える位置設定 | |
| viewmodel_offset_x "2.5" //数値を増やすほど、両腕の位置が外側へ移動(最低-2.0,最大2.5,初期値0) | |
| viewmodel_offset_y "1" // 〃 両腕の位置が手前に移動(最低-2.0,最大2.0,初期値0) | |
| viewmodel_offset_z -1.5" // 〃 両腕の位置が上に移動(最低-2.0,最大2.0,初期値0) | |
| viewmodel_fov "68" // 〃 x,y,zの数値を維持したまま視界が後方へ移動(最低54,最大68,初期値54) | |
| //// FPSの上限設定 | |
| fps_max "150" | |
| //// クロスヘアのカスタマイズ | |
| cl_crosshairstyle "4" //クロスヘアのスタイルを変更する。 0:初期設定 1:初期設定静的 2:クラシック 3:クラシック動的 4:クラシック静的 | |
| cl_crosshaircolor "0" //クロスヘアの色を変更する (0:赤 1:緑 2:黄 3:青 4:水色 5:カスタム) ※0、5はクラシック時のみ有効 | |
| cl_crosshairusealpha "0" //cl_crosshairalphaを使用する (0:off 1:on) | |
| cl_crosshairalpha "100" //クロスヘアの透明度を変更する。255で不透明。 | |
| cl_crosshaircolor_r "50" //赤色の輝度を変更する。0~255。(cl_crosshaircolor "5"の時のみ有効) | |
| cl_crosshaircolor_g "250" //緑色の輝度を変更する。0~255。(cl_crosshaircolor "5"の時のみ有効) | |
| cl_crosshaircolor_b "50" //青色の輝度を変更する。0~255。(cl_crosshaircolor "5"の時のみ有効) | |
| cl_crosshairdot "1" //クロスヘアの中央にドットを表示する (0:off 1:on) | |
| cl_crosshairsize "5" //クロスヘアの長さを変更する。数字が大きいほど長くなる (0:off) | |
| cl_crosshairthickness "2" //クロスヘアの太さを変更する。数字が大きいほど太くなる。 | |
| cl_crosshairgap "1" //クロスヘアの隙間を変更する。数字が大きいほど広くなる(マイナス値可能)。 | |
| cl_crosshairdraw_outline "0" //クロスヘアにアウトライン(縁取り)を追加する(0:off 1:on) | |
| cl_crosshair_outlinethickness "1" // クロスヘアのアウトラインの太さを変更する。小数点は無効。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| +exec autoexec -novid -tickrate 128 -language english -threads 4 -noforcemparms -noforcemaccel -noforcemspd -processheap -high -nod3d9ex -noaafonts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment