From 9b7a81ceee3b3e7b238555ddc01eb4d0649283d3 Mon Sep 17 00:00:00 2001 From: Bluzume <39113159+KuromeSan@users.noreply.github.com> Date: Sun, 24 Oct 2021 08:33:04 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c6c1d5a..f38755b 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,12 @@ This repository is meant to re-implement the server-side script's for horse isle # What are the folders? master-site/ - Contains registration, fourms, help center, server list, and so on (based on master.horseisle.com) game-site/ - Contains the game client itself, and minimal PHP scripts to display the account page (based on pinto.horseisle.com) + + +# Configuration +to configure your own server there are 3 main files you need to be aware of: +- game-site/config.php - Configuration file for a specific game-site +- master-site/config.php - Configuration file for the main master-site +- master-site/servers.php - Configuration file for server list + +Note: HMAC_SECRET must match in master-site and all game-sites,