类似于Locale Emulator,但是没有64位,所以基于Detours重新实现了一个,外围部分参照了LE的代码。
最主要的原因是日服MapleStory要实装64位了。
wiki在做了在做了(咕咕咕······
System Region and Language Simulator.
The project is similar with Locale-Emulator, but LE doesn't support 64-bit application, so I base on Detours to start a new project.
The most important reason is that Japan MapleStory will become 64-bit.
Download available at https://github.com/InWILL/Locale_Remulator/releases/latest.
Run LRInstaller.exe
to install Locale_Remulator.
If you installed old version in the past, please restart explorer or reboot system after installing new version.
如果先前安装过旧版LR,安装新版LR后,请重启资源管理器或者重启系统。
Run LRInstaller.exe
to remove Locale_Remulator.
Select a *.exe
application and right click, there will show a section named "Locale Remulator x64", and choose what config you want.
Run LREditor.exe
and click Shortcut
button, choose what config and application you want to run, there will generate a lnk file in the same path. You could use this lnk file to use LR conveniently without right click menu.
- Detours - Used to hook ANSI/Unicode functions
- SharpShell - Used to generate right-click menu
(1) choose platform x86 to generate LRHookx32.dll
(2) choose platform x64 to build all project.
(3) In Locale_Remulator\LRInstaller
there will generate LRInstaller.exe
which is the Installer application.
choose solution Platform x86 or x64.
Copy files to keep this file path.
LREditor.exe
LRHookx32.dll
LRHookx64.dll
LRInstaller.exe
LRProc.exe
LRSubMenus.dll
ServerRegistrationManager.exe
SharpShell.dll
System.Drawing.Common.dll
We use SemVer for versioning. For the versions available, see the tags on this repository.
- InWILL - Initial work - InWILL
See also the list of contributors who participated in this project.
This project is licensed under the LGPL-3.0 License - see the LICENSE file for details