OptmizationMod
This mod allows you to reduce the load on your video card from 90%+- to 50%+-
By BurglinHub
| Last updated | a day ago |
| Total downloads | 337 |
| Total rating | 1 |
| Categories | Mods Misc AI Generated |
| Dependency string | BurglinHub-OptmizationMod-1.0.2 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2304README
More FPS and less load on the graphics card.
The game has a lot of unnecessary calculations for your graphics card, which puts a lot of strain on it. This mod fixes this without breaking the display of anything in the game.
Сhanges:
- Hard 60 FPS limit.
Previous: The game tried to squeeze the maximum out of the graphics card, rendering 100+ frames per second even in situations where it wasn't needed (for example, when you're just standing in a house). The graphics card was idling.
Current: We've hard-coded the game to 60 frames per second. The graphics card has time to rest between frames.
2. Disabling "crazy" reflections.
Previous: To make metallic objects and puddles shine beautifully, the game re-photographed the entire 360-degree world around you every frame (60 times per second!). This is an incredibly difficult task.
Current: We've disabled updating these 360-degree reflections every fraction of a second.
3. Disabling "double world" (mirrors and water).
Previous: Due to certain water and mirror settings, the graphics card had to render the entire game twice (once for you, and once as an inverted copy for reflections).
Current: We've disabled this double rendering (Planar Reflections). You'll barely notice it, but it cuts your graphics card's workload by half.
4. Removing "heavy" 3D clouds (SkyMaster).
How it used to be: The game has a sky asset that, to render volumetric clouds, performs almost a thousand ray casts per pixel on the screen. This is the level of graphics found in the latest AAA games, and it crushes any graphics card.
Current: We've completely disabled this heavy cloud controller.
5. Limiting ambient light around the player. How it used to be: The game attempted to render up to six dynamic lamps/lanterns (with shadows from each) simultaneously, right in front of your face.
How it works now: We've reduced the limit to four lamps. The difference isn't noticeable, but the lighting is now much easier to process.