Welcome to the Creatures Wiki! Log in and join the community.

Difference between revisions of "CAOS Tool"

From Creatures Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
[[Image:Caostool.jpg|thumb|Screenshot of the CAOS Tool]]
 
[[Image:Caostool.jpg|thumb|Screenshot of the CAOS Tool]]
The '''CAOS Tool''' is a Windows program developed by [[Creature Labs]] to write and inject [[CAOS]] code into the [[Creatures 3]]/[[Docking Station]] engine. It was the tool used internally by Creature Labs when they made the games, and was originally sold through [[CDN]] but is now a free download.
+
The '''CAOS Tool''' is a Windows program developed by [[Creature Labs]] to write and inject [[CAOS]] code into the [[Creatures 3]]/[[Docking Station]] engine. It was the tool used internally by Creature Labs when they made the games, and was originally sold through [[CDN]] but is now a free download. You need to use the registration key provided on the official website to run the tool.
 +
 
 +
If you are using [[Creatures Exodus]], you may need to install the [[Creatures Remastered Patch]] so that the CAOS Tool can talk to your game properly. 
 +
 
 +
==Features==
 +
 
 +
Features include that it is fully syntax aware and will display CAOS errors in red.  The error window will give you clues as to why your code failed.  All cos files can be formatted and are colour coded to improve readability. 
 +
 
 +
The CAOS tool will let you inject particular scripts directly into the game.  It will let you browse the [[scriptorium]] of the game and view particular scripts. 
  
 
==External links==
 
==External links==
 
* [http://www.gamewaredevelopment.com/cdn/cdn_more.php?CDN_article_id=103 CAOS Tool]
 
* [http://www.gamewaredevelopment.com/cdn/cdn_more.php?CDN_article_id=103 CAOS Tool]
 +
* [http://www.gamewaredevelopment.co.uk/downloads/cdn/CAOSTool.exe Download] (754Kb EXE file)
 
[[Category: Official C3/DS Tools]]
 
[[Category: Official C3/DS Tools]]
 
[[Category:C3/DS CAOS]]
 
[[Category:C3/DS CAOS]]

Revision as of 00:20, 22 August 2014

Screenshot of the CAOS Tool

The CAOS Tool is a Windows program developed by Creature Labs to write and inject CAOS code into the Creatures 3/Docking Station engine. It was the tool used internally by Creature Labs when they made the games, and was originally sold through CDN but is now a free download. You need to use the registration key provided on the official website to run the tool.

If you are using Creatures Exodus, you may need to install the Creatures Remastered Patch so that the CAOS Tool can talk to your game properly.

Features

Features include that it is fully syntax aware and will display CAOS errors in red. The error window will give you clues as to why your code failed. All cos files can be formatted and are colour coded to improve readability.

The CAOS tool will let you inject particular scripts directly into the game. It will let you browse the scriptorium of the game and view particular scripts.

External links