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

Difference between revisions of "Creatures Editor"

From Creatures Wiki
Jump to navigation Jump to search
m
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
The '''Creatures Editor''' (or '''CrEd32''') was an all-round useful tool for [[Creatures]], including a [[script]] extractor, [[sprite]] viewer, [[norn]] [[inject]]or, [[gene]] manipulator and more. It was made by [[Kinnison]].
+
The '''Creatures Editor''' (or '''CrEd32''') is an all-round useful tool for [[Creatures]], including a [[script]] extractor, [[sprite]] viewer, [[norn]] [[inject]]or, [[gene]] manipulator and more. It was made by [[Kinnison]]. It requires vcl30.dpl to be installed on your computer.
  
 
In the [[Creatures Addict Code]], Kinnison described CrEd32's functions as:
 
In the [[Creatures Addict Code]], Kinnison described CrEd32's functions as:
Line 13: Line 13:
 
#COS work (Using DCOS and "Kind of COS")
 
#COS work (Using DCOS and "Kind of COS")
  
Other functions include the ability to replenish COB stocks and a norn autopsy feature.
+
Other functions include the ability to replenish COB stocks and a norn autopsy feature. [[.spl]] files can be used with CrEd32 to splice in sets of genes to genomes.
 +
 
 +
At one point there was a [https://groups.google.com/forum/#!searchin/alt.games.creatures/radiation$20cred32/alt.games.creatures/U_Adw7tbTPk/BmqDPeiguwwJ radiation chamber] add-on available, but it was [https://web.archive.org/web/20200922103127/http://discoveralbia.com/2015/05/quiet-and-peaceful-the-dignified-death-of-a-norn.html lost].
  
 
==External links==
 
==External links==
*[http://web.archive.org/web/19980524115559/http://www.farstar.demon.co.uk/creatures/cred32.html Creatures Editor Site] from [[Kinnison]] (via Internet Archive)
+
*[https://web.archive.org/web/19980524115559/http://www.farstar.demon.co.uk/creatures/cred32.html Creatures Editor Site] from [[Kinnison]] (via Internet Archive)
*[http://wayback.archive.org/web/*/http://www.geocities.com/TimesSquare/Ring/8167/cred32_1.zip Creatures Editor (via Internet Archive)]
+
*[https://wayback.archive.org/web/*/http://www.geocities.com/TimesSquare/Ring/8167/cred32_1.zip Creatures Editor (via Internet Archive)]
*[http://ccsf2012.blogspot.com/2012/11/ccsf-2012-day-5-creatures-1-cob-limits.html Mirror] ([[CCSF 2012]])
+
*[https://ccsf2012.blogspot.com/2012/11/ccsf-2012-day-5-creatures-1-cob-limits.html Mirror] ([[CCSF 2012]])
  
 
[[Category:Unofficial C1 Tools]][[Category: Genetic Editors]]
 
[[Category:Unofficial C1 Tools]][[Category: Genetic Editors]]

Revision as of 00:00, 24 December 2020

The Creatures Editor (or CrEd32) is an all-round useful tool for Creatures, including a script extractor, sprite viewer, norn injector, gene manipulator and more. It was made by Kinnison. It requires vcl30.dpl to be installed on your computer.

In the Creatures Addict Code, Kinnison described CrEd32's functions as:

  1. SPR work (Making BMP's of SPR's, making SPR's from BMP's etc)
  2. COB work (Writing COB's)
  3. COB Use (Injecting COB's into Albia)
  4. Gene Editing (E.g. Making own Bio-Chemical Reactions)
  5. Gene Mapping (E.g. Working out what happened)
  6. Hatchery Editing (E.g. Making new hatchery eggs)
  7. Sounds (E.g. Working out what sounds are what, Making phrases etc)
  8. Macro (Low level macro insertion - High end users only)
  9. COS work (Using DCOS and "Kind of COS")

Other functions include the ability to replenish COB stocks and a norn autopsy feature. .spl files can be used with CrEd32 to splice in sets of genes to genomes.

At one point there was a radiation chamber add-on available, but it was lost.

External links