2 items

File information

Last updated

Original upload

Created by

AthosAP

Uploaded by

AthosAP

Virus scan

Safe to use

Tags for this mod

About this mod

Make digimons tell their remaining life span; Allow unrestricted ExE;

Share
Requirements
Permissions and credits
Changelogs
Digimon World Next Order Helper
A small helper for the game Digimon World Next Order (steam version)
Only the official steam version is supported.
Use at own risk.

Features:
- Make digimons tell their remaining life span (press F1);
- Allow unrestricted ExE;

How to use:
There are 2 ways to use this mod:
- Using a dll injector (any basic injector will be enough, here is a simple open source: DLL-Injector)
- As a plugin for BepInEx

Using a dll injector:
Simply inject the DWNOHelper.dll
If using the suggested dll injector, put the dll and the ini file in the same directory of "inject.exe" and run:

inject.exe "DWNOHelper.dll" "Digimon World Next Order.exe"

Using a BepInEx plugin:
Make sure the BepInEx is properly installed and running (It requires Bleeding Edge 667).
Installation instruction of BepInEx can be found here: Installing BepInEx on Il2Cpp Unity

The plugin is a simple .NET dll that loads the actual helper library into the process.

Put both dll's and the .ini file in the BepInEx plugins folder:

<Digimon World Installation Directory>\BepInEx\plugins\
Notes:
Make sure the .ini file is in the same folder as the dll.
The .ini file is optional, if it's missing or malformed the default settings will be used, which only the lifespan message is enabled (triggered by pressing F1).

Github:
Source Code