Skip to content

Releases: spaar/besiege-modloader

1.7.1

07 Jun 13:57
Compare
Choose a tag to compare
  • Update for Besiege v0.45a compatibility
  • Improve error handling in Configuration loading
  • Increase maximum length of console commands

1.7.0

07 Apr 17:01
Compare
Choose a tag to compare
  • Update for Besiege v0.45 compatibility
  • [Feature, API] Thanks to @Pixali, a library called "Harmony" that allows runtime patching of game code is now integrated into the mod loader
  • Notice for modders: The game contains a class called OptionsMenu now, so to access the mod loader one you'll need to use ModLoader.OptionsMenu

1.6.2

18 Jan 15:48
Compare
Choose a tag to compare
  • Update for compatibility with Besiege v0.42 Hotfix B

1.6.1

16 Jan 13:41
Compare
Choose a tag to compare
  • Update for Besiege v0.42 Hotfix A compatibility
  • [BUGFIX] Fix the block loader throwing an ArgumentException under certain circumstances.

1.6.0

13 Jan 20:04
Compare
Choose a tag to compare
  • Update for Besiege v0.42 compatibility
  • [API] Allow mods to keep references to OptionsButtons and SettingsButtons after they were created. Thanks @lench4991 for this.

1.5.4

06 Nov 15:51
Compare
Choose a tag to compare
  • Update for Besiege v0.4 compatibility
  • [BUGFIX] Numpad keys can now be used in the key mapper

1.5.3

08 Sep 19:34
Compare
Choose a tag to compare
  • Update for Besiege v0.35 compatibility

1.5.2

05 Sep 12:17
Compare
Choose a tag to compare
  • Update for Besiege v0.32 Hotfix C compatibility
  • [BUGFIX] Fix pin blocks always displaying interception warning
  • [BUGFIX] Include Old Sandbox and Barren Expanse in zone handling API
  • [API] Add MirrorVisuals and MirrorColliders method to BlockScript

1.5.1

24 Aug 14:45
Compare
Choose a tag to compare
  • Fix missing block loader resources

1.5.0

23 Aug 19:47
Compare
Choose a tag to compare
  • Update for Besiege v0.32 Hotfix B compatibility
  • [Feature] Integrate the block loader by TheGuysYouDespise into the mod loader