CLEO 4 library (4.3.20)
New library CLEO 4 from April 21, 2015
Scripts
When using CLEO, you can add new scripts written in Sanny Builder or another script editor without having to start a new game. All that is required to add such a script to the game is to place it in the ! folder! CLEO. The script will start working after the game starts. To remove a script from the game, simply delete the corresponding file.
All scripts are written by game fans and are not related to CLEO developers. Although the CLEO library itself should work with different versions of the game, individual scripts may have their own limitations and requirements for game files. For questions about the performance of a particular script, please contact its author.
Opcodes
The fourth version has new commands for working with sounds, strings, the ability to display text on the screen without using external files (.gxt,.fxt). To evaluate the new achievements and use them in your scripts, install this latest version of the CLEO 4 library.
Plugins
CLEO plugins are regular DLL files, but with the extension.CLEO. When launched, the CLEO library looks for files with the given extension in the CLEO folder and tries to load them. In case of successful loading, the plugin starts working and performs the functions for which it was written.
CLEO 4 allows you to create new opcodes using the CLEO SDK source codes. In the starter kit of the library, you can find three examples of such plugins.
Plugins are installed and removed in the same way as scripts. A list of available plugins can be found at this page .
Installing
CLEO 4 is distributed as an automatic installer.
CLEO 4.3 supports three versions of GTA San Andreas: 1.0, 1.01, 3.0 (steam).
CLEO requires the installation of ASI Loader, which comes with the library. ASI Loader is a program that automatically downloads files with the extension.asiat the start of the game. ASI Loader replaces one of the original game filesvorbisFile.dllyour own, so make sure you make a copy of this file.
Other game files are not replaced, but the following files and folders are added:
•cleo(the CLEO folder where all scripts and plugins are copied)
•cleoFileSystemOperations.cleo(file plugin)
•cleoIniFiles.cleo(plugin for working with INI)
•cleoIntOperations.cleo(plugin for working with integers at the bit level)
•cleocleo_save(CLEO save folder)
•cleo.asi(CLEO library core)
•bass.dll(library for working with audio)
•vorbisHooked.dll(ASI Loader by Silent)
All plugins are optional, but their functionality can be used by various CLEO scripts.
CLEO 4 for San Andreas requires the installed libraryto play sound files! BASS.dllofficial website of Un4seen Developments Ltd .
Compatible with CLEO 3
CLEO is constantly improving and expanding over time. In very rare cases, some scripts written for CLEO 3 may not work with CLEO 4. Starting with CLEO 4.3, you can enable a special compatibility mode for CLEO 3 scripts. To do this, change the script file extension (usually it is. cs) to.cs3. CLEO 4.3 will work with such scripts in a special mode, which includes changing the behavior of some script commands. At the same time, in the vast majority of cases, CLEO 3 scripts work with CLEO 4 without any problems, and the use of compatibility mode is not required.
Authors
The author and original developer of the CLEO library is Seemann .
The development of CLEO 4 started Alien , now Deji .
Use it at your own risk.
CLEO 4.3 uses ASI Loader from Silent .
Information about changes in version 4.3 and a more detailed description of CLEO features can be found in the readme files that come with the library.
Thanks
Stanislav Golovin (a.k.a. listener) - for his great work in researching GTA games.
mfisto for alpha testing of the CLEO 4 library, advice and support
NTAuthority and LINK/2012 for help with CLEO 4.3
Difference from version 4.3.18
• Fixed a bug with the ability to substitute an incorrect variable in the opcode 0AB1 in the mission
• Updated SDK (not included)
Unlike this file here is the installation file without SDK
Scripts
When using CLEO, you can add new scripts written in Sanny Builder or another script editor without having to start a new game. All that is required to add such a script to the game is to place it in the ! folder! CLEO. The script will start working after the game starts. To remove a script from the game, simply delete the corresponding file.
All scripts are written by game fans and are not related to CLEO developers. Although the CLEO library itself should work with different versions of the game, individual scripts may have their own limitations and requirements for game files. For questions about the performance of a particular script, please contact its author.
Opcodes
The fourth version has new commands for working with sounds, strings, the ability to display text on the screen without using external files (.gxt,.fxt). To evaluate the new achievements and use them in your scripts, install this latest version of the CLEO 4 library.
Plugins
CLEO plugins are regular DLL files, but with the extension.CLEO. When launched, the CLEO library looks for files with the given extension in the CLEO folder and tries to load them. In case of successful loading, the plugin starts working and performs the functions for which it was written.
CLEO 4 allows you to create new opcodes using the CLEO SDK source codes. In the starter kit of the library, you can find three examples of such plugins.
Plugins are installed and removed in the same way as scripts. A list of available plugins can be found at this page .
Installing
CLEO 4 is distributed as an automatic installer.
CLEO 4.3 supports three versions of GTA San Andreas: 1.0, 1.01, 3.0 (steam).
CLEO requires the installation of ASI Loader, which comes with the library. ASI Loader is a program that automatically downloads files with the extension.asiat the start of the game. ASI Loader replaces one of the original game filesvorbisFile.dllyour own, so make sure you make a copy of this file.
Other game files are not replaced, but the following files and folders are added:
•cleo(the CLEO folder where all scripts and plugins are copied)
•cleoFileSystemOperations.cleo(file plugin)
•cleoIniFiles.cleo(plugin for working with INI)
•cleoIntOperations.cleo(plugin for working with integers at the bit level)
•cleocleo_save(CLEO save folder)
•cleo.asi(CLEO library core)
•bass.dll(library for working with audio)
•vorbisHooked.dll(ASI Loader by Silent)
All plugins are optional, but their functionality can be used by various CLEO scripts.
CLEO 4 for San Andreas requires the installed libraryto play sound files! BASS.dllofficial website of Un4seen Developments Ltd .
Compatible with CLEO 3
CLEO is constantly improving and expanding over time. In very rare cases, some scripts written for CLEO 3 may not work with CLEO 4. Starting with CLEO 4.3, you can enable a special compatibility mode for CLEO 3 scripts. To do this, change the script file extension (usually it is. cs) to.cs3. CLEO 4.3 will work with such scripts in a special mode, which includes changing the behavior of some script commands. At the same time, in the vast majority of cases, CLEO 3 scripts work with CLEO 4 without any problems, and the use of compatibility mode is not required.
Authors
The author and original developer of the CLEO library is Seemann .
The development of CLEO 4 started Alien , now Deji .
Use it at your own risk.
CLEO 4.3 uses ASI Loader from Silent .
Information about changes in version 4.3 and a more detailed description of CLEO features can be found in the readme files that come with the library.
Thanks
Stanislav Golovin (a.k.a. listener) - for his great work in researching GTA games.
mfisto for alpha testing of the CLEO 4 library, advice and support
NTAuthority and LINK/2012 for help with CLEO 4.3
Difference from version 4.3.18
• Fixed a bug with the ability to substitute an incorrect variable in the opcode 0AB1 in the mission
• Updated SDK (not included)
Category:
Section:
Author:
Deji
E-mail / website:
File size:
801.85 Kb
File replaces:
Unknown
Uploaded:
Downloads:
27099
Download file
Download From Telegram
fast and easy
fast and easy
-
1429965752_cleo4.zipDownload (0.78 MB)Password: libertycity
-
turbobit.netDownloadPassword: libertycity
Recommended files
10 December 2023
GTA San Andreas
Street Workout v2.1 [PC + Mobile]
Horizontal bar, push-ups, parallel bars and more are now in your GTA San Andreas! Build muscle and burn fat CJ! Added version for mobile devices! Some exercises can be done anywhere, and the sports ground is located behind the main character's h...
23 October 2024
GTA San Andreas
Void Weapon Wheel
A simple and convenient weapon wheel that does not stand out from the general style of the game. Features: Works both on the key and using the mouse wheel; Compatible with gamepads (needs GInput); Compatible with SAMP; Compatible with lo...
22 March 2022
GTA San Andreas
Train on the streets and highway
Train on the streets and highways for GTA San Andreas This mod changes the path of the train. Now the train will be on highways LS, SF and LV. It is not recommended to complete the Catalyst, Wrong Side of the Tracks, Snail Trail and Green Goo m...
17 November 2024
GTA San Andreas
Busy Pedestrians: Peds Events Project
This modification is a combination of a large number of my modifications related to people, enlivening the world around us and adding huge variety to the game. The modifications are combined into one common ifp file, but each is located in a separat...
19 October 2024
GTA San Andreas
Gasoline Mod v2.3
The mod adds fuel for cars and bikes. Despite the fact that there were many similar mods, I decided to make this mod using modern Cleo features, also making the settings more flexible for users, and overall the mod has higher stability. You can repl...
24 May 2014
GTA San Andreas
Snipers on Grove Street + Auxiliary cleo-script
An experimental cleo-script on the topic "Groove Street is a house". Which adds ten snipers to the ten roofs of Gruv Street, including the roof of the player's house. Plus an auxiliary cleo script, in addition to this script, which continues ...
25 March 2024
GTA San Andreas
Street musicians v4.0
Now there are street musicians all over the state of San Andreas! In every city you can meet unique musical groups, unique performers playing different melodies, and all this on instruments such as: Violin; Saxophone; Guitar; Synthesizer; ...
21 November 2024
GTA San Andreas
Weapon Details
This mod allows you to visually use various small parts in a weapon, such as a magazine (clip), bolt, etc. During reloading, the magazine separates and falls down. When fired, the bolt recoils and then returns to its place. The forend of the shotgun...
22 September 2024
GTA San Andreas
DrIVe Mod
This mod is a combination of my 4 previous mods, namely: Stealing a car like in GTA 4 Stop animation like in GTA4 Starting the engine like in GTA4 Steering wheel Now they are united by one common ifp file, but you can remove the ...
28 June 2016
GTA San Andreas
ELECTRICA Part 2: Streetlights
In this part of the mod, I replaced all (hopefully)) models of street lighting poles that are present throughout the state with more detailed ones. The archive also contains the Bonus folder, it contains 2 models. Broken pole and street garland. They...
5 January 2024
GTA San Andreas
Street Cleaners v1.1
This mod adds characters to the entire state of San Andreas, thanks to whom the city becomes so clean and well-groomed! You can meet workers with a broom, rake and watering can. The time they appear and work on the streets is from morning to noon. ...
28 August 2010
GTA San Andreas
New Grove Street 2010 v.2
This is the new Groove Street 2010 v.2 Description Second version of Groove Street 2010 +New textures-PATHROADS-GRASS-TREES-HOUSES-CJ HOUSE +Reduced the number of trees on the road to Grove Street +Svit's garage opened + Trees stand near houses...
16 November 2024
GTA San Andreas
Manual DriveBy Refixed
This mod allows free aiming and shooting from inside cars. It is based on the latest version of Manual Driveby Remake from Mixmods (last updated on 07/03/2022) and includes bug fixes, performance improvements, and new features. Update v.24.11....
10 April 2022
GTA San Andreas
Grove Street in the style of GTA 5
V Grove Street Retextured Features: - High quality models; - High quality textures; - High-quality collision. Install after completing the storyline.
Comments 18