Skip to content
Snippets Groups Projects
Commit 30fcdf93 authored by echicken's avatar echicken
Browse files

Recommend updating frame.js and sprite.js. Corrected an incorrect path with a...

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.
parent 23dc8f07
No related branches found
No related tags found
No related merge requests found
......@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment