From 30fcdf93ce5035745c5716248c683420c31b9871 Mon Sep 17 00:00:00 2001
From: echicken <>
Date: Wed, 8 Oct 2014 17:40:18 +0000
Subject: [PATCH] Recommend updating frame.js and sprite.js.  Corrected an
 incorrect path with a correction to the correct value so that people can set
 things up correctly.

---
 xtrn/gooble/readme.txt | 31 ++++++++++++++++++++++---------
 1 file changed, 22 insertions(+), 9 deletions(-)

diff --git a/xtrn/gooble/readme.txt b/xtrn/gooble/readme.txt
index 949028264f..ca1ce94687 100644
--- a/xtrn/gooble/readme.txt
+++ b/xtrn/gooble/readme.txt
@@ -4,15 +4,27 @@ by echicken
 Any resemblance to a popular arcade game is entirely coincidental.
 
 1)   Installation
-1.1) Connecting to the global scoreboard
-1.2) Hosting your own scoreboard
+1.1) External program configuration
+1.2) Connecting to the global scoreboard
+1.3) Hosting your own scoreboard
 2)   Support
 3)   Gooble Gooble?
 
 1) Installation
 
+Whether you're upgrading or installing this game for the first time, ensure
+that you have the latest copies of the following files in place:
+
+exec/load/frame.js
+exec/load/sprite.js
+
+The most recent copies can be found on the Synchronet CVS repository, at
+cvs.synchro.net.
+
+1.1) External program configuration
+
 If you're upgrading from the previous version of this game, you can skip this
-step and proceed to section 1.1.
+step and proceed to section 1.2.
 
 In scfg (BBS->Configure in the Synchronet Control Panel under Windows,) do as
 follows:
@@ -27,7 +39,7 @@ follows:
   - Multiple Concurrent Users: Yes
 - All other options can be left at their default settings
 
-1.1) Connecting to the global scoreboard
+1.2) Connecting to the global scoreboard
 
 In your 'xtrn/gooble/' directory, create a 'server.ini' file containing the
 following two lines:
@@ -38,7 +50,7 @@ port = 10088
 (Substitute those values as appropriate if you're connecting to a scoreboard
 hosted by someone other than me.)
 
-1.2) Hosting your own scoreboard
+1.3) Hosting your own scoreboard
 
 If you prefer to host your own scoreboard, you'll need to ensure that you have
 the following section in your 'ctrl/services.ini' file:
@@ -49,13 +61,13 @@ Options=STATIC|LOOP
 Command=json-service.js
 
 (You can use another port if you wish.  If you do, you must create a
-'server.ini' file as mentioned above, with 'host' set to 'localhost' and
-'port' set to whichever port you chose.)
+'server.ini' file as described in section 1.2, with 'host' set to 'localhost'
+and 'port' set to whichever port you chose.)
 
 You'll also need to add the following to your 'ctrl/json-service.ini' file:
 
 [gooble2]
-dir=../xtrn/gooble2/
+dir=../xtrn/gooble/
 
 2) Support
 
@@ -69,4 +81,5 @@ Q) Shouldn't that be "Gobble Gobble," because the yellow-circle-guy goes
    around gobbling up all of the pellets and ghosts?
 
 A) No.  See the main-menu background for a relevant IRC quote.  It'll be a
-   chilly day in heck before I question Phil's spelling.
\ No newline at end of file
+   chilly day in heck before I question Phil's spelling.
+
-- 
GitLab