From e2757a76285342f263d547f15af115c27d12475c Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Wed, 14 Jan 2015 14:29:55 +1100 Subject: [PATCH 1/2] Client now points to home server I've also tweaked the README.txt --- README.txt | 13 +++++++------ rsc/config.cfg | 6 +++--- todo.txt | 2 ++ 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/README.txt b/README.txt index 714ef55..85fcaf9 100644 --- a/README.txt +++ b/README.txt @@ -14,9 +14,10 @@ Both a game server and game client are included in this package. Instructions For Setup ------------------------- -1. To create a server, simply run server.exe. -2. To join that server, run client.exe with config settings not already in use. - (Note: This process will be streamlined later). +1. To create a server, simply run server.exe + (a public server is provided by default) +2. To join a server, your player information must be input into rsc/config.cfg + (NOTE: This process will be streamlined later) 3. To change the config settings, open rsc/config.cfg 4. These settings must be unique for each player: @@ -28,7 +29,7 @@ Instructions For Setup * client.avatar = elliot2.bmp #male * client.avatar = coa2.bmp #female -6. When you've correctly set these values (good luck), select 'Start' from the - main menu; this displays the list of available servers. -7. Select the name of your server (default is 'local') and select 'Join'. +6. When you've correctly set these values, run client.exe, and select 'Start' + from the main menu; this displays the list of available servers. +7. Select the name of a server (default is 'Public') and select 'Join'. 8. Welcome to Tortuga, enjoy your stay. diff --git a/rsc/config.cfg b/rsc/config.cfg index bbe6611..d70964d 100644 --- a/rsc/config.cfg +++ b/rsc/config.cfg @@ -1,7 +1,7 @@ #configuration of the programs #server specific settings -server.host = 255.255.255.255 +server.host = server.krgamestudios.com server.port = 21795 server.name = local @@ -12,8 +12,8 @@ server.dbname = database.db #client.screen.h = 600 client.screen.f = false -client.username = Kayne Ruse -client.handle = Ratstail91 +client.username = username +client.handle = handle client.avatar = elliot2.bmp #directories diff --git a/todo.txt b/todo.txt index 5e87dc8..119146c 100644 --- a/todo.txt +++ b/todo.txt @@ -9,6 +9,8 @@ TODO: Account passwords (list) * ... * salts & hashes +TODO: Split config.cfg in two, one for the server and the client +TODO: Add the "home" parameter to the server's config file TODO: Waypoints, with positions and trigger zones (collision areas) for doors, monster spawns, etc. TODO: Fix shoddy movement TODO: Periodic mass server saves From 92a02c7f0cee316a534b2c7d7f55ff6fd7835d5b Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 18 Jan 2015 21:34:23 +1100 Subject: [PATCH 2/2] Reverted the server to a LAN system --- rsc/config.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsc/config.cfg b/rsc/config.cfg index d70964d..a081695 100644 --- a/rsc/config.cfg +++ b/rsc/config.cfg @@ -1,7 +1,7 @@ #configuration of the programs #server specific settings -server.host = server.krgamestudios.com +server.host = 255.255.255.255 server.port = 21795 server.name = local