Remove SCUM sqlite user projections
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"version": 2,
|
||||
"baseDirectoryKey": "config/windows-server",
|
||||
"maps": [
|
||||
{
|
||||
"key": "server-settings",
|
||||
"format": "ini",
|
||||
"encoding": "utf-8",
|
||||
"fileName": "ServerSettings.ini",
|
||||
"sections": {
|
||||
"General": ["scum.ServerName", "scum.ServerDescription", "scum.MaxPlayers", "scum.WelcomeMessage", "scum.MessageOfTheDay", "scum.AllowEvents", "scum.DisableTimedGifts"],
|
||||
"World": ["scum.CustomMapEnabled", "scum.CustomMapCenterXCoordinate", "scum.CustomMapCenterYCoordinate", "scum.CustomMapWidth", "scum.CustomMapHeight"],
|
||||
"Respawn": ["scum.AllowSectorRespawn", "scum.AllowShelterRespawn", "scum.AllowSquadmateRespawn", "scum.RandomRespawnPrice", "scum.SquadRespawnPrice"],
|
||||
"Vehicles": ["scum.MaximumTimeOfVehicleInactivity", "scum.LogVehicleDestroyed"],
|
||||
"Damage": ["scum.HumanToHumanDamageMultiplier", "scum.ZombieDamageMultiplier", "scum.ItemDecayDamageMultiplier"],
|
||||
"Features": ["scum.FlagOvertakeDuration", "scum.AllowMultipleFlagsPerPlayer", "scum.RaidProtectionType", "scum.QuestsEnabled", "scum.EnableNewPlayerProtection"]
|
||||
}
|
||||
},
|
||||
{ "key": "economy-override", "format": "json", "encoding": "utf-8", "fileName": "EconomyOverride.json", "rootPath": "economy-override", "fields": ["traders", "economy-reset-time-hours", "tradeable-rotation-enabled", "traders-unlimited-funds", "traders-unlimited-stock"] },
|
||||
{ "key": "raid-times", "format": "json", "encoding": "utf-8", "fileName": "RaidTimes.json", "rootPath": "raiding-times", "fields": ["day", "time", "start-announcement-time", "end-announcement-time"] },
|
||||
{ "key": "notifications", "format": "json", "encoding": "utf-8", "fileName": "Notifications.json", "rootPath": "Notifications", "fields": [] },
|
||||
{ "key": "admin-users", "format": "line-list", "encoding": "utf-8", "fileName": "AdminUsers.ini" },
|
||||
{ "key": "server-settings-admin-users", "format": "line-list", "encoding": "utf-8", "fileName": "ServerSettingsAdminUsers.ini" },
|
||||
{ "key": "banned-users", "format": "line-list", "encoding": "utf-8", "fileName": "BannedUsers.ini" },
|
||||
{ "key": "whitelisted-users", "format": "line-list", "encoding": "utf-8", "fileName": "WhitelistedUsers.ini" },
|
||||
{ "key": "exclusive-users", "format": "line-list", "encoding": "utf-8", "fileName": "ExclusiveUsers.ini" },
|
||||
{ "key": "silenced-users", "format": "line-list", "encoding": "utf-8", "fileName": "SilencedUsers.ini" }
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 2,
|
||||
"databaseUserVersion": 57,
|
||||
"catalogSource": {
|
||||
"configMapKey": "economy-override",
|
||||
"rootPath": "economy-override.traders",
|
||||
"itemCodeField": "tradeable-code"
|
||||
},
|
||||
"giftClasses": [
|
||||
{ "value": 1, "key": "daily" },
|
||||
{ "value": 2, "key": "weekly" },
|
||||
{ "value": 3, "key": "monthly" },
|
||||
{ "value": 4, "key": "yearly" },
|
||||
{ "value": 5, "key": "one-time" },
|
||||
{ "value": 6, "key": "daily-five" }
|
||||
],
|
||||
"recipientStatuses": [
|
||||
{ "value": 0, "key": "all" },
|
||||
{ "value": 1, "key": "pve" },
|
||||
{ "value": 2, "key": "pvp" }
|
||||
],
|
||||
"deliveryCommands": [
|
||||
{ "kind": "item", "template": "#SpawnItem {itemCode} {quantity}" },
|
||||
{ "kind": "vehicle", "template": "#SpawnVehicle {vehicleCode}" }
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"version": 1,
|
||||
"mapId": "scum-island",
|
||||
"databaseUserVersion": 57,
|
||||
"units": "unreal-centimeters",
|
||||
"image": {
|
||||
"path": "assets/map/scum-map-overview.jpg",
|
||||
"width": 256,
|
||||
"height": 256
|
||||
},
|
||||
"defaultBounds": {
|
||||
"worldMinX": -905000,
|
||||
"worldMinY": -905000,
|
||||
"worldMaxX": 619000,
|
||||
"worldMaxY": 619000
|
||||
},
|
||||
"runtimeOverride": {
|
||||
"configMapKey": "server-settings",
|
||||
"section": "World",
|
||||
"enabledField": "scum.CustomMapEnabled",
|
||||
"centerXField": "scum.CustomMapCenterXCoordinate",
|
||||
"centerYField": "scum.CustomMapCenterYCoordinate",
|
||||
"widthField": "scum.CustomMapWidth",
|
||||
"heightField": "scum.CustomMapHeight",
|
||||
"kilometersToWorldUnits": 100000
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user