Immersive first-person and manager-view camera pack for Football Manager 2026. Switch cameras on demand or let the mod automatically jump into POV mode for key match events (goals, free-kicks, corners, penalties, and replays) to make every highlight feel like you are on the pitch.
- Hotkeys:
F1classic FM camera,F2player POV,F3previous player,F4next player,F5manager zone POV,F6toggle Auto-POV mode. - Auto-POV slows match speed for dramatic moments and restores your original speed afterwards.
- Context-aware POV selection (penalties switch to shooter/goalkeeper, set pieces follow the taker, etc.).
- Built for BepInEx IL2CPP 6.x; installs cleanly through FM Reloaded Mod Manager using the included manifest.
- Football Manager 2026 (Steam build).
- FM Reloaded Mod Manager
0.5.0or later. - BepInEx 6 (IL2CPP) bootstrap already installed in your FM directory.
- Open the Mod Store tab and install
ArthurRay PoV Camera Mod. The entry downloads the latestArthurRayPovMod.dll, fetches the hostedmanifest.json, and places the DLL inBepInEx/plugins/. - Alternatively, download the DLL manually and use Install From ZIP/Folder → select the folder containing
manifest.json. - Enable the mod and launch the game.
- Download
ArthurRayPovMod.dllfrom the latest GitHub release. - Copy
plugins/ArthurRayPovMod.dllinto yourFootball Manager 26/BepInEx/plugins/folder. - (Optional) Keep the bundled
manifest.jsonalongside the DLL so FM Reloaded can detect updates.
- Open
SourceCode/ArthurRayPovMod.slnwith Visual Studio 2022. - Restore NuGet packages (BepInEx feed is already listed in the
.csproj). - Build in
Releaseconfiguration; the DLL will appear inSourceCode/bin/Release/net6.0/ArthurRayPovMod.dll. - Place the built DLL in the
plugins/folder and regenerate the release ZIP if needed.
The repository root contains a manifest.json that FM Reloaded uses during installation:
{
"name": "ArthurRay PoV Camera Mod",
"version": "1.0.0",
"type": "misc",
"author": "GerKo & Brululul",
"files": [
{
"source": "plugins/ArthurRayPovMod.dll",
"target_subpath": "BepInEx/plugins/ArthurRayPovMod.dll",
"platform": "windows"
}
]
}Keep the manifest updated whenever you ship a new version so the Mod Manager can verify compatibility and perform clean installs.
- Plugin by GerKo & Brululul with contributions from the FM Reloaded community.
- Powered by BepInEx and Harmony.
For issues or feature requests, open an issue on GitHub or join the FM Reloaded Discord.