Difference between revisions of "CLEO"

From GTAMods Wiki
Jump to navigation Jump to search
m
Line 7: Line 7:
 
}}
 
}}
  
'''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 hooking some exe functions and extending coding possibilities in [[GTA San Andreas]]. The author of the CLEO library is {{U|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 ===
Line 17: Line 17:
 
* GXT Hook
 
* GXT Hook
 
* [[HUME]]
 
* [[HUME]]
* Radio player
+
* MP3 Player
 
* Quick Opcode
 
* Quick Opcode
 
{{Incomplete}}
 
{{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 <code>.cs</code>) 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).
 
{{Incomplete}}
 
{{Incomplete}}
  
Line 31: Line 31:
 
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).
 
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 [http://public.sannybuilder.com/gtasa_exe_idb/compact.rar compact exe] was produced. This works with CLEO, and any version of the game (e.g: EU, FR, US,GE)
+
It appears that CLEO doesnt work with certain version of GTA San Andreas. It crashes the game at startup. To solve this problem, a [http://public.sannybuilder.com/gtasa_exe_idb/compact.rar 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:
 
To get the password for the compact exe archive, go here:
Line 39: 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
  
==External Links==
+
== External Links ==
 
* [http://cleo.sannybuilder.com CLEO Library website]
 
* [http://cleo.sannybuilder.com CLEO Library website]
 
* {{GTAF|268976|Initial CLEO topic}}
 
* {{GTAF|268976|Initial CLEO topic}}

Revision as of 05:53, 24 February 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 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 startup. 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