Difference between revisions of "CLEO"
RyanDri3957V (talk | contribs) m (Can't instead of cannot.) |
RyanDri3957V (talk | contribs) m (Wrote his fullname instead.) |
||
Line 34: | Line 34: | ||
* Using mp3 related opcodes in CLEO 3 could cause occasional crashes of the game. CLEO 4 is more stable on this matter | * Using mp3 related opcodes in CLEO 3 could cause occasional crashes of the game. CLEO 4 is more stable on this matter | ||
* Some CLEO features don't work in multiplayer mods such as [[SA:MP]] due to their anti-cheating measures | * Some CLEO features don't work in multiplayer mods such as [[SA:MP]] due to their anti-cheating measures | ||
− | * Complex scripts developed for CLEO 3 (most notably those ones made by Japanese modder | + | * Complex scripts developed for CLEO 3 (most notably those ones made by Japanese modder Ryosuke839) may not work with CLEO 4. A special compatibility mode was introduced in CLEO 4.3 to solve this problem |
== Major projects using CLEO == | == Major projects using CLEO == |
Revision as of 07:07, 1 May 2021
Current version: | 4.4.0 2.0.0.5 2.0.0.5 (!) |
---|---|
Developed by: | Seemann, Alien, Deji, DK22Pac, ThirteenAG |
Supported games: | GTA 3, GTA VC, GTA SA |
Type: | mission scripting |
Website: | http://cleo.li |
CLEO Library or shortly CLEO is a tool that extends coding possibilities in GTA 3 series games by adding a lot of new opcodes and allowing to run the scripts without modifying the main.scm. CLEO was created and originally developed by Seemann. CLEO 4 had been developed by Alien and Deji.
Contents
Features
Extra opcodes
CLEO adds a lot of useful opcodes making possible file management, game memory handling, calling exe functions, playing audio files 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).
Plugins
- SCM Log
- GXT Hook (No more needed with CLEO 4. GXT Hook is built into CLEO 4)
- HUME
- MP3 Player
- Quick Opcode by Alexander Blade
- NewOpcodes by DK22Pac
- ClipboardControl by Deji
- CLEO+ by Junior_Djjr
This section is incomplete. You can help by fixing and expanding it.
Custom scripts
The main feature of CLEO is that it allows running custom scripts (commonly a single file with the extension .cs
) without starting a new game. All you need is to get a script, place it in the CLEO folder and run the game (new or saved). This feature is recognized as one of the most important achievements in GTA SA modding.
Known issues
- CLEO can't work with SA v1.01 and higher. One should use a downgrade patch.
- Using mp3 related opcodes in CLEO 3 could cause occasional crashes of the game. CLEO 4 is more stable on this matter
- Some CLEO features don't work in multiplayer mods such as SA:MP due to their anti-cheating measures
- Complex scripts developed for CLEO 3 (most notably those ones made by Japanese modder Ryosuke839) may not work with CLEO 4. A special compatibility mode was introduced in CLEO 4.3 to solve this problem
Major projects using CLEO
CLEO for GTA III and Vice City
Initially, CLEO was designed and made for San Andreas. The huge success of it and popularity of previous games inspired Alien to port the library for GTA 3 and Vice City, without some features, such as custom saves storing CLEO variables and scripts state. After Alien's retirement, the development slowed down until Silent issued a version with some fixes. Soon after that DK22Pac announced the next version of CLEO for GTA III and Vice City, written from scratch. It was never released, but ThirteenAG helped to finish his work and the second version is now available for download.
CLEO Android
CLEO Android is an official fork of the CLEO Library made by Alexander Blade for the Android platform.
This section is incomplete. You can help by fixing and expanding it.
CLEO iOS
CLEO iOS is an official fork of the CLEO Library made by Squ1dd13 for the iOS platform.
This section is incomplete. You can help by fixing and expanding it.
External links
- Official website
- Source code on GitHub
- CLEO Android
- CLEO iOS on GitHub
- GTAForums: Initial CLEO topic
- GTAForums: CLEO 2 topic
- GTAForums: CLEO 3 MODS – topic by ZAZ
- GTAForums: CLEO Script Tutorial – topic by ZAZ
- GTAForums: First note about CLEO for GTA III/VC
- CLEO Scripts @ GTAGarage
- CLEO 4 - Great New Functions - a short review of new opcodes by Deji