#I can't convert SQLite back to NXD

1 messages · Page 1 of 1 (latest)

shell dove
#

I have converted an NXD file to SQLite and edited it using SQLiteStudio. What I edited was a test to change the in-game text to my language. Now, I would like to convert it back to NXD to test it, but it’s not working. Could you please kindly guide me on how to proceed?

sharp herald
#

You need to add -t tablename to your command

shell dove
# sharp herald 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.

shell dove
#

Oh, it looks like it’s working now. I just need to add one more '0007.diif.pac' file.

torn nebula
sharp herald
#

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>