cleolibrary / CLEO5

CLEO 5 for GTA San Andreas
https://cleo.li
MIT License
57 stars 6 forks source link

Introduced proper ModLoader support with plugin #202

Open MiranDMC opened 2 months ago

MiranDMC commented 2 months ago

Introduces CLEO's ModLoader plugin. It is similar to any other ML plugin, except it does not install any hooks in files forwarded from ML. Instead it just adds them to internal list. The list is later queried by CLEO when doing any file related operations.

Fixes https://github.com/cleolibrary/CLEO5/pull/62 fixes https://github.com/cleolibrary/CLEO5/issues/141 fixes https://github.com/cleolibrary/CLEO5/issues/186