A simple MelonLoader mod for Dave the Diver that disables camera shake by forcing manual shake control.
- Game Version: Dave the Diver v1.0.3.1522 (minimum)
- Mod Loader: MelonLoader 0.7
- Author: OffTheW
- Disables automatic camera shake in Dave the Diver.
-
Install MelonLoader 0.7.x
Download and install MelonLoader if you haven't already:
MelonLoader Releases -
Download the Mod
Build this project or download the latest release DLL (typically namedNoCameraShake.dll). -
Copy the Mod DLL
PlaceNoCameraShake.dllinto your game'sModsfolder (e.g.,
.../Dave The Diver/Mods/). -
Launch the Game
Start Dave the Diver as usual. If installed correctly, you'll see a log message:NoCameraShake initialized → Forcing IsManualShakeControl = true
- Open
DaveTheDiverCameraMod.slnin Visual Studio 2019 or later. - Build the solution in Release mode.
- The output DLL will be in
DaveTheDiverCameraMod/bin/Release/.
Note: You must reference the correct game and MelonLoader assemblies. Paths are set up for a typical MelonLoader install, but you may need to adjust them if your setup is different.
- Game: Dave the Diver v1.0.3.1522 or newer
- MelonLoader: 0.7 (Il2Cpp)
- Mod by OffTheW
- Built with MelonLoader