3 openc2e - Open source creatures engine
7 openc2e [B<-d> I<data path>] [B<-g> I<gametype>] [other arguments...]
11 Openc2e is a cross-platform open-source game engine designed to be compatible
12 with the various game engines of the Creatures artificial-life game series.
18 =item B<-h>, B<--help>
20 Show a brief summary of options
22 =item B<-V>, B<--version>
24 Show version string and exit
26 =item B<-s>, B<--silent>
28 Disable audio subsystem. It will not be possible to unmute from the UI.
30 =item B<-k> I<backend>, B<--backend>=I<backend>
32 Selects the graphics backend. Use B<--help> to get a listing of available
35 =item B<-o> I<backend>, B<--audiobackend>=I<backend>
37 Selects the audio backend. Use B<--help> to get a listing of available
40 =item B<-d> I<path>, B<--data-path>=I<path>
42 Adds a directory to the search path for game data. If none are provided, a
43 somewhat unhelpful default will be selected.
45 =item B<-b> I<path>, B<--bootstrap>=I<path>
47 Adds a directory or file to the list of scripts to be run at world initialization.
48 If not provided, a default depending on gametype will be selected.
50 =item B<-g> I<gametype>, B<--gametype>=I<gametype>
52 Selects the game type to use. (c1, c2, cv, or c3)
54 =item B<-m> I<gamename>, B<--gamename>=I<gamename>
58 =item B<-n>, B<--norun>
60 Stop running after executing the initial scripts
62 =item B<-a>, B<--autokill>
68 Enables autostop (disables on CV)
74 Lots. File some at L<http://code.google.com/p/openc2e/>
78 You will need a copy of one of the commercial creatures games in order to
79 use openc2e. Docking station can be downloaded for free from
80 L<http://www.gamewaredevelopment.co.uk/ds/ds_index.php>.
87 =item Alyssa Milburn <fuzzie@fuzzie.org> (fuzzie)
91 =item Bryan Donlan <bdonlan@gmail.com> (bdonlan)
93 virtual machine and core developer
95 =item Eric Goodwin <diagonalfish@gmail.com> (muffin)
97 Windows builds, documentation and bugfixes
99 =item Jeremy Apthorp <nornagon@gmail.com> (nornagon)
103 =item Bertram Bourdrez <bertram@bourdrez.org> (bbz)
107 =item Dylan William Hardison <dylan@haverdev.org> (dylan)
113 =head1 COPYRIGHT AND LICENSE
115 Copyright 2008 by the above.
117 This program is free software; you can redistribute it and/or
118 modify it under the terms of the GNU Lesser General Public
119 License as published by the Free Software Foundation; either
120 version 2 of the License, or (at your option) any later version.