From 273d5b885be0804b26b3503286a84e0acf74de27 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Tue, 3 Sep 2019 02:17:42 +0000 Subject: [PATCH] Add GamePrefix setting to allow multiple games. It can be an absolute or relative directory, a filename prefix, or both. ie: "/sbbs/xtrn/lord/netlord/" will be in the netlord directory. "/sbbs/xtrn/lord/netlord" will prefix all the files with "netlord" unless a netlord directory exists. "netlord/" same as #1, relative to exec dir. "netlord" same as #2, relative to exec dir. --- xtrn/lord/lord.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/xtrn/lord/lord.ini b/xtrn/lord/lord.ini index efce6ded0c..4f354af76a 100644 --- a/xtrn/lord/lord.ini +++ b/xtrn/lord/lord.ini @@ -20,6 +20,7 @@ BonusDefForPlayerKill= false BonusStrForPlayerKill= false BrokenInnWeaponSwap= false ;GameServer= portable.57038 +GamePrefix= [Tournament] Enabled= false -- GitLab