Skip to content

Releases: jackhumbert/mod_settings

v0.2.21 for 2.30+

Choose a tag to compare

@github-actions github-actions released this 19 Jul 15:13

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+

Choose a tag to compare

@github-actions github-actions released this 16 Jul 13:38

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+

Choose a tag to compare

@github-actions github-actions released this 25 Jun 15:28

Changes

  • Cleanup callbacks, reorg

Requirements

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

v0.2.17 for 2.21+

Choose a tag to compare

@github-actions github-actions released this 24 Jun 20:13

Changes

  • Fix default values

Requirements

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

v0.2.16 for 2.21+

Choose a tag to compare

@github-actions github-actions released this 24 Jun 19:36

Changes

  • Fix key binding

Requirements

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

v0.2.15 for 2.21+

Choose a tag to compare

@github-actions github-actions released this 22 Jun 18:02

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+

Choose a tag to compare

@github-actions github-actions released this 18 Jun 23:04

Requirements

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

v0.2.13 for 2.21+

Choose a tag to compare

@github-actions github-actions released this 18 Jun 22:03

Requirements

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

v0.2.12 for 2.21+

Choose a tag to compare

@github-actions github-actions released this 18 Jun 21:05

Changes

  • Possible crash fix

Requirements

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

v0.2.11 for 2.21+

Choose a tag to compare

@github-actions github-actions released this 18 Jun 16:31

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+