Closed ghost closed 1 year ago
You don't need ASI Loader in GTA III and Vice City. These games use MSS library that provides support for ASI plugins out of the box.
There are many mods need separate ASI Loader for VC
One of the Popular SkyGFX
If you need ASI loader for other mods, you can install it separately. I don't see why it is a CLEO Redux problem.
If you need ASI loader for other mods, you can install it separately. I don't see why it is a CLEO Redux problem.
yeh
For Your Information, @user-grinch fix this problem in CheatMenu Installer (Which is based on CLEO Redux Installer)
CheatMenu Installer InnoSetup Script https://github.com/user-grinch/Cheat-Menu/blob/master/installer/installer.iss
"I fixed it" since CheatMenu requires Ultimate ASI Loader to function properly. I agree with Seeman here. The goal of CLEORedux installer is to make CLEORedux loadable, other mods shouldn't be a concern.
It's OK, came to my mind that's why I said
Hey, @x87
You have done it this in CLEO Redux v1.0.6, So you can close this.
Currently, Installer install Ultimate Asi Loader as VorbisFile.dll ..... But in Gta-vice-city/GTA-III vorbisFile.dll not supported, these games support dinput8.dll
Before Install CLEO-Redux, Installer Check Is SA/VC/III... So you can add a simple code to install right filename of ASI Loader
IsSA = Install VorbisFile.dll IsVC = Install dinput8.dll IsIII = Install dinput8.dll