Skip to content

Releases: jackhumbert/mod_settings

v0.2.21 for 2.30+

19 Jul 15:13

Choose a tag to compare

Changes

  • Update for 2.3
  • Fix float slider handle size
  • Potential hang fix

Requirements

  • RED4ext 1.27.0+
  • ArchiveXL 1.23.0+
  • Redscript 0.5.28+

v0.2.19 for 2.21+

16 Jul 13:38

Choose a tag to compare

Changes

  • Subscribe classes to base class changes as well

Requirements

  • RED4ext 1.27.0+
  • ArchiveXL 1.23.0+
  • Redscript 0.5.28+

v0.2.18 for 2.21+

25 Jun 15:28

Choose a tag to compare

Changes

  • Cleanup callbacks, reorg

Requirements

  • RED4ext 1.27.0+
  • ArchiveXL 1.23.0+
  • Redscript 0.5.28+

v0.2.17 for 2.21+

24 Jun 20:13

Choose a tag to compare

Changes

  • Fix default values

Requirements

  • RED4ext 1.27.0+
  • ArchiveXL 1.23.0+
  • Redscript 0.5.28+

v0.2.16 for 2.21+

24 Jun 19:36

Choose a tag to compare

Changes

  • Fix key binding

Requirements

  • RED4ext 1.27.0+
  • ArchiveXL 1.23.0+
  • Redscript 0.5.28+

v0.2.15 for 2.21+

22 Jun 18:02

Choose a tag to compare

Changes

Support for keybindings with overridableUI defined in XMLs. Minimal example:

public class MyMod {
  @runtimeProperty("ModSettings.mod", "Let There Be Flight")
  public let vehicleFlight: EInputKey = EInputKey.IK_O;
}

vehicleFlight must be defined as an overridableUI using Input Loader or otherwise in an XML.

Requirements

  • RED4ext 1.27.0+
  • ArchiveXL 1.23.0+
  • Redscript 0.5.28+

v0.2.14 for 2.21+

18 Jun 23:04

Choose a tag to compare

Requirements

  • RED4ext 1.27.0+
  • ArchiveXL 1.23.0+
  • Redscript 0.5.28+

v0.2.13 for 2.21+

18 Jun 22:03

Choose a tag to compare

Requirements

  • RED4ext 1.27.0+
  • ArchiveXL 1.23.0+
  • Redscript 0.5.28+

v0.2.12 for 2.21+

18 Jun 21:05

Choose a tag to compare

Changes

  • Possible crash fix

Requirements

  • RED4ext 1.27.0+
  • ArchiveXL 1.23.0+
  • Redscript 0.5.28+

v0.2.11 for 2.21+

18 Jun 16:31

Choose a tag to compare

Changes

  • Fix crash related to registering/unregistering listeners
  • (more) fully version independent

Requirements

  • RED4ext 1.27.0+
  • ArchiveXL 1.23.0+
  • Redscript 0.5.28+