nunuhara / alice-tools

Tools for extracting/editing files from AliceSoft games.
GNU General Public License v2.0
127 stars 19 forks source link

Problem: Cannot do --transcode #32

Open t-horita-bit opened 2 years ago

t-horita-bit commented 2 years ago

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?