SimpleInGameChat (中文)
简单游戏内聊天模组,附带 TP(玩家之间传送)功能。
主要功能
- 在游戏中通过文字聊天
- 玩家之间可以通过 TP 功能传送
- 注意:该功能默认关闭,需要通过配置文件开启
- 玩家可以通过
/tp <目标玩家名> 命令发送传送请求
- 被请求的玩家可以输入
/tp yes 接受传送请求,或输入 /tp no 拒绝传送请求
其他功能
- 配置文件
- 可以自定义聊天快捷键,支持绑定键盘、鼠标和手柄按键
- 可以自定义每次游戏的聊天历史记录行数
- 配置文件路径:BepInEx\config\IceBoxStudio.SimpleInGameChat.cfg
- 多语言支持
- 默认支持简体中文、繁体中文、英语和日语,根据游戏语言自动切换模组语言
- 如果你想贡献其他语言可以联系我加入到模组中,当前游戏支持的语言的语言代码:fr, de, ko, pt, ru, es, tr, uk
API
- 提供注册命令到聊天窗口的功能,其他模组可以通过该功能添加自定义命令到聊天窗口。具体查看模组的 Wiki 页面。
兼容性
Bug 反馈
SimpleInGameChat (English)
Simple in-game chat mod with TP(player-to-player teleport) feature.
Main Features
- In-game chat
- Player-to-player teleportation (TP)
- Note: This feature is disabled by default. You need to enable it through the configuration file.
- Players can send TP requests to each other using the
/tp <target player name> command
- The target player can accept or reject the request by typing
/tp yes or /tp no respectively
Other Features
- Configuration File
- Can customize the chat shortcut key, supports binding keyboard, mouse, and gamepad keys
- Can customize the number of chat history lines per game
- Configuration file path: BepInEx\config\IceBoxStudio.SimpleInGameChat.cfg
- Multi-language Support
- Default support for Simplified Chinese, Traditional Chinese, English, and Japanese. The mod automatically switches language based on game language
- If you want to contribute other languages, contact me to add them to the mod. Current supported language codes: fr, de, ko, pt, ru, es, tr, uk
API
- Provides a feature to register custom commands to the chat window. Other mods can use this to add their own commands. Please refer to the mod's Wiki page for more details.
Compatibility
Bug Reports