-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathcals.cfg
62 lines (55 loc) · 3.66 KB
/
cals.cfg
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
// ═══════════════════════════════════════════
// Config Preset V1.7 by Purp1e
// CFG预设(Purp1e制作)
// #2023/1/12#
// https://space.bilibili.com/73115492
// ═══════════════════════════════════════════
// 自拍杆CFG
bind [ "player"; // [ 切换自拍杆锁定的玩家
bind ] "offset"; // ] 切换自拍杆角度预设
// 定义cls恢复正常视角
alias "cls" "mirv_cam source calcVecAngClear;mirv_cam offset none"
// Purple调整,控制台指令cls恢复正常视角
mirv_calcs handle add key key 0;
mirv_calcs handle add activeWeapon aw key 2;
mirv_calcs vecAng add handleAttachment awm aw muzzle_flash;
mirv_calcs vecAng add handleAttachment awh aw weapon_hand_R;
mirv_calcs vecAng add or awmh awm awh;
mirv_calcs vecAng add value weaponOfs 20 0 0 0 0 179.9;
mirv_calcs vecAng add offset awmOfs awmh weaponOfs 1;
mirv_cam source calcVecAng awmOfs;
mirv_cam offset none;
spec_mode 5;
// 实现 一键切换自拍杆锁定的玩家
alias player "player1";
alias player1 "alias player player2;mirv_calcs handle edit key key 1";
alias player2 "alias player player3;mirv_calcs handle edit key key 2";
alias player3 "alias player player4;mirv_calcs handle edit key key 3";
alias player4 "alias player player5;mirv_calcs handle edit key key 4";
alias player5 "alias player player6;mirv_calcs handle edit key key 5";
alias player6 "alias player player7;mirv_calcs handle edit key key 6";
alias player7 "alias player player8;mirv_calcs handle edit key key 7";
alias player8 "alias player player9;mirv_calcs handle edit key key 8";
alias player9 "alias player player0;mirv_calcs handle edit key key 9";
alias player0 "alias player player1;mirv_calcs handle edit key key 0";
// 实现 一键切换自拍杆角度预设[ 有其他好的OFFSET预设可提交到此处 https://github.com/Purple-CSGO/CSGO-Config-Presets/issues ]
alias offset "offset1";
alias offset1 "alias offset offset2;mirv_cam offset 0 13 -5 -1 -11 -30";
alias offset2 "alias offset offset3;mirv_cam offset -7 20 60 -20 45 -15";
alias offset3 "alias offset offset4;mirv_cam offset -20 20 10 35 10 -15";
alias offset4 "alias offset offset5;mirv_cam offset 70 25 -5 -1 -11 -160";
alias offset5 "alias offset offset6;mirv_cam offset 65 15 12 -5 20 -160";
alias offset6 "alias offset offset1;mirv_cam offset 40 23 -5 -25 -20 -79";
echo "═════════════════════════════════════════════════════════════"
echo "──── 自拍杆cals.cfg 加载成功!"
echo "──── 恢复正常的指令 : cls"
echo "──── 重新加载自拍杆 : exec cals"
echo "──── 切换锁定的玩家 : ["
echo "──── 切换自拍杆预设 : ] [↓6种预设间切换]"
echo "──── Z8左前 : mirv_cam offset 0 13 -5 -1 -11 -30"
echo "──── 左前上方 : mirv_cam offset -7 20 60 -20 45 -15"
echo "──── 左前倾斜 : mirv_cam offset -20 20 10 35 10 -15"
echo "──── 背后视角(dq) : mirv_cam offset 70 25 -5 -1 -11 -160"
echo "──── 右后步枪 : mirv_cam offset 65 15 12 -5 20 -160"
echo "──── 右侧 (黄鱼) : mirv_cam offset 40 23 -5 -25 -20 -79"
echo "═════════════════════════════════════════════════════════════"