类似于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 register.bat
to register right-click menu.
If you installed old version in the past, please restart explorer or reboot system after registering new version.
如果先前注册过旧版LR,注册新版LR后,请重启资源管理器或者重启系统。
Run unregister.bat
to remove right-click menu.
Select a *.exe
application and right click, there will show a section named "Locale Remulator x64", and choose what config you want.
- Detours - Used to hook ANSI/Unicode functions
- SharpShell - Used to generate right-click menu
choose solution Platform x86 or x64.
Copy files to keep this file path.
Locale_Remulator
│ LREditor.dll
│ LREditor.exe
│ LREditor.runtimeconfig.json
│ LRSubMenus.dll
│ register.bat
│ SharpShell.dll
│ unregister.bat
│
├─Release
│ LRHook.dll
│ LRProc.exe
│ LRSubMenus.dll
│ SharpShell.dll
│
└─x64
└─Release
LRHook.dll
LRProc.exe
LRSubMenus.dll
SharpShell.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