Skip to content

A mod for Neos VR to disable motion blur postprocessing.

License

Notifications You must be signed in to change notification settings

zkxs/MotionBlurDisable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MotionBlurDisable

A NeosModLoader mod for Neos VR that disables all motion blur. This makes the desktop experience much more usable.

This will no longer be needed once Neos-Metaverse/NeosPublic#322 is resolved.

Installation

  1. Install NeosModLoader.
  2. Place MotionBlurDisable.dll into your nml_mods folder. This folder should be at C:\Program Files (x86)\Steam\steamapps\common\NeosVR\nml_mods for a default install. You can create it if it's missing, or if you launch the game once with NeosModLoader installed it will create the folder for you.
  3. Start the game. If you want to verify that the mod is working you can check your Neos logs.

What does this actually do?

It force disables the Unity MotionBlur post processing effect for all cameras by replacing the camera setup method with a slightly modified version.