Crate Game Engine 20080323 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Crate Game Engine 20080323 (Default branch)
# 1  
Old 03-24-2008
Crate Game Engine 20080323 (Default branch)

ImageThe Crate Game Engine is a game engine that isdesigned to make creating games trivial. Therendering and scripting engines are removed fromthe game engine to make the specialization ofgames as easy as possible. Currently, scriptingsupport is implemented to allow a Lua script to beput directly in the game file, which can bevalidated as XML. Multiplayer text basedadventure-style games can be played with theexisting console rendering engine.License: GNU General Public License (GPL)Changes:
This release includes further cleanup of code,working towards enabling of scripting support.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
DARKPLACES(6)							   Games Manual 						     DARKPLACES(6)

NAME
darkplaces - an engine for iD software's Quake and related games SYNOPSIS
darkplaces [ -options ] [ +set cvar value ] [ +console commands ] DESCRIPTION
DarkPlaces is an OpenGL-only engine for Quake and related games, with greatly enhanced effects and lighting and many features for mods. OPTIONS
This program follows the Quake convention, with long options starting with a single dash (`-'). Options include: -basedir Specify the location of the game data files. The default is the current directory, which is not usually useful. -dedicated Run as a dedicated server, without the GUI. Alternatively, you can run darkplaces-server if installed. -game Start the game using the files from a mission pack or a mod. -hipnotic Start the game with the Hipnotic mission pack. -rogue Start the game with the Rogue mission pack. -nexuiz Expect the basedir to contain the standalone game Nexuiz, instead of Quake. Various other mods and standalone games are supported, see /usr/share/doc/darkplaces/README.Debian. SEE ALSO
darkplaces-server(6), /usr/share/doc/darkplaces/README.Debian. AUTHOR
DarkPlaces was based on Quake by id Software, and is maintained by LordHavoc and numerous contributors. This manual page was written by David Banks <amoebae@gmail.com> and Simon McVittie <smcv@debian.org> for the Debian project, and may be used by others. 2011-06-06 DARKPLACES(6)