Release 1.1.0 - Assembly Support
- Added new loading tag:
assembly
- Allows for OtherLoader mods to also load their own scripts
- These assemblies will load in the setup stage, before any other assets are loaded
Assembly Tag Example
dependencies:
hard:
h3vr.otherloader: 1.0.0
assets:
setup:
- path: Schockhammer.dll
plugin: h3vr.otherloader
loader: assembly
runtime:
nested:
- assets:
- path: w2_schockhammer
plugin: h3vr.otherloader
loader: item