Skip to content

v0.2.15 for 2.21+

Choose a tag to compare

@github-actions github-actions released this 22 Jun 18:02
· 12 commits to main since this release

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+