Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bi2cf(6) [debian 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)

Check Out this Related Man Page

makemap(1M)															       makemap(1M)

NAME
makemap - creates database maps for sendmail SYNOPSIS
file] maptype mapname DESCRIPTION
creates the database maps used by the keyed map lookups in sendmail(1M). It reads input from the standard input and outputs them to the indicated mapname. handles up to three different database formats, selected using the maptype parameter. They may be: DBM format maps. (.pag,.dir) B-Tree format maps. (.db) Hash format maps. (.db) In all cases, reads lines from the standard input consisting of two words separated by white space. The first is the database key, the second is the value. The value may contain strings to indicated parameter substitution. Literal parentheses should be doubled Blank lines and lines beginning with pound sign are ignored. Flags Use the specified configuration file to look up the option. Include the null byte that terminates strings in the map. This must match the flag in the line. Allow duplicate keys in the map. This is only allowed on B-Tree format maps. If two identical keys are read, they will both be inserted into the map. Allow empty value (right hand side). Normally all upper case letters in the key are folded to lower case. This flag disables that behaviour. This is intended to mesh with the flag in the line in The value is never case folded. Create NIS compatible alias database. Append to an old file. This allows you to augment an existing file. Allow replacement of existing keys. Normally complains if you repeat a key, and does not do the insert. Ignore safety checks on maps being created. This includes checking for hard or symbolic links in world writable directories. Dump (unmap) the content of the database to standard output. Verbosely print what it is doing. SEE ALSO
sendmail(1M). HISTORY
The command appeared in 4.4BSD. makemap(1M)
Man Page