Client now points to home server

I've also tweaked the README.txt
This commit is contained in:
Kayne Ruse
2015-01-14 14:29:55 +11:00
parent 44e24b667e
commit e2757a7628
3 changed files with 12 additions and 9 deletions
+7 -6
View File
@@ -14,9 +14,10 @@ Both a game server and game client are included in this package.
Instructions For Setup Instructions For Setup
------------------------- -------------------------
1. To create a server, simply run server.exe. 1. To create a server, simply run server.exe
2. To join that server, run client.exe with config settings not already in use. (a public server is provided by default)
(Note: This process will be streamlined later). 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 3. To change the config settings, open rsc/config.cfg
4. These settings must be unique for each player: 4. These settings must be unique for each player:
@@ -28,7 +29,7 @@ Instructions For Setup
* client.avatar = elliot2.bmp #male * client.avatar = elliot2.bmp #male
* client.avatar = coa2.bmp #female * client.avatar = coa2.bmp #female
6. When you've correctly set these values (good luck), select 'Start' from the 6. When you've correctly set these values, run client.exe, and select 'Start'
main menu; this displays the list of available servers. from the main menu; this displays the list of available servers.
7. Select the name of your server (default is 'local') and select 'Join'. 7. Select the name of a server (default is 'Public') and select 'Join'.
8. Welcome to Tortuga, enjoy your stay. 8. Welcome to Tortuga, enjoy your stay.
+3 -3
View File
@@ -1,7 +1,7 @@
#configuration of the programs #configuration of the programs
#server specific settings #server specific settings
server.host = 255.255.255.255 server.host = server.krgamestudios.com
server.port = 21795 server.port = 21795
server.name = local server.name = local
@@ -12,8 +12,8 @@ server.dbname = database.db
#client.screen.h = 600 #client.screen.h = 600
client.screen.f = false client.screen.f = false
client.username = Kayne Ruse client.username = username
client.handle = Ratstail91 client.handle = handle
client.avatar = elliot2.bmp client.avatar = elliot2.bmp
#directories #directories
+2
View File
@@ -9,6 +9,8 @@ TODO: Account passwords (list)
* ... * ...
* salts & hashes * 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: Waypoints, with positions and trigger zones (collision areas) for doors, monster spawns, etc.
TODO: Fix shoddy movement TODO: Fix shoddy movement
TODO: Periodic mass server saves TODO: Periodic mass server saves