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
 
(20 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==Tool Name==
+
[[Image:Caostool.jpg|thumb|Screenshot of the CAOS Tool]]
'''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.
  
==Summary==
+
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.  On [[wikipedia:Windows Vista|Windows Vista]] and more modern versions of Windows, the CAOS Tool creates its guides to CAOS in the [[VirtualStore]] directory.
'''CAOS Tool''' is a program developed by [[Creature Labs]] to write and inject CAOS code into the C3/DS engine. It is of professional quality, and was used by Creature Labs when they made C3/DS.
 
  
==Author==
+
 
[[Creature Labs]]
+
==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.
 +
 
 +
==See also==
 +
*[[CAOS Debugger]]
 +
*[[CAOS Tool (C2)]]
 +
*[[Sorcerer's Table]]
 +
*[[Free text editors]] can also work with COS files, and some have CAOS highlighting tools available.
  
 
==External links==
 
==External links==
* [http://www.gamewaredevelopment.co.uk/cdn/cdn_more.php?CDN_article_id=103 CAOS Tool]
+
* [https://web.archive.org/web/20161017044309/http://www.gamewareeurope.com/GWDev/cdn/CDN_more.php?CDN_article_id=103 CAOS Tool] (Information and registration key)
 +
* [https://web.archive.org/web/20161017043717/http://www.gamewareeurope.com/GWDev/downloads/cdn/CAOSTool.exe Download] (754Kb EXE file)
 +
* [https://web.archive.org/web/20050312122959/http://www.freewebs.com/alimaggs/creaturesdev/cdn/c3/knowledgebase/c3_errors.html Common Errors] at an archive of the [[CDN]].
 +
* [https://ghostfishe.net/bbw/tutorials/tut_basic2.php?w=1024#ctool An Introduction to the CAOS Tool] at [[Breeders Beware]]
  
[[Category: C3/DS Official Tools]]
+
[[Category: Official C3/DS Tools]]
 +
[[Category:C3/DS CAOS]]

Latest revision as of 00:55, 27 June 2022

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. On Windows Vista and more modern versions of Windows, the CAOS Tool creates its guides to CAOS in the VirtualStore directory.


Features[edit]

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.

See also[edit]

External links[edit]