You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the last character on the server logs out the server does not initiate a save. Am i missing a setting for this? I was unable to find one in the official dedicated server repository.
I have reduced saved time to two minutes, so at worst it is minimal, but just to confirm. (if any more data is needed, please let me know)
When the last character on the server logs out the server does not initiate a save. Am i missing a setting for this? I was unable to find one in the official dedicated server repository.
I have reduced saved time to two minutes, so at worst it is minimal, but just to confirm. (if any more data is needed, please let me know)
My JSON files
ServerHost
{
"Name": "server-name",
"Description": "server-welcome",
"Port": 9876,
"QueryPort": 9877,
"MaxConnectedUsers": 4,
"MaxConnectedAdmins": 4,
"ServerFps": 175,
"SaveName": "svr2-pve",
"Password": "password",
"Secure": true,
"ListOnSteam": true,
"ListOnEOS": true,
"LowerFPSWhenEmpty": true,
"AutoSaveCount": 50,
"AutoSaveInterval": 120,
"AutoSaveSmartKeep": "2:10:1,60:0:1,120:0:1,1440:0:1",
"CompressSaveFiles": true,
"GameSettingsPreset": "",
"GameDifficultyPreset": "",
"AdminOnlyDebugEvents": true,
"DisableDebugEvents": false,
"API": {
"Enabled": false
},
"Rcon": {
"Enabled": false,
"Port": 25575,
"Password": ""
}
}
GameSettings
{
"GameDifficulty": "Normal",
"GameModeType": "PvE",
"CastleDamageMode": "Never",
"SiegeWeaponHealth": "Normal",
"PlayerDamageMode": "Always",
"CastleHeartDamageMode": "CanBeDestroyedByPlayers",
"PvPProtectionMode": "Medium",
"DeathContainerPermission": "Anyone",
"RelicSpawnType": "Unique",
"CanLootEnemyContainers": true,
"BloodBoundEquipment": true,
"TeleportBoundItems": true,
"BatBoundItems": false,
"AllowGlobalChat": true,
"AllWaypointsUnlocked": false,
"FreeCastleRaid": false,
"FreeCastleClaim": false,
"FreeCastleDestroy": false,
"InactivityKillEnabled": true,
"InactivityKillTimeMin": 3600,
"InactivityKillTimeMax": 604800,
"InactivityKillSafeTimeAddition": 172800,
"InactivityKillTimerMaxItemLevel": 84,
"StartingProgressionLevel": 0,
"DisableDisconnectedDeadEnabled": true,
"DisableDisconnectedDeadTimer": 60,
"DisconnectedSunImmunityTime": 300.0,
"InventoryStacksModifier": 1.0,
"DropTableModifier_General": 1.0,
"DropTableModifier_Missions": 1.0,
"MaterialYieldModifier_Global": 1.0,
"BloodEssenceYieldModifier": 1.0,
"JournalVBloodSourceUnitMaxDistance": 25.0,
"PvPVampireRespawnModifier": 1.0,
"CastleMinimumDistanceInFloors": 2,
"ClanSize": 4,
"BloodDrainModifier": 1.0,
"DurabilityDrainModifier": 1.0,
"GarlicAreaStrengthModifier": 1.0,
"HolyAreaStrengthModifier": 1.0,
"SilverStrengthModifier": 1.0,
"SunDamageModifier": 1.0,
"CastleDecayRateModifier": 0,
"CastleBloodEssenceDrainModifier": 0,
"CastleSiegeTimer": 420.0,
"CastleUnderAttackTimer": 60.0,
"CastleRaidTimer": 600.0,
"CastleRaidProtectionTime": 1800.0,
"CastleExposedFreeClaimTimer": 300.0,
"CastleRelocationCooldown": 10800.0,
"CastleRelocationEnabled": true,
"AnnounceSiegeWeaponSpawn": true,
"ShowSiegeWeaponMapIcon": false,
"BuildCostModifier": 1.0,
"RecipeCostModifier": 1.0,
"CraftRateModifier": 1.0,
"ResearchCostModifier": 1.0,
"RefinementCostModifier": 1.0,
"RefinementRateModifier": 1.0,
"ResearchTimeModifier": 1.0,
"DismantleResourceModifier": 1.0,
"ServantConvertRateModifier": 1.0,
"RepairCostModifier": 1.0,
"Death_DurabilityFactorLoss": 0.125,
"Death_DurabilityLossFactorAsResources": 1.0,
"StarterEquipmentId": 0,
"StarterResourcesId": 0,
"VBloodUnitSettings": [],
"UnlockedAchievements": [],
"UnlockedResearchs": [],
"GameTimeModifiers": {
"DayDurationInSeconds": 1080.0,
"DayStartHour": 9,
"DayStartMinute": 0,
"DayEndHour": 17,
"DayEndMinute": 0,
"BloodMoonFrequency_Min": 10,
"BloodMoonFrequency_Max": 18,
"BloodMoonBuff": 0.2
},
"VampireStatModifiers": {
"MaxHealthModifier": 1.0,
"PhysicalPowerModifier": 1.0,
"SpellPowerModifier": 1.0,
"ResourcePowerModifier": 1.0,
"SiegePowerModifier": 1.0,
"DamageReceivedModifier": 1.0,
"ReviveCancelDelay": 5.0
},
"UnitStatModifiers_Global": {
"MaxHealthModifier": 1.0,
"PowerModifier": 1.0,
"LevelIncrease": 0
},
"UnitStatModifiers_VBlood": {
"MaxHealthModifier": 1.0,
"PowerModifier": 1.0,
"LevelIncrease": 0
},
"EquipmentStatModifiers_Global": {
"MaxHealthModifier": 1.0,
"ResourceYieldModifier": 1.0,
"PhysicalPowerModifier": 1.0,
"SpellPowerModifier": 1.0,
"SiegePowerModifier": 1.0,
"MovementSpeedModifier": 1.0
},
"CastleStatModifiers_Global": {
"TickPeriod": 5.0,
"SafetyBoxLimit": 1,
"EyeStructuresLimit": 1,
"TombLimit": 12,
"VerminNestLimit": 4,
"PrisonCellLimit": 16,
"HeartLimits": {
"Level1": {
"FloorLimit": 50,
"ServantLimit": 4,
"HeightLimit": 3
},
"Level2": {
"FloorLimit": 140,
"ServantLimit": 5,
"HeightLimit": 3
},
"Level3": {
"FloorLimit": 240,
"ServantLimit": 6,
"HeightLimit": 3
},
"Level4": {
"FloorLimit": 360,
"ServantLimit": 7,
"HeightLimit": 3
},
"Level5": {
"FloorLimit": 550,
"ServantLimit": 8,
"HeightLimit": 3
}
},
"CastleLimit": 2,
"NetherGateLimit": 1,
"ThroneOfDarknessLimit": 1
},
"PlayerInteractionSettings": {
"TimeZone": "Local",
"VSPlayerWeekdayTime": {
"StartHour": 20,
"StartMinute": 0,
"EndHour": 22,
"EndMinute": 0
},
"VSPlayerWeekendTime": {
"StartHour": 20,
"StartMinute": 0,
"EndHour": 22,
"EndMinute": 0
},
"VSCastleWeekdayTime": {
"StartHour": 20,
"StartMinute": 0,
"EndHour": 22,
"EndMinute": 0
},
"VSCastleWeekendTime": {
"StartHour": 20,
"StartMinute": 0,
"EndHour": 22,
"EndMinute": 0
}
},
"TraderModifiers": {
"StockModifier": 1.0,
"PriceModifier": 1.0,
"RestockTimerModifier": 1.0
},
"WarEventGameSettings": {
"Interval": 1,
"MajorDuration": 1,
"MinorDuration": 1,
"WeekdayTime": {
"StartHour": 0,
"StartMinute": 0,
"EndHour": 23,
"EndMinute": 59
},
"WeekendTime": {
"StartHour": 0,
"StartMinute": 0,
"EndHour": 23,
"EndMinute": 59
},
"ScalingPlayers1": {
"PointsModifier": 1.0,
"DropModifier": 1.0
},
"ScalingPlayers2": {
"PointsModifier": 0.5,
"DropModifier": 0.5
},
"ScalingPlayers3": {
"PointsModifier": 0.25,
"DropModifier": 0.25
},
"ScalingPlayers4": {
"PointsModifier": 0.25,
"DropModifier": 0.25
}
}
}
The text was updated successfully, but these errors were encountered: