Skip to content
Snippets Groups Projects
Commit 273d5b88 authored by deuce's avatar deuce
Browse files

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.
parent c1bcc30d
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ BonusDefForPlayerKill= false ...@@ -20,6 +20,7 @@ BonusDefForPlayerKill= false
BonusStrForPlayerKill= false BonusStrForPlayerKill= false
BrokenInnWeaponSwap= false BrokenInnWeaponSwap= false
;GameServer= portable.57038 ;GameServer= portable.57038
GamePrefix=
[Tournament] [Tournament]
Enabled= false Enabled= false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment