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

Difference between revisions of "Openc2e"

From Creatures Wiki
Jump to navigation Jump to search
m
m (Windows support!)
Line 11: Line 11:
 
It currently consists of a [[CAOS]] parser and runtime - supporting multiple versions of CAOS, to allow support for all of the [[Creatures series]] - an implementation of many of the [[CAOS]] functions, code for [[simple object|simple agents]], [[compound agent]]s and [[vehicle]]s, and some preliminary [[creature]] code.
 
It currently consists of a [[CAOS]] parser and runtime - supporting multiple versions of CAOS, to allow support for all of the [[Creatures series]] - an implementation of many of the [[CAOS]] functions, code for [[simple object|simple agents]], [[compound agent]]s and [[vehicle]]s, and some preliminary [[creature]] code.
  
It runs on [[Macintosh|Mac OS X]] and [[Linux]], and [[Windows]] support will no doubt be added in the future.
+
It is known to run on [[Macintosh|Mac OS X]], [[Windows]] and [[Linux]].
  
 
==Status==
 
==Status==

Revision as of 07:07, 19 December 2005

Openc2e logo.png

openc2e is an in-development 'clone' of the Creatures Evolution Engine. The primary developers are Fuzzie and Bdonlan, with Nornagon having coded various bits. ElasticMuffin is responsible for the website, and Pez for the logo.

The intention is to have an engine capable of running all the games in the Creatures series, allowing people to run them on unsupported operating systems (such as the Mac) and to extend the engine in ways impossible without access to the source code. Note, however, that openc2e is not a game by itself; it needs game content from elsewhere (either official Creatures games or community-created ones) to be playable.

Screenshot of a semi-working SkeletalCreature agent

Technical Bits

openc2e is an implementation of the Creatures Evolution Engine (Creature Labs employees often abbreviated this to 'c2e', hence the name), built using C++, SDL and the STL.

It currently consists of a CAOS parser and runtime - supporting multiple versions of CAOS, to allow support for all of the Creatures series - an implementation of many of the CAOS functions, code for simple agents, compound agents and vehicles, and some preliminary creature code.

It is known to run on Mac OS X, Windows and Linux.

Status

openc2e is currently only useful to developers, because it does not yet correctly run many Creatures agents, nor does it correctly simulate creatures themselves.

Other missing elements at present include the majority of the physics support, network abilities and music support beyond a preliminary implementation (thanks to work done by GreenReaper while developing MNGPlayer).

The current aim is to run the Creatures 3 world successfully, with the eventual aim of being able to 'emulate' any of the Creatures engines, and hence run all games in the Creatures series. It may eventually be the basis for Freetures.

Tools

The project also includes some useful tools, such as a PRAY dumping utility similar to REVELATION and the start of a genetic editor.

External Links