X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=man%2Fen%2Fd2df.3.txt;h=4c7f17f53f20916e50814933a66f951cee87f60f;hb=50bcbff58fb1ed4fc9324b41ac3d60aa2e5f5eb6;hp=76c72cce6eff10d5e2f99bd8ee647fbd936f0a1c;hpb=711b70131199a68f0dfd966bce5f66fb9caf149a;p=d2df-sdl.git diff --git a/man/en/d2df.3.txt b/man/en/d2df.3.txt index 76c72cc..4c7f17f 100644 --- a/man/en/d2df.3.txt +++ b/man/en/d2df.3.txt @@ -243,7 +243,7 @@ At the very end of the configuration, write for example: Then we start it with the command: @pre - $ Doom2DF_H -map PrikolSoft.wad:\\MAP01 -gm DM -port 25667 -exec maplist_dm.txt --log-file dfserver_dm.log + $ Doom2DF_H -map PrikolSoft.wad:\\\MAP01 -gm DM -port 25667 -exec maplist_dm.txt --log-file dfserver_dm.log @endpre So the server starts up and switches the map after a while after the start, applying all the necessary parameters and running the map call alias we set at the beginning. @@ -254,7 +254,7 @@ For a cooperative server, you can't prescribe any map calls at the end, otherwis The following command must be used to start it: @pre - $ Doom2DF_H -map doom2d.wad:\\MAP01 -gm COOP -port 25667 -exec coop_list.txt --log-file dfserver_coop.log + $ Doom2DF_H -map doom2d.wad:\\\MAP01 -gm COOP -port 25667 -exec coop_list.txt --log-file dfserver_coop.log @endpre The map you can put what you want from the beginning of the server. This will ensure that the megawads are switched correctly. Also, do not use when testing the cooperative server command endmap - it will switch you to any map in the folder, but not the next megawad map!