The BepInEx console will not appear when launching like it does for other games on Thunderstore (you can turn it back on in your BepInEx.cfg file). If your PEAK crashes on startup, add -dx12 to your launch parameters.

remote mod
Remote Support: Supply food or poison to teammates from distance. Carry unconscious teammates on back remotely. Supports remote backpack access.
By 91Kitty
Last updated | 15 hours ago |
Total downloads | 478 |
Total rating | 0 |
Categories | Mods Client Side |
Dependency string | 91Kitty-remote_mod-1.0.8 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function

BepInEx-BepInExPack_PEAK
BepInEx pack for PEAK. Preconfigured and ready to use.
Preferred version: 5.4.2403README
Remote_Mod
中文 / English
当前版本是一个基础的多人协作辅助模组,专注于通过远程协助功能增强团队协作体验。
Current version is a basic multiplayer assistance mod focused on enhancing team collaboration experience through remote assistance features.
功能介绍 / Function Introduction
远程模式 • 按下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
使用说明 / Usage Instructions
-
按下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
功能亮点 / Feature Highlights
• 无距离限制,可远程观察任何队友的视角 • 在远程模式下直接进行喂食和携带操作
• No distance limitations, can remotely observe any teammate's perspective • Direct feeding and carrying operations while in remote mode
安装指南 / Installation
-
从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
配置文件 / Configuration
配置文件路径: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
自定义配置 / Custom Configuration
修改按键
- 打开配置文件
com.Kitty.remote.cfg
- 修改对应的按键值
支持的按键格式
- 单键:
G
、F
、Space
- 组合键:
Ctrl+G
、Shift+F1
- 手柄按键:
JoystickButton4
、JoystickButton5
Modify Keys
- Open configuration file
com.Kitty.remote.cfg
- Modify corresponding key values
Supported Key Formats
- Single key:
G
,F
,Space
- Combination keys:
Ctrl+G
,Shift+F1
- Gamepad buttons:
JoystickButton4
,JoystickButton5
中文 / Chinese
v1.0.7
新功能 / 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
v1.0.5
✨ 键盘快捷键系统重构
•使用 KeyboardShortcut类型支持多键组合(如 Ctrl+B)
•Rewrote keybind system with KeyboardShortcutfor combo keys
🌐 国际化配置支持
•所有配置项现包含中英文双语说明
•Added bilingual (CN/EN) descriptions for all config options