Eiyuden Chronicle: Hundred Heroes
0 of 0

File information

Last updated

Original upload

Created by

makotech222

Uploaded by

makotech222

Virus scan

Safe to use

Tags for this mod

About this mod

Adds configuration to disable unity vsync, set target framerate, and adds various cheats

Permissions and credits
[Requirements]
* BepinEx 6.0.0b688 (BepInEx-Unity.IL2CPP-win-x64-6.0.0-be.688) (from https://builds.bepinex.dev/projects/bepinex_be)
- Extract to game root directory. Run game once afterwards to initialize folders.

[Features]
* Disable VSync
* Set Target Framerate
* Full Heal Party when opening menu
* Set all character Element Compatibility to Best
* Set all Rune slots to allow Epic Runes
* Set all Rune slots to 'Any' Type

[Configuration]
Use Makomod.cfg in BepinEx/config folder to configure options.

[Developer Note]

This is a pretty basic mod that I use in conjunction with cheat engine to enable Speed Hack properly. I'm currently playing through the game and possibly adding more mod options in the future. I also hope this helps out other devs looking for a good starting point.

This game is unfortunately compiled with Il2Cpp in Unity 2021.3.32f1, so decompilation is a lot trickier to handle. I used https://github.com/SamboyCoding/Cpp2IL to decompile the game and output the usual unity dlls, which gives some working, some broken code. If anyone has any better solution for decompilation, let me know.