Hello folks! This time I will share about the equipment that is in need mos in GTA SA modding for you. What is that? It is CLEO 4! CLEO 4 has 100 useful opcodes in store that allow working with external files, changing the game memory, calling exe functions with custom parameters and much more. New opcodes were added in the fourth version to work with audio streams, to format strings, to display custom texts on screen without using external text files (.fxt, .gxt). To assess all the achievements and use them in your scripts, install the latest version of the CLEO library.
Plugins
The CLEO plugins are the DLL files having an extension .CLEO. At startup, the CLEO library scans the folder\CLEO\ for the files with that extension and tries to load them. If successful, the plugins begin to work and do what they were made for.
CLEO 4 allows to make new opcodes using sources of the CLEO SDK. The starter kit contains there examples of such plugins:
-IniFiles.cleo – opcodes for INI files
-FileSystemOperations.cleo – opcodes for files and folders.
-IntOperations.cleo – opcodes for logical operations (AND, OR, XOR, etc).
The plugin installation is very simple: just copy the plugin file to the folder \CLEO\. To cancel the plugin usage, delete a proper file.
CUSTOM SCRIPTS
Starting from CLEO 3, it’s possible to add custom scripts written in Sanny Builder to the game without starting of a new game. All you need is to place a script file in the \CLEO folder and run the game (new or saved). To remove the script - delete a proper file.
CLEO 4 was developed for three different versions: 1.0 us, 1.0 eu and 1.01 eu. So, there are eight exe files the library can work with:
Original name Description Game version Size
gta_sa.exe original 1.0 us 1.0 14 405 632 bytes
gta_sa.exe public no-dvd 1.0 us 1.0 14 383 616 bytes
gta_sa_compact.exe listener's exe 1.0 5 189 632 bytes
gta_sa.exe original 1.01 eu 1.01 14 405 632 bytes
gta_sa.exe public no-dvd 1.01 eu 1.01 15 806 464 bytes
gta_sa.exe 1С version 1.01 15 806 464 bytes
gta_sa.exe original 1.0 eu 1.0 unknown
gta_sa.exe public no-dvd 1.0 eu 1.0 14 386 176 bytes
Installation
СLEO 4 is distributed with an auto-installer. To install the library run the installer and follow its instructions.
CLEO 4 uses 3 files in work: vorbisFile.dll, vorbishooked.dll, cleo.asi.
CLEO 4 for San Andreas needs the BASS.dll v2.4 to be installed. This dll file can be downloaded from the official site of Un4seen Developments Ltd. To install BASS.dll just copy the bass.dll to the GTA San Andreas game folder.
Installation
СLEO 4 is distributed with an auto-installer. To install the library run the installer and follow its instructions.
CLEO 4 uses 3 files in work: vorbisFile.dll, vorbishooked.dll, cleo.asi.
CLEO 4 for San Andreas needs the BASS.dll v2.4 to be installed. This dll file can be downloaded from the official site of Un4seen Developments Ltd. To install BASS.dll just copy the bass.dll to the GTA San Andreas game folder.
No comments:
Post a Comment