Skip to content

feleksmods/FLoader

Repository files navigation

FLoader - a new era of modding for Age of History 2: Definitive Edition!

FLoader is a powerful, fast, and efficient mod loader that will let you bring any idea to life! Instead of tedious file editing or limited scripting, FLoader provides a native Java API and a robust Mixin system, allowing developers to hook into any part of the game logic with surgical precision and maximum efficiency.

Features

  • Java Native Power: Write mods in pure Java. Enjoy type safety, modern language features (Java 21), and blazing-fast execution.
  • Advanced Mixin System: Inject your code directly into the game's bytecode at runtime. Modify existing methods without touching the original game.jar.
  • Event Architecture: Mods can use the fast and convenient event bus, allowing for efficient management of the game world!
  • Deep Game API: Over 100+ mapped functions to control civilizations, world data, diplomacy, and the Steam API (achievements, rich presence).
  • Game Integrity: The original game files remain untouched. FLoader works as a Java Agent, applying changes only in memory.

Installation

Installing and running FLoader takes just a few minutes!

  1. Download the .zip archive in FLoader
  2. Unzip the archive into the game folder
  3. Run run.bat and enjoy the game!

Building FLoader

Here you can find the project building instructions

Creating mods for FLoader

To create mods for FLoader, you can visit this page

You can join the Discord server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors