X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=README;h=14115722c4043bd46756d976a8c4694266b413ce;hb=436d36515ec10f31ab89e6867f59023177f560a2;hp=e03e08dafa7610b8fb323921a46740796d17c212;hpb=40c0a0a1ec601efd0bce1fe331d2888aeff9ef6f;p=plomrogue diff --git a/README b/README index e03e08d..1411572 100644 --- a/README +++ b/README @@ -63,14 +63,14 @@ Replay game recording --------------------- Once you start a new world, every move of yours is recorded in a file called -"record". It gets overwritten when a new game world is started after deletion -of the "savefile" file. Run "./roguelike -s" to watch the current game's +"record_save". It gets overwritten when a new game world is started after +deletion of the "save" file. Run "./roguelike -s" to watch the current game's recording from the beginning. Hit any player action key to increment turns (they -will not trigger the actions usually mapped to them, only repeat the actions -done at that point in the game as defined in the "record" file). Keys to manage -windows, scroll on the map and quit the program do their usual thing. Append a -number to the -s option (like "-s100") to start the recording at the respective -turn number. +will not trigger the actions usually mapped to them, only repeat theactions +done at that point in the game as defined in the "record_save" file). Keys to +manage windows, scroll on the map and quit the program do their usual thing. +Append a number to the -s option (like "-s100") to start the recording at the +respective turn number. Hacking / server internals and configuration -------------------------------------------- @@ -78,7 +78,8 @@ Hacking / server internals and configuration The game world is set up and made subject to player commands by ./roguelike-server. It's controlled by commands explained in the file ./SERVER_COMMANDS. The server usually reads these from the files ./server/in -(written to by ./roguelike-client), ./confserver/world, ./record and ./savefile. +(written to by ./roguelike-client), ./confserver/world, ./record_save and +./save. All source files are thoroughly documented to explain more details of plomrogue's internals. The ./roguelike-server executable can be run with a -v