From efd6a2242ee878d36db1d6bf96f9cbe4fb474ae1 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 5 May 2025 21:58:25 -0400 Subject: Making the TSO client part more clearer --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c08848..be333d8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Note: This will **not** be support for FreeSO itself, report any problems on the - Basic understanding on Linux # How to run -1. First create directories (auth, game, nfs, vars). +1. First create directories (auth, nfs, vars). 2. Copy config.sample.json to config.json. 3. Create an .env file with the following content: ``` @@ -19,7 +19,7 @@ DB_NAME=fso 4. Download or compile the FreeSO server. If downloaded, extract the content to the server subdirectory. If compiled, rename the output directory as FreeSOServer. 5. Put it in a subdirectory as FreeSOServer. (ex. server/FreeSOServer) 6. Create a docker image for the FreeSO server by doing `docker build . -t freeso` on the server subdirectory. -7. Download and extract TSO files on the `game` folder. +7. Download and extract TSO files (TSOClient folder), and rename the `TSOClient` folder to `game` on the root directory. 8. Change the server for the database ip to `db` as it will connect to the mariadb container. 9. Follow the [guide](https://github.com/riperiperi/FreeSO/blob/master/Documentation/Initial%20Setup.md) from the FreeSO repo. 10. Run the server as `docker compose up -d`. -- cgit v1.2.3