Releases: Nenkai/ff16.utility.modloader
Releases · Nenkai/ff16.utility.modloader
1.2.0
[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
[1.1.9] - 2025-03-07
- Added a warning against games using altered SteamAPI dlls
1.1.8
[1.1.8] - 2025-02-13
misc: update dependencies (FF16Tools.Files) with fix for union types
1.1.7
[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
[1.1.6] - 2024-10-25
dependencies: update FF16Tools.Files
1.1.5
[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
[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
[1.1.3] - 2024-10-23
feat: implement initial mod loader api/interface for other code-based mods - Documentation
1.1.2
[1.1.2] - 2024-10-19
nex/nxd: update upstream FF16Tools.Files (fixes serialization of nested structures)