Skip to content

v1.8.0

Compare
Choose a tag to compare
@OrfeasZ OrfeasZ released this 20 Feb 13:57
· 243 commits to master since this release

Added

  • Added a WIP "Editor" mod which provides a way to view and manipulate entities at runtime (it's not really an editor right now, it just kinda looks like one, expect crashes).
  • Added the Clumsy mod. Additional configuration required..
  • Added a mods.ini option to disable the SDK UI (noui = true under [sdk]).
  • Added support for tracking and looking up entities.
  • Added support for rendering game render targets in ImGui.
  • Added icons for the UI.
  • Added support for manual code patching.
  • #43 Added QWERTZ key prompt (by @Toastie).
  • #44 [DiscordRichPresence] Added Freelancer support (by @Toastie).
  • #47 Added Steam Deck / Proton installation instructions (by @alkaris2).

Changes

  • #24 [FreeCam] Removed automatic controls popup.
  • [FreeCam] Switched to a proper toggle for the camera.

Fixed

  • #45 Fixed performance issues with the SDK UI renderer.
  • #37 Fixed various SDK UI renderer crashes and hangs.
  • Improved compatibility with third party game overlays.