From 509daf888ad86acb1cabf21536820530255eac84 Mon Sep 17 00:00:00 2001 From: Jared Ballou Date: Tue, 9 Feb 2016 20:02:19 -0500 Subject: [PATCH] Added more detail to README about lgsm data directory structure --- README.md | 30 ++++++++++++++++++++++-------- lgsm-core | 2 +- 2 files changed, 23 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 33c792663..da2817ecd 100644 --- a/README.md +++ b/README.md @@ -16,21 +16,35 @@ Select the game you want to install, and press Enter. The installer will ask you
LGSM Installer Exec
At this point, the new instance works (mostly) just like the classic LGSM scripts. As of right now, there is no "self-update" functionality for lgsm-core and deployed instances, but it's in the works.

Benefits of the new fork

+ diff --git a/lgsm-core b/lgsm-core index 5f61c77d6..12de6d9a2 100755 --- a/lgsm-core +++ b/lgsm-core @@ -55,7 +55,7 @@ lgsmserverdir="${lgsmdir}/servers/${selfname}" logdir="${lgsmdir}/servers/${selfname}/log" # Temporary path to store and manipulate settings -settingsdir="${lgsmserverdir}/settings" +settingsdir="${lgsmserverdir}/tmp" # Supported Game Data gamedatadir="${lgsmdir}/gamedata"