48 lines
1.5 KiB
Plaintext
48 lines
1.5 KiB
Plaintext
This is the README for Tortuga's demo build. The source code is available at:
|
|
|
|
https://github.com/Ratstail91/Tortuga
|
|
|
|
The current build may have bugs, missing features, bugs masquerading as
|
|
features, etc. You can report a bug/feature here:
|
|
|
|
https://github.com/Ratstail91/Tortuga/issues
|
|
|
|
Please note that this game requires a functioning server to operate correctly.
|
|
Both a game server and game client are included in this package.
|
|
|
|
-------------------------
|
|
Instructions For Setup
|
|
-------------------------
|
|
|
|
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:
|
|
|
|
* client.username
|
|
* client.handle
|
|
|
|
5. There are currently two options for 'client.avatar':
|
|
|
|
* client.avatar = character1.png #male
|
|
* client.avatar = character2.png #female
|
|
|
|
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.
|
|
|
|
-------------------------
|
|
Linux Users
|
|
-------------------------
|
|
|
|
Before running this on linux, you may need to run the following commands:
|
|
|
|
sudo apt-get install libsdl2-net-2.0-0
|
|
sudo apt-get install libsdl2-image-2.0-0
|
|
sudo apt-get install libsdl2-ttf-2.0-0
|
|
|
|
|