Difference between revisions of "CLEO"

From GTAMods Wiki
Jump to navigation Jump to search
Line 8: Line 8:
  
 
==Description==
 
==Description==
[http://cleo.sannybuilder.com CLEO Website]
+
CLEO 3 is a library that hooks some exe functions that allows to extend coding possibilities in the game GTA San Andreas. The author of the CLEO library is [[User:Seemann|Seemann]].  
 
 
CLEO 3 is the next step in the CLEO project development that extends coding possibilities in the game GTA San Andreas. The author of the CLEO library is [[User:Seemann|Seemann]].  
 
  
 
==Features==
 
==Features==
 
===Extra opcodes===
 
===Extra opcodes===
CLEO 3 has [[:Category:CLEO Opcodes|50 useful opcodes]] in store, such as file management, [[Memory Addresses (SA)|game memory]] handling, ability to call [[Function Memory Addresses (SA)|exe functions]] and much more. The third version adds such opcodes as a [[0AB1|call of a SCM function]], [[0A92|creating a thread]] or [[0A94|starting a mission]] from an external file and more. To use all these opcodes, get the latest version of [[Sanny Builder|Sanny Builder 3]].
+
CLEO 3 adds [[:Category:CLEO Opcodes|50 useful opcodes]], for the file management, [[Memory Addresses (SA)|game memory]] handling, calling [[Function Memory Addresses (SA)|exe functions]] and much more. The third version adds such opcodes as a [[0AB1|call of a SCM function]], [[0A92|creating a thread]] or [[0A94|starting a mission]] from an external file and more. To use all these opcodes, get the latest version of [[Sanny Builder|Sanny Builder 3]].
  
 
===Plugins===
 
===Plugins===
Line 36: Line 34:
 
Register to the Sanny Builder forums, then go down to post: #41
 
Register to the Sanny Builder forums, then go down to post: #41
  
 +
==Links==
 +
*[http://cleo.sannybuilder.com CLEO Website]
 +
*[http://www.gtaforums.com/index.php?showtopic=268976 Initial Project CLEO topic]
 +
*[http://www.gtaforums.com/index.php?showtopic=271646 CLEO 2 topic]
  
 
[[Category:GTA SA]] [[Category:Mission Script]] [[Category:Tools]]
 
[[Category:GTA SA]] [[Category:Mission Script]] [[Category:Tools]]
 
{{tool-stub}}
 
{{tool-stub}}

Revision as of 19:46, 25 December 2008

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

Description

CLEO 3 is a library that hooks some exe functions that allows to extend coding possibilities in the game 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

no description yet

Custom scripts

CLEO 3 allows adding custom scripts (commonly with the file extension .cs) to the game written in Sanny Builder without need for starting of a new game. All you need is to write a script, place it in the CLEO folder and run the game (new or saved).

Game versions compatibility

CLEO 3 supports SA of both versions 1.0 and 1.01. It was tested with the US 1.0 and EUR 1.01 versions.

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

It appears that CLEO doesnt work with certain version of GTA: San Andreas. It crashes the game at start up. To solve this problem, a compact exe was produced. This works with CLEO, and any version of the game (e.g: EU, FR, US,GE)

To get the password for the compact exe archive, go here:

http://sannybuilder.com/forums/viewtopic.php?id=109&p=2

Register to the Sanny Builder forums, then go down to post: #41

Links