gores图救人
teeworlds吧
全部回复
仅看楼主
level 2
过图的时候喜欢用手枪跑,但救人要切锤子,就总是切换不过来,有没有左键切成锤子,然后出钩又变成枪的指令[惊哭]
2023年05月28日 11点05分 1
level 7
转到游戏根目录,新建1.cfg 2.cfg 3.cfg这三个文件
1.cfg内容:
+weapon2
bind mouse1 "exec 2.cfg"
bind mouse2 "+hook;+weapon2;bind mouse1 exec 2.cfg"
2.cfg内容:
+prevweapon
+fire
bind mouse1 "+weapon1;+fire"
bind mouse2 "+hook;+weapon2;bind mouse1 exec 2.cfg;bind mouse2 +hook"
3.cfg内容:
bind v "exec 1.cfg;echo auto"
bind b "bind mouse1 \"+fire\";bind mouse2 \"+hook\";echo default"
然后进入到游戏中,按F1打开控制台,输入exec 3.cfg回车即可[吐舌]
2023年06月09日 10点06分 2
忘记说了,控制台执行exec 3.cfg后。按v开启功能,按b关闭。想改这个快捷键的话,把所有bind v/b 替换成bind (你想要的键)然后控制台再次执行exec 3.cfg就行了
2023年06月12日 09点06分
谢谢大佬[玫瑰][玫瑰]现在才看到,不好意思😣太有用辣
2023年08月24日 06点08分
1