91Kitty-remote_mod icon

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-5.4.2403 icon
BepInEx-BepInExPack_PEAK

BepInEx pack for PEAK. Preconfigured and ready to use.

Preferred version: 5.4.2403

README

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

  1. 按下G键:激活远程模式

  2. 选择队友:进入队友的第一人称视角

  3. 执行操作: • 远程喂食:在远程模式下为队友提供食物 • 远程携带:在远程模式下携带昏迷队友

  4. 再次按下G键:退出远程模式

  5. Press G Key: Activate remote mode

  6. Select Teammate: Enter teammate's first-person perspective

  7. Perform Actions: • Remote Feeding: Provide food for teammates while in remote mode • Remote Carry: Carry unconscious teammates while in remote mode

  8. 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

  1. 安装 BepInEx PEAK版

  2. 从Thunderstore下载 Remote_Mod

  3. 解压到 PEAK/BepInEx/plugins 文件夹

  4. 启动游戏,配置文件将自动生成

  5. Install BepInEx PEAK Edition

  6. Download Remote_Mod from Thunderstore

  7. Extract to PEAK/BepInEx/plugins folder

  8. 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

修改按键

  1. 打开配置文件 com.Kitty.remote.cfg
  2. 修改对应的按键值

支持的按键格式

  • 单键:GFSpace
  • 组合键:Ctrl+GShift+F1
  • 手柄按键:JoystickButton4JoystickButton5

Modify Keys

  1. Open configuration file com.Kitty.remote.cfg
  2. 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