Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

v0.3

Compare
Choose a tag to compare
@BC46 BC46 released this 28 Jan 20:52
· 17 commits to main since this release

Added support for re-calling internal set-value functions, allowing patches to work that would otherwise occur too late

The following offsets can now be patched dynamically:

  • Freelancer.exe, 1C8910: Single (float32) 20000 -> 40000. Increases the poly flipping distance, which allows jumpholes and other effects to be seen from further away.
  • Freelancer.exe, 1628F4: Hexadecimal 48 -> 50. Filter out incompatible builds on server list by default.
  • Common.dll, 13F48C: Single (float32) 10000 -> 50000. Increases the maximum docking initiation distance.

If you find more offsets that cannot be patched out of the box, please raise an issue.