Skip to content

Releases: Nenkai/ff16.utility.modloader

1.1.6

09 Jan 23:51
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

[1.1.1] - 2024-10-17

fix: adding rows when merging nex tables.

1.1.0

10 Oct 21:51
Compare
Choose a tag to compare

[1.1.0] - 2024-10-10

Nex Patcher

Specific nex file changes are now picked up to be merged. Should allow more mods with edits to specific nex edits to co-exist (that doesn't mean mods can't be incompatible if they edit the same table values.)

Nex changes are also logged to the console.

Reworked file structure.

Previous pack name method mapping is preserved for compatibility purposes.

  • ../0007/nxd/gamemap.nxd - Maps to pack 0007, and path is nxd/gamemap.nxd - Old/compatibility behavior.
  • ../system/graphics/atmosphere/texture/endof/tsinglemie_atms.tex - Maps to pack 0028 and path is system/graphics/atmosphere/texture/endof/tsinglemie_atms.tex - Pack name is automatically guessed.
  • ../nxd/en/ui.nxd - Maps to pack 0007.en and path is nxd/ui.nxd - Pack name is guessed and locale depends on sub-folder.

.path files are no longer required (only for main packs. nested packs will require them.)

Mod Information in Main Menu

ffxvi_rMbx24sty1

Configuration options

All of the above is configurable in the loader's configuration menu.

1.0.8

22 Sep 16:30
Compare
Choose a tag to compare

[1.0.8] - 2024-09-22

fix: ensure to clean up modded contents before processing mod changes
fix: ensure to skip broken packs (and log errors instead)

1.0.6

20 Sep 23:27
Compare
Choose a tag to compare

fix: Further sanity checks/potential error fixes.

1.0.5

18 Sep 13:56
Compare
Choose a tag to compare

fix: further pathing fixes (which would cause certain mods not to load).