

A mod for Mimesis that scales the in-game camera field of view.
| Component | Version |
|---|---|
| Mimesis | Latest Steam build |
| MelonLoader | 0.7.1 or higher |
FovScale.dll release from the releases pageMimesis/Mods/FovScale.dll
Note: The configuration file will be created automatically on first launch at
UserData/MelonPreferences.cfg
Configuration values are stored in UserData/MelonPreferences.cfg under the Fov Scale category.
| Option | Description | Default | Range |
|---|---|---|---|
fieldOfView |
Value to adjust the camera field of view width | 60.0 |
Any positive decimal value |
FOV Changer uses a Harmony Postfix patch on CinemachineBrain.PushStateToUnityCamera to set the camera's field of view after Cinemachine applies its camera settings.
The patch ensures the FOV modification is applied at the final stage of camera updates, preventing it from being overwritten by Cinemachine's internal state management.
This project is provided as-is under the MIT License. Contributions are welcome via pull requests.