Кастомыне настройки сервера Memories of mars

Материал из Википедия XLGAMES.PRO
Перейти к навигации Перейти к поиску

Настроить свой сервер под себя, можно в файле CustomRuleSet.cfg который находится в корневой папке сервера, если такого файла нет, просто создайте его
Перейдите на вкладку FTP, затем нажмите на кнопку "Новый файл", выбрав "Текстовый файл" измените название и расширение на CustomRuleSet.cfg

Создание файла

скопируйте и вставьте конфигруацию
{
"GameRules":
{
"ItemSpawnRate": 1,
"EnableAISpawning": true,
"AISpawnRate": 1,
"AIHealthModifier": 1,
"AIDamageModifier": 1,
"EnableMeteorSpawning": true,
"MeteorSpawnRate": 1,
"ShowPlayerNamesRange": 10000,
"FlopEventRules": [
{
"PlayersRequired": 2,
"EventsActive": 2
},
{
"PlayersRequired": 6,
"EventsActive": 3
}
]
},
"PlayerRules":
{
"LogoutWeightThreshold": 0,
"OxygenDepletionRate": 1,
"NutritionDepletionRate": 1,
"OnlyShowAlliancePlayerNames": true
},
"BuildingRules":
{
"EnableBuildingDamage": false,
"AdditionalBuildingBlocking": true,
"DecayTimeInHours": 48,
"ClaimOwnershipCostModifier": 2,
"BuildingPreventionSphereRadius": 10,
"InitialGracePeriodInHours": 12,
"BuildingRanks": [
{
"RequiredFlops": 50,
"MaxSupportedStructures": 25,
"BoundarySphereRadius": 50,
"ProtectionTimeInDays": 2,
"GracePeriodInHours": 24
},
{
"RequiredFlops": 100,
"MaxSupportedStructures": 50,
"BoundarySphereRadius": 75,
"ProtectionTimeInDays": 5,
"GracePeriodInHours": 48
},
{
"RequiredFlops": 500,
"MaxSupportedStructures": 100,
"BoundarySphereRadius": 125,
"ProtectionTimeInDays": 10,
"GracePeriodInHours": 72
},
{
"RequiredFlops": 1000,
"MaxSupportedStructures": 250,
"BoundarySphereRadius": 275,
"ProtectionTimeInDays": 14,
"GracePeriodInHours": 96
},
{
"RequiredFlops": 5000,
"MaxSupportedStructures": 500,
"BoundarySphereRadius": 525,
"ProtectionTimeInDays": 21,
"GracePeriodInHours": 120
},
{
"RequiredFlops": 10000,
"MaxSupportedStructures": 1000,
"BoundarySphereRadius": 1025,
"ProtectionTimeInDays": 29,
"GracePeriodInHours": 168
}
]
}
}