Castling Wiki
Castling Wiki
Advertisement

Hotkey[]

Hotkey的原理[]

Hotkey即热键,本质上是通过设置一系列预设指令,在游戏中通过按键快速将这些指令输入到Chat即聊天框中,以实现包括快捷喊话、快捷调用脚本等一系列快捷操作。

Hotkey的设置[]

RWR的Hotkey需要手动设置,需要打开以下路径:(根据系统选择路径)

Windows: C:\User\username\AppData\Roaming\Running with rifles\
Mac: ~/User/Library/Application Support/RunningWithRifles
Linux: $HOME/.running_with_rifles

打开之后,创建一个记事本文件,并将其改名为hotkeys.xml(注意要连带后缀名一块改掉),然后进入文件书写以下内容:

<hotkeys>
       <hotkey index="0" text="enter here text for Hotkey 1" />
       <hotkey index="1" text="enter here text for Hotkey 2" />
       <hotkey index="2" text="enter here text for Hotkey 3" />
       <hotkey index="3" text="enter here text for Hotkey 4" />
       <hotkey index="4" text="enter here text for Hotkey 5" />
       <hotkey index="5" text="enter here text for Hotkey 6" />
       <hotkey index="6" text="enter here text for Hotkey 7" />
       <hotkey index="7" text="enter here text for Hotkey 8" />
       <hotkey index="8" text="enter here text for Hotkey 9" />
       <hotkey index="9" text="enter here text for Hotkey 10" />
</hotkeys>

其中text=“ ”中引号内的内容即是你想要填充的内容,也就是你希望在游戏中喊出的内容,0-9分别对应了游戏里的快捷键1-10。

设置完毕后保存。

然后进入游戏,找到按键设置,找到快捷键1-10的按钮,并设置你喜欢的按键,设置完成就可以在游戏中使用了。

范例文件

Advertisement