Tutorial Others Playing On Linux - Tutorials, Tools And Help

5.00 star(s) 3 Votes

Mitsuna

Active Member
Jun 21, 2019
523
689
Try using -O shift-jis with unzip through the command line:

Code:
unzip -O shift-jis filename.zip
Well, cp932 actually. You also need a natspec patched unzip in order to be able to do that (unzip -h | grep \\-O should give a line). In order to actually play games it might be needed to generate the ja_JP.UTF-8 glibc locale (locale-gen), and then it's necessary to define LC_ALL=ja_JP.UTF-8 environment variable (some games want more LC variables some less, ALL is safe) for every Japanese app. Yes, you probably don't need any system language support.
 
5.00 star(s) 3 Votes