Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
C.S. Melis edited this page Jan 18, 2024 · 8 revisions

Known patches that cannot be applied with FLPatch

NOTE: If you find a patch that does not work with FLPatch but is not listed here, please submit an issue. It may be possible to make the patch work.

ebueula.dll

  • 0019E0: Hexadecimal 83 EC 08 -> 89 F0 C3. Never show the EULA when launching the game by bypassing the registry key check.

FLServer.exe

  • 00B865: Hexadecimal 68 C4 57 42 00 8B -> 89 CE 31 C0 EB 03. Never load EBUEula.dll from the root Freelancer folder (FLServer.exe).

Freelancer.exe

  • 00014E: Hexadecimal 0F -> 2F. Allows Freelancer to use 4GB of virtual memory instead of 2GB.
  • 02477A: Hexadecimal CA 02 -> 00 00. Removes window borders when Freelancer is running in a window #1.*
  • 02490D: Hexadecimal CA 02 -> 00 00. Removes window borders when Freelancer is running in a window #2.*
  • 1B2D72: Hexadecimal 68 80 -> EB 0F. Never load EBUEula.dll from the root Freelancer folder (Freelancer.exe).
  • 1E6DCC: AnsiChar / char8_t 'F' -> ''. Changes the CreateMutex lpName parameter to an empty string, allowing multiple instances of Freelancer to run simultaneously.
Clone this wiki locally