Skip to content
Snippets Groups Projects
Commit a06f65ab authored by mcmlxxix's avatar mcmlxxix
Browse files

fixed score list, added server.ini

parent 1b79ad09
Branches
Tags
No related merge requests found
......@@ -10,9 +10,7 @@
Matt Johnson ( MCMLXXIX@BBS.THEBROKENBUBBLE.COM )
*/
var gameroot;
try { barfitty.barf(barf); } catch(e) { gameroot = e.fileName; }
gameroot = gameroot.replace(/[^\/\\]*$/,"");
var gameroot = js.exec_dir;
load("graphic.js");
load("sbbsdefs.js");
......@@ -512,8 +510,9 @@ function getFiles()
{
console.putmsg("\1nPlease wait. Synchronizing game files with hub...\r\n");
stream.recvfile("*.bog");
//stream.recvfile("players.ini");
//stream.recvfile("month.ini");
stream.recvfile("players.ini");
stream.recvfile("month.ini");
mswait(10000);
}
function sendFiles()
{
......@@ -522,7 +521,6 @@ function sendFiles()
//stream.sendfile("month.ini");
}
//GAME OBJECTS
function Lobby(x,y)
{
......@@ -1088,4 +1086,5 @@ function Game()
this.board.draw();
}
}
boggle();
\ No newline at end of file
;if you want to offer this game as local-only,
;or if you want your system to be a league hub, delete this file
host=bbs.thebrokenbubble.com
port=10088
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment