X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=SERVER_COMMANDS;h=e959f258c37ab04cac61e66dbd26058102b24640;hb=3cfb2d131e570c546d8ed514b0930248a89db41b;hp=156cd432ebef2e29a29754570d3f3bf6225dc45a;hpb=7ee8d801cf446845504674ccd804905180bfb35b;p=plomrogue diff --git a/SERVER_COMMANDS b/SERVER_COMMANDS index 156cd43..e959f25 100644 --- a/SERVER_COMMANDS +++ b/SERVER_COMMANDS @@ -6,9 +6,10 @@ Normal mode In normal mode, the server on start up checks for the existence of ./save and, on success, reads all commands from it. If no save file exists, commands from -./confserver/world are read instead – and written to the file ./record_save. -Afterwards, the command "MAKE_WORLD" with the current Unix time as argument is -interpreted (and also written to ./record_save). +./confserver/world (or any file defined with the -w argument) are read instead +– and written to the file ./record_save. Afterwards, the command "MAKE_WORLD" +with the current Unix time as argument is interpreted (and also written to +./record_save). In any case, from then on, further commands are read in from ./server_run/in. New commands must be appended to the file – which is what the client does. All