SekiroDisableCameraAutoRotateA DLL mod for
Sekiro: Shadows Die Twice that disables the automatic camera rotation when the player moves.
⚠️ Important: This mod is designed for mouse input. If you use a controller, you may experience issues such as lack of smooth acceleration (the camera reaches max speed immediately when the stick is tilted) and a dead zone in stick input.
DescriptionIn Sekiro, the camera automatically adjusts its angle when the player character moves, which can be disorienting for some players. This mod disables that behavior, giving you full manual control over the camera.
Features
- Disables automatic camera pitch adjustment
- Disables automatic camera yaw adjustment on Z-axis movement
- Disables automatic camera pitch adjustment on XY-axis movement
- Disables automatic camera yaw adjustment on XY-axis movement
UsageThis mod is designed to be loaded via
ModEngine3 (me3). You can also use
me3-manager, a GUI frontend that uses me3 as its backend.
ModEngine3 Configuration ExampleCreate a .me3 configuration file with the following content:
profileVersion = "v1"
]
game = "sekiro"
]
enabled = true
path = "SekiroDisableCameraAutoRotate.dll" # Supports relative path (relative to the .me3 file) or absolute path
Place the SekiroDisableCameraAutoRotate.dll in the same directory as your .me3 file, or adjust the path accordingly.
For detailed configuration instructions, please refer to the
ModEngine3 Documentation.
CreditsThis project is based on the camera adjustment code from
SekiroFpsUnlockAndMore by
uberhalit. Special thanks for providing the game data patterns needed for the modifications.
SourceGitHubSekiroDisableCameraAutoRotate一个用于
《只狼:影逝二度》(Sekiro: Shadows Die Twice) 的 DLL Mod,用于禁用玩家移动时的相机自动旋转功能。
⚠️ 重要提示:本 Mod 专为鼠标操作设计。如果使用手柄,可能会出现以下问题:摇杆操作没有平滑加速效果(摇杆轻拨即达到最大转动速度),以及存在一段死区。
描述在《只狼》中,当玩家角色移动时,相机会自动调整角度,这对部分玩家来说可能会造成不适。本 Mod 禁用了该行为,让你可以完全手动控制相机。
功能
- 禁用相机俯仰角自动调整
- 禁用 Z 轴移动时的相机偏航角自动调整
- 禁用 XY 轴移动时的相机俯仰角自动调整
- 禁用 XY 轴移动时的相机偏航角自动调整
使用方法本 Mod 通过
ModEngine3 (me3) 加载。你也可以使用
me3-manager,这是一个使用 me3 作为后端的图形界面工具。
ModEngine3 配置示例创建一个 .me3 配置文件,内容如下:
profileVersion = "v1"
]
game = "sekiro"
]
enabled = true
path = "SekiroDisableCameraAutoRotate.dll" # 支持相对路径(相对于 .me3 文件所在目录)和绝对路径
将 SekiroDisableCameraAutoRotate.dll 放置在与 .me3 文件相同的目录下,或根据需要调整路径。
详细的配置说明请参阅
ModEngine3 文档。
致谢本项目参考了
SekiroFpsUnlockAndMore 中的相机调整代码,作者为
uberhalit。特别感谢提供了修改所需的游戏数据模式。
来源GitHub