RacerRoomSetup: Clean up grammar
authorWuzzy
Wed, 30 Oct 2019 11:02:43 +0000
changeset 2078 499a9bda5571
parent 2077 514babfbad9e
child 2079 388bb06bd16e
RacerRoomSetup: Clean up grammar
RacerRoomSetup.wiki
--- a/RacerRoomSetup.wiki	Wed Oct 30 11:59:37 2019 +0100
+++ b/RacerRoomSetup.wiki	Wed Oct 30 11:02:43 2019 +0000
@@ -3,17 +3,18 @@
 = Racer Room Setup =
 
 == Overview ==
-The server has support for "fixed" server rooms in order to have a permanent room for hosting race maps.  A little manual setup is required, and at present must be recreated on every new release and server restart.
+
+The server has support for "fixed" server rooms in order to have a permanent room for hosting race maps. A little manual setup is required, and at present must be recreated on every new release and server restart.
 
 == Removing the Room ==
 
-In order to add a room for a new release, the old room must be removed first.  Join the game using the old release, join the Official Racer Room then run:
+In order to add a room for a new release, the old room must be removed first. Join the game using the old release, join the Official Racer Room, then run:
 {{{
 /unfix
 /delegate YourNick
 }}}
 
-Then exit.  The room will be removed.
+Then exit. The room will be removed.
 
 == Updating the room config for a new release ==
 
@@ -27,24 +28,24 @@
 
 == Setting up the room ==
 
-After having removed the old room, create a new room named "Official Racer Room".  Restrict join to registered players only (unregistered don't get recorded in the stats) then run:
+After having removed the old room, create a new room named "Official Racer Room". Restrict join to registered players only (unregistered players don't get recorded in the stats) then run:
 {{{
 /loadroom racer.yaml
 /fix
 /callvote map #01
 }}}
 
-And leave.  The callvote will cause errors as long as you are still the room admin, but they don't matter.  You can quit/rejoin before that step if you wish.
+And leave. The `/callvote` will cause error messages as long as you are still the room admin, but they don't matter. You can quit/rejoin before that step if you wish.
 
 == Running checker ==
-Make sure you have hedgewars working, your login/password pair (admin rights on the server required!) is stored in frontend's config.
+Make sure you have Hedgewars working, your login/password pair (admin rights on the server required!) is stored in frontend's config.
 
 To build checker:
 {{{
 $ cabal build checker
 }}}
 
-Put checker.ini into ~/.hedgewars with such content:
+Put `checker.ini` into `~/.hedgewars` with such content:
 {{{
 [engine]
 exe=/usr/home/hedgewars/<VERSION>/bin/hwengine
@@ -56,10 +57,10 @@
 INSERT INTO gameversions (protocol, version) VALUES (59, '1.0.0'), (60, '1.0.1-dev');
 }}}
 
-(Replace the version numbers and protocol numbers with the correct ones.)
+(Replace the version numbers (i.e. β€œ1.0.0” and β€œ1.0.1-dev”) and protocol numbers (i.e. 59 and 60) with the correct ones.)
 
-If you see too many "Check failed" messages in your checker's log, check your setup. If you fixed a problem with engine, you might want to recheck previously failed replays by moving them from "failed" to "replays" folder on the game server. You may do it on a live system, that's not a problem.
+If you see too many "Check failed" messages in your checker's log, check your setup. If you fixed a problem with engine, you might want to recheck previously failed replays by moving them from "`failed`" to "`replays`" folder on the game server. You may do it on a live system, that's not a problem.
 
-It is also not a problem to stop checker at any point. If you have engine hanging for too long (shouldn't happen since 0.9.24) and `game0.log` suggests that there's nothing going on in the game being replayed, just kill engine process to count this attempt as failed.
+It is also not a problem to stop checker at any point. If you have engine hanging for too long (shouldn't happen since 0.9.24) and `game0.log` suggests that there's nothing going on in the game being replayed, just kill the engine process to count this attempt as failed.
 
 It is fine to have multiple instances of checker running, even on the same host and on the same account, if you like. This helps when you have lots of replays to check and some spare CPU cores.