#I can't convert SQLite back to NXD
1 messages · Page 1 of 1 (latest)
You need to add -t tablename to your command
Oh, it worked! Thank you so much!
But it seems I’ve run into another issue. I’ve edited the text in SQLite, converted it back to NXD for the UI part, and then checked it again in a hex editor to confirm that my text has been modified. After that, I replaced the original NXD with the new one and packed it, which resulted in a file called 0007.diff.en.pac. However, when I entered the game, it doesn’t seem to work—the test text I changed didn’t appear.
Oh, it looks like it’s working now. I just need to add one more '0007.diif.pac' file.
so how is the line suppossed to look now?
this is what I used to enter
./FF16Tools.CLI nxd-to-sqlite -i "D:\Final Fantasy XVI Mods\command"
how is it suppossed to look now?
The command hasn't changed for converting from Nex to SQLite. It's still the same:
https://nenkai.github.io/ffxvi-modding/tutorials/nex/nxd_editing/#converting-to-sqlite
But for converting the other way around, it seems like specifying the table name is required.
FF16Tools.CLI sqlite-to-nxd -i <path to sqlite file> -t <tablename>