Skip to content

Plusic API Beta-v1.0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Mega4oSS Mega4oSS released this 04 Nov 20:07
· 38 commits to main since this release

Description:
Plusic API is a pre-release tool designed to enhance your Age of History III experience by enabling code editing and mod compatibility. Currently, it features partial Mixin implementation, allowing you to insert your own code into the game.

Changelog:

(1.0.1)

  • A critical error has been fixed that prevented loading mods from the local "mods" folder next to the "aoh3.exe|jar" file (Thanks to Ya Uu for discovering it).
  • A new annotation, @ReturnTo, has been added to the mixin. The value should specify the name of a local (or global) variable; if referring to variables from other classes, the full path (i.e., including packages) must be specified.
  • An equivalent to constructorParameters has been added for methods (methodParameters).
  • Logs have been implemented (Thanks to @ArtArss ).
  • Colors for Windows 10 console have been corrected (not tested) (Thanks to @ArtArss ).
  • Logs have been improved (Thanks to...).

Installation Instructions for Plusic API:

  1. Extract the downloaded file to the root folder of your Age of History III game directory.
  2. Ensure that your game executable is named "aoh3.exe" or "aoh3.jar."
  3. If it is essential for the game file to have a different name, you can specify the game's path in the launch parameters by editing the startPapi.bat file with the argument -game "path to your game file".
  4. Launch the game using startPapi.bat.

New Contributors

Full Changelog: Beta...Beta-1.0.1

For any bugs or issues encountered, please report them in the issues section on the GitHub page.
Elevate your modding capabilities and enjoy a more customizable gameplay experience!