MiddleRed / UmaEnhance

Umamusume (ウマ娘) Plugin. Intergrated with useful functions. 集成多个实用功能的赛马娘插件,提升游戏体验

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UmaEnhance

English | 中文

A third-party plugin with useful functions to customize & better Uma Musume (ウマ娘) gaming experience.

Usage

Only support game downloaded from Windows DMM Game Player.
Download the version.dll file from Releases, and put this file under the game exe folder.
If you want to change the plugin settings, create uconfig.json file in the same folder. You can copy the example following to the file:

{
    "fps":-1,

    "inspectMsgPack":true,
    "saveRequestPack":false,
    "saveResponsePack":false,
    
    "forceClosingGame":true
}

You can also manually add other settings to it.
Check Wiki to get more detailed information and usage about the plugin.

Build

  1. Install vcpkg , Visual Studio 2022 (or latest)
  2. Clone the repository
  3. Build by Visual Studio

Related repositories

Part of the code is from:
umamusume-localify
EXNOA-CarrotJuicer

Special Thanks

@GEEKiDoS
@CNA-Bld
@akemimadoka
@chinosk114514

Disclaim

All resources and contents in this repository are for learning ONLY. The code and tools in this repository may violate Cygames official EULA, and we assumed that you have clearly understood the potential consequences once you use these tools. We are not responsible for ANY damage or trouble caused by the use of the tools in this repository.

About

Umamusume (ウマ娘) Plugin. Intergrated with useful functions. 集成多个实用功能的赛马娘插件,提升游戏体验

License:MIT License


Languages

Language:C++ 92.1%Language:Assembly 7.9%