Skip to content

Releases: Nenkai/ff16.utility.modloader

1.2.0

26 May 18:09

Choose a tag to compare

[1.2.0] - 26-05-2025

  • feat: allow disabling FFXVI's anti-debug (on by default, configurable)
  • fix: allow mod loader to boot up while the game runs unpacked
  • fix: misc other fixes
  • deps: updated FF16Tools.Files & FF16Tools.Pack

1.1.9

06 Mar 23:30

Choose a tag to compare

[1.1.9] - 2025-03-07

  • Added a warning against games using altered SteamAPI dlls

1.1.8

13 Feb 22:01

Choose a tag to compare

[1.1.8] - 2025-02-13

misc: update dependencies (FF16Tools.Files) with fix for union types


1.1.7

07 Feb 00:32

Choose a tag to compare

[1.1.7] - 2025-02-07

feat: allow disabling built-in exception handler
api: allow grabbing game version
misc: nex Comment columns will now be ignored
misc: update dependencies (FF16Tools.Files)


1.1.6

09 Jan 23:51

Choose a tag to compare

1.1.6 Pre-release
Pre-release

[1.1.6] - 2024-10-25

dependencies: update FF16Tools.Files


1.1.5

25 Oct 02:57

Choose a tag to compare

[1.1.5] - 2024-10-25

fix: ensure that interfaces do not bundle any dependencies (preventing certain mods from loading up interfaces)


1.1.4

24 Oct 18:09

Choose a tag to compare

[1.1.4] - 2024-10-24

api interface: Implemented new methods

  • bool FileExists(string gamePath, string packSuffix = "");
  • byte[] GetFileData(string gamePath, string packSuffix = "");
  • void AddModdedFile(string modId, string gamePath, byte[] file);

1.1.3

22 Oct 22:18

Choose a tag to compare

[1.1.3] - 2024-10-23

feat: implement initial mod loader api/interface for other code-based mods - Documentation


1.1.2

19 Oct 17:43

Choose a tag to compare

[1.1.2] - 2024-10-19

nex/nxd: update upstream FF16Tools.Files (fixes serialization of nested structures)


1.1.1

16 Oct 23:25

Choose a tag to compare

[1.1.1] - 2024-10-17

fix: adding rows when merging nex tables.