Skip to content

2.5.0

Compare
Choose a tag to compare
@XDelta XDelta released this 25 Oct 11:59
· 52 commits to main since this release
c82d49a

New features

  • New OnChanged event for ModConfigurationKey's
    ExampleConfigKey.OnChanged += (value) => { Msg($"Key set to {value}"); };
  • Loading progress indicator on the splash screen to show the current status #1
    • Only shows modloader specific engine steps
    • Can be hidden with the hidevisuals Modloader config option

Tweaks

  • TargetFramework is now net472
  • Removed the headless build condition
    • A separate headless build is not currently needed
  • Changed harmony id to com.resonitemodloader.ResoniteModLoader

Additional notes

  • Marked IncompatibleConfigurationHandlingOption.FORCE_LOAD as obsolete, use FORCELOAD
  • Added xml doc to release

Known issues

#2 On headless, you'll need to set the hidevisuals config