Releases: damianjurkiewicz/comp-asi-loader
Releases · damianjurkiewicz/comp-asi-loader
COMP.ASI Loader 1.0
- Replaced the
scriptfolder with anasifolder. - Removed the
crashdumpsfolder. - Crashes now generate a single
crash.logfile in the main game directory (can be disabled in the.ini). - Added 4 different hooking methods selectable in the
.inifor better compatibility. - Changed default hooking method to a safer one with lower crash probability (Silent ASI Loader–style).
- Automatic management of script folder entries in the
.ini[LoadingOrder]section. - Existing user-defined loading order settings are preserved and never overwritten.
- Default loading priority set to
50. - Supported priority range:
1–100(higher value loads earlier). - Priority
0causes the script to be ignored. - Loading order can still be defined using script filenames with extensions (e.g.
modloader.asi=50). - Loading behavior aligned with
modloaderlogic. .inifile cleaned up and fully documented.- Removed redundant configuration options.
- As a fork of Ultimate ASI Loader, redundant code was removed (reduced from ~2000 to ~900 lines).
- Added an advanced logging system to improve crash detection.
- Simplified crash handling to generate only
crash.log.