Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

comet(6) [debian man page]

COMET(6)																  COMET(6)

NAME
comet - a mission editor for Crimson Fields SYNOPSIS
comet [--level level] [--width width] [--height width] [--fullscreen 1|0] [--sound 1|0] comet {--help | --version} DESCRIPTION
comet (the Crimson Fields Map Editing Tool) is a mission editor for Crimson Fields. OPTIONS
--level level Start the editor with the level loaded. --width w Set screen width to w. Minimum screen width is 320. Default is 800. --height h Set screen height to h. Minimum screen height is 240. Default is 600. --fullscreen 1|0 Turn fullscreen mode on/off. The default is to start in windowed mode. --sound 1|0 Turn sound on/off. The default is on. --help Print a usage message on standard output and exit. --version Print version information on standard output and exit. SEE ALSO
cfed(6), crimson(6) COPYRIGHT
Copyright (C) 2002-2007 Jens Granseuer This software is distributed under the terms of the GNU General Public License[1] (GPL). AUTHOR
Jens Granseuer <jensgr@gmx.net> Author. REFERENCES
1. GNU General Public License http://www.gnu.org/copyleft/gpl.html January 20 2007 COMET(6)

Check Out this Related Man Page

BI2CF(6)																  BI2CF(6)

NAME
bi2cf - a map conversion tool for Crimson Fields SYNOPSIS
bi2cf mapname [-p 1|2] [-f b|1|2|h] [-l] [-t mapname] [-i mapinfo] [-o outfile] [-d mapdir] [-O destdir] [-q] bi2cf {-h | -v} DESCRIPTION
bi2cf is a map conversion tool for Crimson Fields. It takes the data files of maps from Battle Isle, Battle Isle Data Disk 1 or 2, or History Line 1914-1918 and converts them into map sources usable with the cfed(6) map compiler for Crimson Fields. bi2cf can handle both uncompressed maps and levels crunched with TPWM. For some units and tiles there are no corresponding counterparts in Crimson Fields. These cases are mapped to similar ones if available. As a result some maps will not be as balanced as the originals, others may be unwinnable, and still others may even fail to compile. If this happens the map in question needs to be adjusted manually. OPTIONS
-d mapdir Set the location of the Battle Isle map files. -f b|1|2|h Force map type to Battle Isle / BI Data Disk 1 / BI Data Disk 2 / History Line, respectively. Use this option when map format autodetection does not work correctly. Maps from BI Data Disk 1 will always be detected as standard Battle Isle maps, so you have to use -f 1 in that case. -h Print a usage message on standard output and exit. -i mapinfo Set map info message. -l Skip last row and column of the map. This is necessary for maps from the PC version of Battle Isle. -o outfile Write map to file outfile. Default file name is mapname.src. -O destdir Set target directory for the converted map. This setting is ignored if a map name was given using the -t option. -p 1|2 Set default number of players for this map. -q Run quietly. Don't print processing information on standard output. -t mapname Set title and file name for the converted map. Default is maptype-mapname. -v Print version information on standard output and exit. SEE ALSO
cfed(6), crimson(6) COPYRIGHT
Copyright (C) 2002 Florian Dietrich This software is distributed under the terms of the [1]GNU General Public License (GPL). AUTHOR
Florian Dietrich <n8flo@yahoo.de> Author. REFERENCES
1. GNU General Public License http://www.gnu.org/copyleft/gpl.html Jan 30 2003 BI2CF(6)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to use ed ?

hi all. the problem: file contains a string like... impossible mission ...now, that should be the impossible mission.. that means, I wanna make a string in front of the other strings but in the same line.. with vi it isn't a problem...easy. but I wanna take the ed... ed file i... (8 Replies)
Discussion started by: svennie
8 Replies

2. Shell Programming and Scripting

Dynamic filename in awk

Hi The following code seems to work, but why am i getting an error message? cscyabl@comet:(develop)> awk 'BEGIN {FS="|"}{print $2 >> $1}' test.sum awk: A print or getline function must have a file name. The input line number is 8. The file is test.sum. The source line number is 1. ... (2 Replies)
Discussion started by: Indalecio
2 Replies

3. Shell Programming and Scripting

awk dodginess

Hello, HP Alpha Tru64 cscyabl@comet:(tstbass)> echo "00000" | awk '{if ($0 == "") {print "lol"}}' cscyabl@comet:(tstbass)> Sun Solaris -bash-3.00$ echo "00000" | awk '{if ($0 == "") {print "lol"}}' lol -bash-3.00$ Any idea how I can get around this issue? Itīs really... (3 Replies)
Discussion started by: Indalecio
3 Replies

4. UNIX and Linux Applications

C++ IDE and/or Text editor with split screen

I'm looking for a c++ IDE and/or Text editor with split screen abilities like what you see below with notepad ++. Having the ability to split your screen is very helpful when comparing code. http://i255.photobucket.com/albums/hh133/COKEDUDEUSF/Split_Screen.jpg ... (5 Replies)
Discussion started by: cokedude
5 Replies