Difference between revisions of "CLEO"

From GTAMods Wiki
Jump to navigation Jump to search
m (Custom scripts)
Line 22: Line 22:
  
 
=== Custom scripts ===
 
=== Custom scripts ===
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).
+
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). This feature is recognized as one of the most important achievement in GTA SA modding.
  
 
{{Incomplete}}
 
{{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 only works with SA v1.0 and v1.01.
  
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 v2.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 [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 doesn't work with certain versions of GTA San Andreas. It crashes the game at startup. To solve this problem, [http://sannybuilder.com/forums/viewtopic.php?id=109 visit this topic] and scroll down for the compact exe archive and password.
  
To get the password for the compact exe archive, go here:
+
== Known Bugs ==
 +
All versions has a bug with MP3s. Using them could cause occasional crashes of the game.
  
http://sannybuilder.com/forums/viewtopic.php?id=109&p=2
+
== Projects Using CLEO ==
 
+
* [[Design Your Own Mission]]
Register to the Sanny Builder forums, then go down to post: #41
+
* [[GTA: United]]
 +
* [[Gostown Paradise]]
 +
{{Incomplete}}
  
 
== External Links ==
 
== External Links ==
Line 44: Line 47:
 
* {{GTAF|268976|Initial CLEO topic}}
 
* {{GTAF|268976|Initial CLEO topic}}
 
* {{GTAF|271646|CLEO 2 topic}}
 
* {{GTAF|271646|CLEO 2 topic}}
 +
* {{GTAF|317904|CLEO 3 MODS}} &ndash; 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]
 
{{tool-stub}}
 
{{tool-stub}}
 
{{SA-navi}}
 
{{SA-navi}}
 
[[Category:Mission Scripting]]
 
[[Category:Mission Scripting]]

Revision as of 12:25, 25 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 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