Skip to content

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

Uninstall

Run LRInstaller.exe to remove Locale_Remulator.

Usage Method 1

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

Usage Method 2

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.

Built With

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

Built

(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.

Deployment

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

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# 54.5%
  • C++ 40.5%
  • C 5.0%