Skip to content

Releases: devyndamonster/OtherLoader

Release v0.1.4 - Old Habits

17 Apr 20:35
Compare
Choose a tag to compare

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

15 Apr 14:22
bb252f8
Compare
Choose a tag to compare
  • 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

11 Apr 13:55
Compare
Choose a tag to compare
  • Added new configs to control log output
    • Configs are found in the Deli/configs/h3vr.otherloader.deli.cfg file
  • 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

10 Apr 20:49
Compare
Choose a tag to compare
  • 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

09 Apr 15:42
7123d99
Compare
Choose a tag to compare

Initial release of OtherLoader!
See the ReadMe for details and installation instructions