ASI Loader is a tool for loading .ASI plugins in FIFA Manager.
It works with all latest FIFA Manager games (tested since FIFA Manager 07).
What is ASI plugin?
It's a dynamic library with .asi extension which is attached to some process (in case of FM, it can be Editor, Manager).
Why do we need this?
As for developer, It gives you ability to modify exe code/data values without editing the exe file itself.
As for user, it gives you ability to load .ASI plugins which were made by developers.
API
There's plugin-std C/C++ header file in API folder. It brings some functions for checking current process you attached to.
Maybe API will be extended in future.
Any example?
Sure. Here, for example, a code of simple plugin written in C++ which changes game's start date to 2016:

Also there's an example can be found in 'For Developers' folder.
How to create plugins?
Programming and reversing skills are required.
You need to know how to write and compile dynamic libraries.
Download
D/L Link - 1.0.5.0
If you have files from previous ASI Loader versions ("d3d8.dll", "winmm.dll", "version.dll", "davhlpr.dll", "winspool.drv") in FIFA Manager folder, please delete them!
Useful links
ASI plugins - index thread
It works with all latest FIFA Manager games (tested since FIFA Manager 07).
What is ASI plugin?
It's a dynamic library with .asi extension which is attached to some process (in case of FM, it can be Editor, Manager).
Why do we need this?
As for developer, It gives you ability to modify exe code/data values without editing the exe file itself.
As for user, it gives you ability to load .ASI plugins which were made by developers.
API
There's plugin-std C/C++ header file in API folder. It brings some functions for checking current process you attached to.
Maybe API will be extended in future.
Any example?
Sure. Here, for example, a code of simple plugin written in C++ which changes game's start date to 2016:

Also there's an example can be found in 'For Developers' folder.
How to create plugins?
Programming and reversing skills are required.
You need to know how to write and compile dynamic libraries.
Download
D/L Link - 1.0.5.0
If you have files from previous ASI Loader versions ("d3d8.dll", "winmm.dll", "version.dll", "davhlpr.dll", "winspool.drv") in FIFA Manager folder, please delete them!
Useful links
ASI plugins - index thread
The post was edited 17 times, last by Dmitry: Updated to 1.0.4.0 ().