It's said pretty much said above it "Changed the way game resources are handled internally. Dynamically loading necessary resources."What in the name of code optimization happened here.
- Significantly decreases ram usage while using mods. Testing with 33 mods ram usage went down down ten times from 7.1GB to 731MB
Instead of loading all mods into ram it stores then on the hard drive and loads them when necessary.