Difference between revisions of "CLEO"

From GTAMods Wiki
Jump to navigation Jump to search
m (Projects Using CLEO: not yet ;))
(External Links)
Line 48: Line 48:
 
* {{GTAF|271646|CLEO 2 topic}}
 
* {{GTAF|271646|CLEO 2 topic}}
 
* {{GTAF|317904|CLEO 3 MODS}} – topic by {{U|ZAZ}}
 
* {{GTAF|317904|CLEO 3 MODS}} – topic by {{U|ZAZ}}
 +
* {{GTAF|403594|CLEO Script Tutorial}} – topic by {{U|ZAZ}}
 
* {{Icon|Net}} [http://www.gtagarage.com/mods/browse.php?C=14&State=0&Type=0&Game=0&Order=LastUpdate&Dir=DESC&st=0 CLEO Scripts @ GTAGarage]
 
* {{Icon|Net}} [http://www.gtagarage.com/mods/browse.php?C=14&State=0&Type=0&Game=0&Order=LastUpdate&Dir=DESC&st=0 CLEO Scripts @ GTAGarage]
 
{{tool-stub}}
 
{{tool-stub}}
 
{{SA-navi}}
 
{{SA-navi}}
 
[[Category:Mission Scripting]]
 
[[Category:Mission Scripting]]

Revision as of 04:58, 24 March 2009

CLEO
Current version:3.0.950 (!)
Developed by:Seemann
Type:mission scripting
Website:http://cleo.sannybuilder.com

CLEO 3 is a library hooking some exe functions and extending coding possibilities in GTA San Andreas. The author of the CLEO library is Seemann.

Features

Extra opcodes

CLEO 3 adds 50 useful opcodes for the file management, game memory handling, calling exe functions and much more. The third version adds such opcodes as a call of a SCM function, creating a thread or starting a mission from an external file and more. To use all these opcodes, get the latest version of Sanny Builder 3.

Plugins

  • SCM Log
  • GXT Hook
  • HUME
  • MP3 Player
  • Quick Opcode

This section is incomplete. You can help by fixing and expanding it.

Custom scripts

CLEO 3 allows adding custom scripts (commonly with the file extension .cs) to the game written in Sanny Builder without need to start a new game. All you need is to write 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 achievement in GTA SA modding.

This section is incomplete. You can help by fixing and expanding it.

Game Versions Compatibility

CLEO 3 only works with SA v1.0 and v1.01.

CLEO 3 doesn't work with v2.00 and higher. To get it working you need a downgrade patch (.exe of version 1.0 preferably).

It appears that CLEO doesn't work with certain versions of GTA San Andreas. It crashes the game at startup. To solve this problem, visit this topic and scroll down for the compact exe archive and password.

Known Bugs

All versions has a bug with MP3s. Using them could cause occasional crashes of the game.

Projects Using CLEO

This section is incomplete. You can help by fixing and expanding it.

External Links