New server option -F to force start even when state looks bad
Risks crashes and further corruption, but gives deities a chance to fix up a bad game state with edit commands and such.
This commit is contained in:
parent
c27564c0a9
commit
c6d3f68bbb
4 changed files with 26 additions and 12 deletions
|
@ -7,7 +7,7 @@ emp_server \- Empire server
|
|||
.SH SYNOPSIS
|
||||
.B emp_server
|
||||
[
|
||||
.B \-dhpsv
|
||||
.B \-dFhpsv
|
||||
]
|
||||
[
|
||||
.BI \-e " configfile"
|
||||
|
@ -59,6 +59,13 @@ What to do on recoverable internal error ("oops"): \fBabort\fP,
|
|||
.ie \nw \fBcrash-dump\fP is not implemented for Windows.
|
||||
.el \fBcrash-dump\fP works by aborting a fork of the server process.
|
||||
.TP
|
||||
.B \-F
|
||||
Force
|
||||
.B emp_server
|
||||
to start even when game state looks bad. Risks crashes and further
|
||||
corruption; use this only for attempting to fix up problems. Better
|
||||
make a backup first, and lock out players.
|
||||
.TP
|
||||
.B \-h
|
||||
Help. Print brief usage information and exit.
|
||||
.if \nw \{\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue