You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ for the game and expansions can be found at:
10
10
A simple "./configure && make && make install" should suffice. You
11
11
may need to install any development packages for libgtk.
12
12
13
-
To compile in order to run a multiplayer server, use "./configure --enable-server && make && make install". In order to run a server, you will need to install mysql. The game runs on port 16309.
13
+
To compile in order to run a multiplayer server, use "./configure --enable-server && make && make install". Running the server program also requires that mysql be installed and a database be configured. You can import the mysqldump file 'rftg.sql' to set up the requisite tables.
14
14
15
15
### RUNNING
16
16
@@ -27,7 +27,10 @@ etc with some command line options:
27
27
You may also change these setting once the game is running with the
28
28
"Select Parameters" option under the Game menu.
29
29
30
-
If you have compiled with the --enable-server option, you can launch the server program with "./server".
30
+
If you have compiled with the --enable-server option, you can launch the server program with "./server". It accepts the following options:
0 commit comments