fuukar

New Member
Apr 17, 2022
7
6
13
Follow the instructions at that link.

Open a terminal window.

Type:
Code:
wget https://raw.githubusercontent.com/mrbvrz/segoe-ui-linux/master/install.sh
Then type:
Code:
chmod +x install.sh
and then type:
Code:
./install.sh
That will start the download and configuration program for the font. I think you need to hit 'Y' to advance the installation.

Assuming you already have WINE installed, in the game's directory (with the .exe file), right-click and open a terminal and use this command to start the game using WINE with the locale set to Japanese

Code:
LANG="ja_JP.UTF8" wine YourBinary.exe
Where YourBinary.exe is the exe filename for the program. I think it is MACHO.exe (check to be sure). Then hit Enter to start the game in WINE with Japan set as your locale.

Remember to go into the CONFIG and set the font to Segoe-UI.

Good luck!

I did all that but I was still having a problem with the game opening with some weird shit going on with my Linux. Turns out wine wasn't recognizing the path of the game because of the japanese characters, so maybe just renaming your folder to regular ASCII might solve your problem. I've renamed my folder to "bokudaka2".
 
4.20 star(s) 40 Votes