So I'm following these steps trying to modify my US keyboard app to offer Japanese text and I haven't the slightest clue how one actually edits those files. I had no trouble up to this point (even using Decrypt9WIP which has a B9S version available Do I have to somehow decompile them or something? Or are people doing some sort of hex editing? (But I noticed that the post about modifying the Italian keyboard shows plain text "code" that I presume is copied and pasted in somewhere.) My swkbd_msbt_LZ.bin file is definitely some sort of binary file, not plaintext. I suppose rom hackers already know what to do, but I'm not really a rom hacker, just someone trying to get hiragana to show up as an option (mostly so I can test out a game that refuses to let one continue if they don't enter hiragana or katakana --and won't even let me enter numbers at all nor will it accept symbols.)
To make things worse, I was testing the process and it was unable even to rebuild the CIA at all, failing completely on the final part:
Code:
D:\3DS\KeyboardMod>makerom -f cia -o USKeyboard_modified.cia -content system.0000.0000000b:0:0x0b -major 4 -minor 0
[CIA WARNING] Common Key could not be loaded, CIA will not be encrypted
[CIA ERROR] Option "-major" cannot be applied for cxi.
[RESULT] Failed to build CIA
For now I'm using the ctrtool, 3dstool, and makerom from that HomeMenu mod thread linked to on the first page -- should I be using different versions? Should I just remove the "-major 4" parameter (and possibly "-minor 0" as well) from the command line? Up until this point it seems fine with no obvious errors on the other lines.
Alternately, I sure would be grateful if anyone was willing to provide a US version (preferably the better one where it actually shows Japanese characters on the tenkey page) pre-made. I can find a European version on "that site" but nowhere I look do I see a US version. I don't particularly want to do any special mods or anything different, just get this working for the US keyboard.