You are viewing a potentially older version of this package. View all versions.
Sirdoggy-ModulWorkshop_Optimizer-0.1.0 icon

ModulWorkshop Optimizer

Adds on-demand loading to ModularWorkshop! Greatly decreasing game launch times and initial RAM usage

Date uploaded a day ago
Version 0.1.0
Download link Sirdoggy-ModulWorkshop_Optimizer-0.1.0.zip
Downloads 252
Dependency string Sirdoggy-ModulWorkshop_Optimizer-0.1.0

This mod requires the following mods to function

BepInEx-BepInExPack_H3VR-5.4.1700 icon
BepInEx-BepInExPack_H3VR

BepInEx pack for H3VR. Preconfigured and ready to use.

Preferred version: 5.4.1700
nrgill28-Sodalite-1.5.1 icon
nrgill28-Sodalite

Modding API and tools for H3VR code plugins

Preferred version: 1.5.1
cityrobo-ModularWorkshop-1.3.1 icon
cityrobo-ModularWorkshop

Who said Modular Mods had to be laggy?

Preferred version: 1.3.1

README

Modular Workshop Optimizer

In order for ModularWorkshop mods to function, all of their assets need to be loaded in during game startup! This is very demanding and leads to very long launch times and high RAM usage for the entire play session.

This mod fixes that by making modular parts load on-demand as you spawn guns! For this to work, a cache needs to be built the first time you launch the game (this means you won't see the launch speed improvement until the 2nd launch). This cache will be updated automatically as you install or update your mods.

Beware that spawning a gun from a large pack can take a while the first time, since well, the assets are no longer preloaded during game startup.

IF YOU ARE ON LINUX: Please check the config file after launching the game! There is a compatibility option for you in case stuff breaks.

IF YOU FIND THIS MOD BREAKS SOMETHING: First, try enabling the "Disable async loading" config option as a temporary fix. Second, make a bug report in the H3VR Homebrew discord server and ping me (@Sirdoggy)!

The mod was tested by me in sandbox, T&H, and Supply Raid with several modul guns installed. While I haven't ran into any issues, I can't guarantee that it won't break anything!

CHANGELOG

0.1.0

Initial release