当前版本是一个基础的多人协作辅助模组,专注于通过远程协助功能增强团队协作体验。
Current version is a basic multiplayer assistance mod focused on enhancing team collaboration experience through remote assistance features.
远程模式 • 按下G键激活远程模式,从队友的第一人称视角观察 远程喂食 • 在远程模式下,可无限距离投喂食物和补给品 远程携带 • 在远程模式下,可无限距离携带昏迷队友
Remote Mode • Press G to activate remote mode and observe from teammate's first-person perspective Remote Feeding • In remote mode, feed food and supplies over unlimited distance Remote Carry • In remote mode, carry unconscious teammates over unlimited distance
按下G键:激活远程模式
选择队友:进入队友的第一人称视角
执行操作: • 远程喂食:在远程模式下为队友提供食物 • 远程携带:在远程模式下携带昏迷队友
再次按下G键:退出远程模式
Press G Key: Activate remote mode
Select Teammate: Enter teammate's first-person perspective
Perform Actions: • Remote Feeding: Provide food for teammates while in remote mode • Remote Carry: Carry unconscious teammates while in remote mode
Press G Again: Exit remote mode
• 无距离限制,可远程观察任何队友的视角 • 在远程模式下直接进行喂食和携带操作
• No distance limitations, can remotely observe any teammate's perspective • Direct feeding and carrying operations while in remote mode
从Thunderstore下载 Remote_Mod
解压到 PEAK/BepInEx/plugins 文件夹
启动游戏,配置文件将自动生成
Install BepInEx PEAK Edition
Download Remote_Mod from Thunderstore
Extract to PEAK/BepInEx/plugins folder
Launch game, configuration file will be auto-generated
配置文件路径:BepInEx/config/com.Kitty.remote.cfg
Configuration file path: BepInEx/config/com.Kitty.remote.cfg
## Settings file was created by plugin remote v1.0.5
## Plugin GUID: com.Kitty.remote
[Binds]
## 键盘切换键 / Keyboard toggle key
# Setting type: KeyboardShortcut
# Default value: G
KeyboardToggle = G
## 手柄按键1 / Gamepad button 1
# Setting type: KeyboardShortcut
# Default value: JoystickButton4
GamepadButton1 = JoystickButton4
## 手柄按键2 / Gamepad button 2
# Setting type: KeyboardShortcut
# Default value: JoystickButton5
GamepadButton2 = JoystickButton5
com.Kitty.remote.cfgG、F、SpaceCtrl+G、Shift+F1JoystickButton4、JoystickButton5com.Kitty.remote.cfgG, F, SpaceCtrl+G, Shift+F1JoystickButton4, JoystickButton5新功能 / New Features
• 完全移除背包交互距离限制
• Removed all distance checks for backpack interactions
• 现在可以在任意距离与其他玩家背包交互
• Now supports interacting with other players' backpacks from any distance
• 交互道具需要仰视队友背包视角进行存放
• Storing interactive props requires an upward viewing angle toward allies' backpacks.
• G键远程模式支持与队友的全方位交互
• G-key remote mode enables omnidirectional interaction with teammates
✨ 键盘快捷键系统重构
•使用 KeyboardShortcut类型支持多键组合(如 Ctrl+B)
•Rewrote keybind system with KeyboardShortcutfor combo keys
🌐 国际化配置支持
•所有配置项现包含中英文双语说明
•Added bilingual (CN/EN) descriptions for all config options