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"