Releases: devyndamonster/OtherLoader
Releases · devyndamonster/OtherLoader
Release v0.1.4 - Old Habits
PLEASE NOTE: OtherLoader is now incompatible with LSIIC Virtual Objects Injector!
- Added support for loading legacy mods
- Legacy files are loaded from the VirtualObjects folder
Release v0.1.3 - Go Faster
- Added config option to set how many mods can be loading in at the same time
- By default, all mods will be loaded in at the same time (Similar to how LSIIC does it)
- This results in faster loading overall, but more lag in the beginning
- Fixed issue with globbed files
Release v0.1.2 - Communication Is Key
- Added new configs to control log output
- Configs are found in the
Deli/configs/h3vr.otherloader.deli.cfg
file
- Configs are found in the
- General improvements to logging and error catching
- Made first-time loading of assets more asynchronous
- Added global
LoaderStatus
class, which allows mod makers to track the progress of asset loading
Release v0.1.1 - Categories and Stuff
- Added support for custom item spawner categories
- Added new
OptimizeMemory
config option (off by default)- When set to true, mod asset bundles are not kept in memory, and will be loaded on-demand when items are spawned
- Fixed bug where new ammo types were not added properly
Release v0.1.0 - A Whole New Loader
Initial release of OtherLoader!
See the ReadMe for details and installation instructions