

A powerful camera perspective mod for PEAK that supports First, Second, and Third person views
为 PEAK 游戏打造的强大视角切换模组,支持第一人称、第二人称和第三人称视角
PerspectiveSwitcher is an enhanced camera mod for PEAK that allows you to seamlessly switch between three different camera perspectives: First Person, Second Person, and Third Person. This mod is based on the excellent work from peak-thirdperson by EvaisaDev, with significant enhancements including second-person view support and improved code architecture.
Note: This project was developed with AI assistance. The architecture design was provided by the author, and the code implementation was AI-assisted.
🔄 Three Perspective Modes
🎮 Easy Controls
V (configurable) to cycle through perspectives: First → Second → Third → First🛡️ Other Features
| Perspective | Camera Position | View Direction | Use Case |
|---|---|---|---|
| First Person | Inside character | Forward | Immersive gameplay |
| Second Person | In front of character | Looking at character | Unique cinematic shots |
| Third Person | Behind character | Forward (through character) | Better spatial awareness |
TODO: Add screenshots here showing each perspective mode
First Person - Classic immersive view
Second Person - Unique front-facing perspective
Third Person - Traditional behind-character view
Prerequisites
Install via GALE Mod Manager (Recommended)
Install via r2modman
Manual Installation
plugins folder contents to PEAK/BepInEx/plugins/The mod creates a configuration file at BepInEx/config/com.github.nazo-x1.PerspectiveSwitcher.cfg:
[Camera.Toggles]
## Switch the camera perspective (First -> Second -> Third)
# Setting type: KeyboardShortcut
# Default value: V
SwitchPerspective = V
You can change the toggle key by editing this file or using BepInEx Configuration Manager.
Switching Perspectives
V (default) to cycle: First Person → Second Person → Third Person → First PersonAdjusting Camera Distance (Second/Third Person only)
Tips
Original Third-Person Mod: EvaisaDev/peak-thirdperson
Development
Contributors: Y0nxy
This project is licensed under the GNU General Public License v3.0 (GPLv3) - see the LICENSE file for details.
视角切换器 (PerspectiveSwitcher) 是一款为 PEAK 游戏打造的增强型相机模组,允许你在三种不同的相机视角之间无缝切换:第一人称、第二人称和第三人称。本模组基于 EvaisaDev 的优秀作品 peak-thirdperson,并进行了重大增强,包括第二人称视角支持和改进的代码架构。
说明:本项目采用 AI 辅助开发。架构设计由作者提供,代码实现由 AI 辅助生成。
🔄 三种视角模式
🎮 简单易用的控制
V 键(可配置)循环切换视角:第一人称 → 第二人称 → 第三人称 → 第一人称🛡️ 其他特性
| 视角模式 | 相机位置 | 视角方向 | 使用场景 |
|---|---|---|---|
| 第一人称 | 角色内部 | 向前 | 沉浸式游戏体验 |
| 第二人称 | 角色前方 | 看向角色 | 独特的电影式镜头 |
| 第三人称 | 角色后方 | 向前(通过角色) | 更好的空间感知 |
TODO:待添加显示各视角模式的截图
第一人称 - 经典的沉浸式视角
第二人称 - 独特的正面视角
第三人称 - 传统的角色后方视角
前置要求
通过 GALE Mod Manager 安装(推荐)
通过 r2modman 安装
手动安装
plugins 文件夹内容复制到 PEAK/BepInEx/plugins/模组会在 BepInEx/config/com.github.nazo-x1.PerspectiveSwitcher.cfg 创建配置文件:
[Camera.Toggles]
## Switch the camera perspective (First -> Second -> Third)
# Setting type: KeyboardShortcut
# Default value: V
SwitchPerspective = V
你可以通过编辑此文件或使用 BepInEx Configuration Manager 来更改切换按键。
切换视角
V 键(默认)循环切换:第一人称 → 第二人称 → 第三人称 → 第一人称调整相机距离(仅第二/第三人称)
提示
原始第三人称模组:EvaisaDev/peak-thirdperson
开发说明
贡献者:Y0nxy
本项目采用 GNU 通用公共许可证 v3.0 (GPLv3) - 详见 LICENSE 文件
Enjoy your enhanced PEAK experience! 🎮
享受增强的 PEAK 游戏体验!🎮
Made with ❤️ for the PEAK community