Difference between revisions of "CLEO"

From GTAMods Wiki
Jump to navigation Jump to search
m
Line 9: Line 9:
 
'''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 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]].  
  
==Features==
+
== Features ==
===Extra opcodes===
+
=== Extra opcodes ===
 
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]].
 
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 ===
''no description yet''
+
* SCM Log
 +
* GXT Hook
 +
* [[HUME]]
 +
* Radio player
 +
* Quick Opcode
 +
{{Incomplete}}
  
===Custom scripts===
+
=== 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).
 
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).
 +
{{Incomplete}}
  
==Game versions compatibility==
+
== 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 supports SA of both versions 1.0 and 1.01. It was tested with the US 1.0 and EUR 1.01 versions.  
Line 33: Line 39:
 
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==
+
==External Links==
*[http://cleo.sannybuilder.com CLEO Website]
+
* [http://cleo.sannybuilder.com CLEO Library website]
*[http://www.gtaforums.com/index.php?showtopic=268976 Initial Project CLEO topic]
+
* {{GTAF|268976|Initial CLEO topic}}
*[http://www.gtaforums.com/index.php?showtopic=271646 CLEO 2 topic]
+
* {{GTAF|271646|CLEO 2 topic}}
 
 
[[Category:GTA SA]] [[Category:Mission Scripting]] [[Category:Tools]]
 
 
{{tool-stub}}
 
{{tool-stub}}
 +
{{SA-navi}}
 +
[[Category:Mission Scripting]]

Revision as of 15:07, 3 February 2009

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

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

  • SCM Log
  • GXT Hook
  • HUME
  • Radio 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 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). This section is incomplete. You can help by fixing and expanding it.

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

External Links