Others how to run locale emulator on program opened by another program

yukihn96

Newbie
Dec 3, 2018
43
7
i want to install japanese locale game using locale emulator and i can't run install.exe without running setup.exe first, but after i run setup.exe with japanese locale emulator and configure game location, etc. and click proceed install, setup.exe then running install.exe but without japanese locale. so how do i solve setup.exe running install.exe but with japanese locale.
thank you and sorry for my bad english
 

scrumbles

Engaged Member
Jan 12, 2019
2,280
2,339
You could trick the game and replace install.exe with an EXE running install.exe via Locale Emulator. Something like that:

1. Rename the original installer "TrueInstall.exe"
2. Create a TXT file with the following code:
Code:
start Absolute\Path\To\LEProc.exe "Absolute\Path\To\TrueInstall.exe"
See thebrakshow's post for details (read the 2nd attachment).
Save the TXT file as "Install.bat" and put it in the same folder as Install.exe
3. Convert "Install.bat" into "Install.exe". A few solutions are described

I can't test the solution, probably there are a few details to fix. Anyway, I guess you've got the idea.
 

yukihn96

Newbie
Dec 3, 2018
43
7
You could trick the game and replace install.exe with an EXE running install.exe via Locale Emulator. Something like that:

1. Rename the original installer "TrueInstall.exe"
2. Create a TXT file with the following code:
Code:
start Absolute\Path\To\LEProc.exe "Absolute\Path\To\TrueInstall.exe"
See thebrakshow's post for details (read the 2nd attachment).
Save the TXT file as "Install.bat" and put it in the same folder as Install.exe
3. Convert "Install.bat" into "Install.exe". A few solutions are described

I can't test the solution, probably there are a few details to fix. Anyway, I guess you've got the idea.
thank you for the answer. cause i did not find the answer before, i just copy the game data from .iso without installing it and just play it lol
 
  • Like
Reactions: scrumbles