ReaperAnon / Shadow-of-War-Sample-Project

Sample project based on the Middle Earth Mod Loader.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shadow of War Sample Project

Consider donating if you enjoy my work:

ko-fi

Details

A sample project made for the Middle Earth Mod Loader using its simple mod menu and logging API. Implements a plugin with a mod menu containing some sample settings and hosts some skeleton code which can be expanded to fit your needs.

How To Use

It's a very simple compilation process, the only thing that is required is Visual Studio 2022 with the MSVC compiler.

After cloning the repo or downloading the source code in a .zip, it compiles straight to a .dll file which can be placed in the plugins folder of the game for use.

Further information and explanations can be found on the page of the mod loader or in the modloaderapi.h header file included in the project.

Credits

Dear ImGui

About

Sample project based on the Middle Earth Mod Loader.


Languages

Language:C++ 90.5%Language:C 9.5%