cleolibrary / CLEO-Redux

Experimental JavaScript runtime for GTA 3D era games/GTA IV/Bully
https://re.cleo.li
Other
214 stars 20 forks source link

For Installer (UAL Filename) #84

Closed ghost closed 1 year ago

ghost commented 1 year ago

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

x87 commented 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.

ghost commented 1 year ago

There are many mods need separate ASI Loader for VC

One of the Popular SkyGFX

IMG_20230107_225356

x87 commented 1 year ago

If you need ASI loader for other mods, you can install it separately. I don't see why it is a CLEO Redux problem.

ghost commented 1 year ago

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

ghost commented 1 year ago

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

user-grinch commented 1 year ago

"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.

ghost commented 1 year ago

It's OK, came to my mind that's why I said

ghost commented 1 year ago

Hey, @x87

You have done it this in CLEO Redux v1.0.6, So you can close this.