Skip to content

Releases: damianjurkiewicz/comp-asi-loader

COMP.ASI Loader 1.0

21 Jan 19:54
a117fe5

Choose a tag to compare

  • Replaced the script folder with an asi folder.
  • Removed the crashdumps folder.
  • Crashes now generate a single crash.log file in the main game directory (can be disabled in the .ini).
  • Added 4 different hooking methods selectable in the .ini for 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 0 causes 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 modloader logic.
  • .ini file 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.