]> git.pond.sub.org Git - empserver/blob - man/empdump.6
New info Hvy-Plastic
[empserver] / man / empdump.6
1 .TH EMPDUMP 6
2 .SH NAME
3 empdump \- Export/import Empire game state
4 .SH SYNOPSIS
5 .B empdump
6 [
7 .B \-hmnvx
8 ]
9 [
10 .BI \-e " configfile"
11 ]
12 [
13 .BI \-i " dump-file"
14 ]
15 .br
16 .SH DESCRIPTION
17 .B empdump
18 exports and imports game state as plain text.
19 .SH OPTIONS
20 .TP
21 .BI \-e " configfile"
22 Use game configuration in \fIconfigfile\fR.
23 .TP
24 .B \-h
25 Help.  Print brief usage information and exit.
26 .TP
27 .BI \-i " dump-file"
28 Import from \fIdump-file\fR.
29 .TP
30 .B \-m
31 Use machine-readable format for export.  Import always recognizes both
32 machine-readable and human-readable format.
33 .TP
34 .B \-n
35 Dry run, don't actually update game state on import.
36 .TP
37 .B \-v
38 Print version information and exit.
39 .TP
40 .B \-x
41 Export game state to standard output.
42 .SH "LIMITATIONS"
43 .B empdump
44 can't export player bmaps, power report, telegrams, announcements,
45 message of the day, no-login message and log files.  Exported
46 floating-point values may be inexact.  Importing an exported game
47 state may not result in identical data files; besides the loss of
48 floating-point precision just mentioned, coordinates are normalized,
49 and characters beyond a string's terminating zero in a character array
50 are lost.
51 .SH "SEE ALSO"
52 \fIemp_server\fR(6).
53 .SH AUTHOR
54 Markus Armbruster <armbru@pond.sub.org>