Skip to content

Release 1.1.0 - Assembly Support

Compare
Choose a tag to compare
@devyndamonster devyndamonster released this 10 Oct 22:12
· 92 commits to master since this release
  • 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