Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Latest commit

 

History

History
45 lines (32 loc) · 2.24 KB

README.md

File metadata and controls

45 lines (32 loc) · 2.24 KB

Project Reloaded



All your mods are belong to us.

Experimental, C# universal mod loader framework compatible with arbitrary processes.

Introduction

[Reloaded] is an actively developed DLL Injection based Mod Loader, Mod Management System, Optional Mod SDK (libReloaded) among various other utilities.



It is a completely free and open source public rewrite of Heroes Mod Loader, my original first attempt at a mod management/loader system all the way from the ground up using the C# programming language.

Note: This project is deprecated. It has been superseded by Reloaded-II.

Prerequisites

  • Windows 7, 8.1, 10 or above.
  • .NET Framework 4.7.2 (auto-downloaded by installer if necessary).
  • Visual C++ Redist 2012 (Required by a dependency that shares native and C# code).

Table of Contents

For Users

Casual Modders

Programmers

Potential Contributors