Home - Forums - Documentation - Gallery - Bugs

Contents

Introduction

CELstart is an environment for making games using scripting alone (CEL's XML script or Python). Games are distributed in self-contained packages (so-called celzips) and can be played by the user by simply opening them - whether the user is on Windows, Linux or MacOS/X.

While CELstart is included with CEL you can download standalone binaries, so you need neither Crystal Space or CEL (which are included in the binary). You don't even need a C++ compiler to make games for CELstart.

One popular way to make CELstart applications is with Blender through the blender2crystal script. It is possible to make full CELstart games from within Blender.

Documentation

You can find more information about CELStart and tools to utilize it on the blender2crystal home page and in the CEL manual. Start by downloading blender2crystal and don't forget to have a look at the documentation and tutorials on this page.

Downloads

Current Release (1.4.0)

These are contributed (unofficial, unsupported) builds for CELStart from 1.4.0 release.
Also include cslight, lighter2, walktest, basemapgen, docconv and bootstrap utilities (viewmesh & python CEGUI support included only in Linux build).

OS Arch Version Link MD5 sum
Linux x86 1.4.0 Not available yet
Linux x86_64 1.4.0 celstart-1.4.0-Linux-x86_64.tar.bz2 (40Mb) celstart-1.4.0-Linux-x86_64.MD5SUM
Windows x86 1.4.0 celstart-1.4.0-Windows.zip (40Mb) celstart-1.4.0-Windows-x86.MD5SUM

Preview for next release (1.9dev)

These are contributed (unofficial, unsupported) builds for CELStart from trunk/1.9 SVN branch.
Also include lighter2, walktest, basemapgen, docconv and bootstrap utilities (viewmesh & python CEGUI support included only in Linux build).

OS Arch Version Revisions Link MD5 sum
Linux x86 1.9.0dev CS r32172, CEL r3839 celstart-1.9.0-CSr32172-CELr3839-Linux-x86.tar.bz2 (32Mb) MD5SUMS-32172.3839
Linux x86_64 1.9.0dev CS r32172, CEL r3839 celstart-1.9.0-CSr32172-CELr3839-Linux-x86_64.tar.bz2 (41Mb) MD5SUMS-32172.3839

Usage:

  • See the README file included in the archives.

0install version:

  • 0install is a system to automatically download and update software to your computer. Follow the instructions on the 0install homepage to set it up. (Note x86_64 users: you need a very recent version of 0install, 0.35 or newer, to run the package. That means you may have to install from source on some distros.) Once this is done follow the instructions from the CELstart link above to run it.

Previous Release (1.2.1)

To get started using CELstart download one of the following binaries:

Download and extract to some directory. No other installation required.
Those binaries have support for Cal3D, ODE, and Python 2.5, but have no support for CEGUI nor Bullet.

Older Releases

1.2

Important Note: To run celstart with python support you have to manually set the PYTHONPATH environment variable to point to the zip file (i.e. not the extracted zip file, just the zip file itself) that you want to run. We will try to fix this limitation in the future.

1.0.1

The old stable CELstart release can be found here:

Xml Based Example Demos/Games

Here are a few example demos for CELstart. Just download these archives and put them (unextracted!) in the current directory (from where you'll start CELstart) or else in the directory where you extracted CELstart.

ShaderTest

This is a small demo level showing several shaders in action (parallax, specular, bumpmap, glow, ...). Just run it and move around (use the arrow-keys or mousemove). Note that to actually see the shaders in full glory, you need a 3D card that can handle shader fragment programs (most modern 3D cards can do this). If your card cannot handle it, then the shaders will automatically fallback to regular bumpmapping, which is not as nice to look at.

Download ShaderTest (2.5 megs) - Video

ParticleTest

This is a small demo level showing several particle systems in action. Just run it and move around. A lot more effects are possible with particles. These are just examples, to show off what Crystal Space is capable of. Warning: this demo requires at least celstart version 4.

Download XMLParticles (0.12 megs) - Video

Castle

Download Castle (3.4 megs) - Video
Download Castle (3.4 megs) - Video
Here you see the castle level from Anders Wisur (indoor version). Just run it and move around. Note that this level uses parallax shaders. If your hardware cannot handle this, then Crystal Space will automatically switch to bumpmapping. Warning: this demo requires at least celstart version 4.

Download Castle (3.4 megs) - Video

Bouncy

Download Bouncy (1.3 megs) - Video
Download Bouncy (1.3 megs) - Video
Bouncy is a small demo written in XML. It features physics (using ODE). It resembles a pinball game a bit except that you can edit the level. It is certainly not a finished game but it can be used as the basis for one.

Download Bouncy (1.3 megs) - Video

CrystalDash

CrystalDash is a boulderdash clone written in XML. This is an example of a 2D game done using CelStart. It features a built-in level editor, sound, and a lot of nice objects to use in the levels. However it is not finished. You cannot die yet for example.

Download CrystalDash (0.2 megs) - Video

PhysicsDemo

PhysicsDemo is a simple demonstration of physics (using ODE) written in XML. Just collide the actor (a ball) against the objects in the scene to make them fall over. Note: this demo uses parallax shader and may run slower on older hardware due to that.

Download PhysicsDemo (1 megs) - Video

CelDemo

Download CelDemo (7.8 megs) - Video
Download CelDemo (7.8 megs) - Video
CelDemo is the old celdemo level featuring automatic doors, moving platforms, lights you can turn on and off and some other things. This level is a good demonstration of the kind of logic you can do with Crystal Entity Layer. However it is a bit dated now and doesn't use any of the more modern shaders.

Download CelDemo (7.8 megs) - Video

Jammer - The Gardener

Live the life of a aspiring gardener on his quest through several highly dynamic environments spanning the world of Jammer T. The aim of the game is to fight off slugs and wasps that are intent on attacking your garden using the colour coded weapons.

Important Note: Requires CEL trunk, or you just have to wait until the next celstart release. Download (17 megs)

Python Based Example Demos/Games

Here is a small demo using python with CELstart. You need to download and install Python 2.4.x yourself. To run the demo you must set the enviroment variable PYTHONPATH to the location/file of the demo, eg. "C:\celstart\PyCelStartDemo.celzip". Now you can start "celstart" and run the demo.

PyCelStartDemo

This is a small python based demo level; more functionality to be added at some point.

Download PyCelStartDemo (1.8 megs)

(Note: the latest version of CELstart (1.2) doesn't like some of my code / xml; most is just warnings that I'm using deprecated functions but there's also a keyword in my world that has been removed; will post updated version as soon as I have a chance to test things running under windows)

| Article | Discussion | View source | History |