I want to change the .ain file's text encoding to translate the game to Chinese, and did like this:
alice ain edit -o out.ain -t out.txt --input-encoding utf-8 --output-encoding GB18030 --transcode GB1830 Rance10.ain
but, it did not work, and the message "WARNING(../src/ainedit/ainedit.c:command_ain_edit:175): Input files specified on the command line are ignored in --transcode mode" displayed...
I want to change the .ain file's text encoding to translate the game to Chinese, and did like this:
alice ain edit -o out.ain -t out.txt --input-encoding utf-8 --output-encoding GB18030 --transcode GB1830 Rance10.ain
but, it did not work, and the message "WARNING(../src/ainedit/ainedit.c:command_ain_edit:175): Input files specified on the command line are ignored in --transcode mode" displayed...
What the message means, and how can I solve it?