Skip to content

ChenLiu0921/Locale_Remulator

 
 

Repository files navigation

Locale Remulator

license GitHub all releases

类似于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

Download available at https://github.com/InWILL/Locale_Remulator/releases/latest.

Getting Started

Prerequisites

Install

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后,请重启资源管理器或者重启系统。

Uninstall

Run unregister.bat to remove right-click menu.

Usage

Select a *.exe application and right click, there will show a section named "Locale Remulator x64", and choose what config you want.

Built With

  • Detours - Used to hook ANSI/Unicode functions
  • SharpShell - Used to generate right-click menu

Deployment

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

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • InWILL - Initial work - InWILL

See also the list of contributors who participated in this project.

License

This project is licensed under the LGPL-3.0 License - see the LICENSE file for details

About

System Region and Language Simulator.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 55.5%
  • C# 35.2%
  • C 5.5%
  • Batchfile 3.8%