Skip to content

Releases: ow-mods/owml

2.9.2

03 Jul 20:05
edeae66
Compare
Choose a tag to compare

Fix nuget packing

2.9.1

02 Jul 18:49
f07c2c3
Compare
Choose a tag to compare
  • Fixes cyclic dependency of disabled mods breaking load order

2.9.0

26 Dec 18:37
d8c689b
Compare
Choose a tag to compare
  • Fix incorrect Obsolete attributes.
  • If assembly loading fails, continue normally.
  • Add dlcOnly property to mod options, so the option only appears in menus if the player owns the DLC.
  • Change incremental GC option to default to enabled.
  • Better dialogue for GameVersionHandler.

2.8.0

01 Dec 15:31
000e3b3
Compare
Choose a tag to compare
  • Deprecated OWML.ModHelper.Events. Use HarmonyHelper instead, it's better and more reliable.
  • Added incremental GC option to in-game OWML config menu.
  • Added tooltips to in-game OWML config menu.

2.7.5

18 Nov 23:01
3ef0fb7
Compare
Choose a tag to compare
  • Updated the minimum, maximum, and latest game versions.
  • Added option to enable Incremental GC in OWML.Config.json. It is disabled by default. Enabling this will help smooth out lag spikes caused by some mods, but it is unknown how it may affect some big mods like QSB or NomaiVR. Please let us know! (Method to enable Incremental GC discovered by @SkutteOleg)

2.7.4

14 Nov 21:19
04cf3a1
Compare
Choose a tag to compare
  • Updated the minimum, maximum, and latest game versions.

2.7.3

30 Oct 03:30
2361cee
Compare
Choose a tag to compare

Features

  • Added tooltips to mod settings
  • Allow default interface method implementations in APIs
  • Allow generic methods and any assignable types in APIs

Bug fixes:

  • Fixes issue where all mod configs were being reset when you'd click the button to reset one of them.
  • Fixes OWML hiding all base game menu tooltips
  • Reorder config settings to match the default config

Miscellaneous

  • Updated examples
  • Updated docs

2.7.2

27 Sep 23:17
6c07dd2
Compare
Choose a tag to compare
  • Fixed bug where you couldn't leave the "MODS" menu tab in the options. (Thanks @JohnCorby )

2.7.1

26 Sep 14:16
9325fd3
Compare
Choose a tag to compare
  • Added docs. (Thanks @Bwc9876 !)
  • Updated internal file with latest game versions.

2.7.0

18 Sep 04:35
c7a0a2a
Compare
Choose a tag to compare
  • Removed enabled config option for all mods since it was misleading (mods cannot be enabled/disabled in game)
  • This means that not all mods will have options available in the Mods settings. Those with options will be displayed first with buttons leading to their options pages. A list of enabled/disabled mods without options is still displayed after those with options.
  • Updated manifest schema, and fixed regex for game version.
  • Added better checks for game version / vendor, including options in mod manifests.
  • Fixed exceptions not being printed fully.
  • Fixed config settings not being saved after exiting menu.
  • Corrected the XML summary for GetFirstFreeValue
  • Added more methods to EnumUtils
  • Updated manifest schema, and fixed regex for game version.
  • Added better checks for game version / vendor, including options in mod manifests.
  • Fixed exceptions not being printed fully.
  • Fixed config settings not being saved after exiting menu.
  • Corrected the XML summary for GetFirstFreeValue
  • Added more methods to EnumUtils