Update 7d2d Config (#182)
* Update 7d2d * Update 7d2d * Update 7d2d Config The generic 7d2d config doesn't account for the save directory. Updated to add a config version selector under the SteamCMD and Updates tab. * Update Port Details * Update manifest.json * Update manifest.json * Update save location * Update manifest.json * Update manifest.json * Update manifest.json * Update 7d2d This fixes an issue with the save location by providing specific config files depending on what a user chooses under SteamCMD & Updates. * Add pre 20.0 settings * More settings updated * Update 7d2d Config Create manual config download options for 18.4 to Current. Adjusted save location of all generated files to be within the datastore. * Update manifest.json * Update seven-days-to-diemetaconfig.json * Update seven-days-to-dieconfig.json * Update seven-days-to-dieupdates.json
This commit is contained in:
@@ -1,11 +1,21 @@
|
||||
[
|
||||
{
|
||||
"ConfigFile": "./serverconfig.xml",
|
||||
"ConfigFile": "seven-days-settings184.xml",
|
||||
"AutoMap": true,
|
||||
"ConfigType": "xml"
|
||||
},
|
||||
{
|
||||
"ConfigFile": "./serverconfigpre204.xml",
|
||||
"ConfigFile": "seven-days-settings196.xml",
|
||||
"AutoMap": true,
|
||||
"ConfigType": "xml"
|
||||
},
|
||||
{
|
||||
"ConfigFile": "seven-days-settings200-203.xml",
|
||||
"AutoMap": true,
|
||||
"ConfigType": "xml"
|
||||
},
|
||||
{
|
||||
"ConfigFile": "seven-days-settings204.xml",
|
||||
"AutoMap": true,
|
||||
"ConfigType": "xml"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user