mirror of
https://old.git.ood.ovh/eco/server-config.git
synced 2025-04-28 22:28:51 +02:00
update templates
This commit is contained in:
parent
7d224ef2af
commit
e3c4d52747
12 changed files with 774 additions and 593 deletions
7
Configs/Balance.eco.template
Executable file
7
Configs/Balance.eco.template
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"MaxActivePlayers": 0,
|
||||||
|
"ShelfLifeMultiplier": 1.0,
|
||||||
|
"ExhaustionAfterHours": 0.0,
|
||||||
|
"RolloverDailyPlaytime": true,
|
||||||
|
"MaximumPlaytimeBeforeExhausted": 15.0
|
||||||
|
}
|
|
@ -2,13 +2,14 @@
|
||||||
"AllowOverthrow": true,
|
"AllowOverthrow": true,
|
||||||
"ValueAdditionToOverthrow": 50.0,
|
"ValueAdditionToOverthrow": 50.0,
|
||||||
"DayRangeForActiveDemographic": 1.5,
|
"DayRangeForActiveDemographic": 1.5,
|
||||||
|
"PercentOfDaysToBeActiveForLongTermDemographic": 0.5,
|
||||||
"HoursPlayedToBeActiveDemographic": 0.5,
|
"HoursPlayedToBeActiveDemographic": 0.5,
|
||||||
"DayRangeForAbandonedDemographic": 7.0,
|
"DayRangeForAbandonedDemographic": 7.0,
|
||||||
"HoursPlayedToBeAbandonedDemographic": 0.0,
|
"HoursPlayedToBeAbandonedDemographic": 0.0,
|
||||||
"CitizenAgeForAbandonedDemographic": 24.0,
|
"CitizenAgeForAbandonedDemographic": 24.0,
|
||||||
"MinutesBetweenCivicsUpdates": 5.0,
|
"MinutesBetweenCivicsUpdates": 5.0,
|
||||||
"AllowInvalidCivicContainerTimeInMinutes": 20.0,
|
"AllowInvalidCivicContainerTimeInMinutes": 20.0,
|
||||||
"RecurringTransferFrequency": 30.0,
|
"RecurringTransferFrequencyInMinutes": 30.0,
|
||||||
"AllowLawsToPreventLoginOrPlay": false,
|
"AllowLawsToPreventLoginOrPlay": false,
|
||||||
"BasicElectionSettings": {
|
"BasicElectionSettings": {
|
||||||
"MaximumElectionHours": 24.0,
|
"MaximumElectionHours": 24.0,
|
||||||
|
@ -17,6 +18,8 @@
|
||||||
"EndElectionEarlyWhenThisPercentHaveVoted": 95.0,
|
"EndElectionEarlyWhenThisPercentHaveVoted": 95.0,
|
||||||
"PercentOfAllVotersToInstantWin": 51.0,
|
"PercentOfAllVotersToInstantWin": 51.0,
|
||||||
"PercentOfAllVotersToInstantLose": 51.0,
|
"PercentOfAllVotersToInstantLose": 51.0,
|
||||||
"AnonymousVoting": false
|
"AnonymousVoting": false,
|
||||||
|
"TwitchVoteWeight": 0.1,
|
||||||
|
"MaxPercentTwitchVotes": 0.5
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -6,11 +6,14 @@
|
||||||
"SpecialtyExperiencePerLevel": 25.0,
|
"SpecialtyExperiencePerLevel": 25.0,
|
||||||
"CraftResourceModifier": 1.0,
|
"CraftResourceModifier": 1.0,
|
||||||
"CraftTimeModifier": 1.0,
|
"CraftTimeModifier": 1.0,
|
||||||
|
"SpecialtyRefundPercentage": 0.5,
|
||||||
"PlayerExperiencePerSpecialtyExperience": 0.0,
|
"PlayerExperiencePerSpecialtyExperience": 0.0,
|
||||||
"StackSizeModifier": 1.0,
|
"StackSizeModifier": 1.0,
|
||||||
"WeightModifier": 1.0,
|
"WeightModifier": 1.0,
|
||||||
"FuelModifier": 1.0,
|
"FuelModifier": 1.0,
|
||||||
|
"GrowthRateModifier": 1.0,
|
||||||
"ConnectionRangeModifier": 1.0
|
"ConnectionRangeModifier": 1.0
|
||||||
},
|
},
|
||||||
"EndgameCraftCost": "Normal"
|
"EndgameCraftCost": "Normal",
|
||||||
|
"SkillbookCraftCost": "Normal"
|
||||||
}
|
}
|
|
@ -25,6 +25,7 @@
|
||||||
"MaxCO2PerDayFromAnimals": 25.0,
|
"MaxCO2PerDayFromAnimals": 25.0,
|
||||||
"MinCO2PerDayFromPlants": -500.0,
|
"MinCO2PerDayFromPlants": -500.0,
|
||||||
"PollutionPerTailingPerTick": 0.016,
|
"PollutionPerTailingPerTick": 0.016,
|
||||||
|
"TailingsPollutionUndergroundHalvingDistance": 5,
|
||||||
"MaxDebrisBlocks": 1.0
|
"MaxDebrisBlocks": 1.0
|
||||||
},
|
},
|
||||||
"Interactions": {
|
"Interactions": {
|
||||||
|
@ -300,8 +301,7 @@
|
||||||
"TimeMult": 1.0,
|
"TimeMult": 1.0,
|
||||||
"PlantScarcity": 0.0,
|
"PlantScarcity": 0.0,
|
||||||
"PlantDensity": 1.0,
|
"PlantDensity": 1.0,
|
||||||
"PlantMaturityModifier": 1.0,
|
"MinTreeSpawnDistance": 4,
|
||||||
"MinTreeSpawnDistance": 5,
|
|
||||||
"BaseSkillGainRate": 12.0,
|
"BaseSkillGainRate": 12.0,
|
||||||
"SkillDamageMultiplier": 0.0,
|
"SkillDamageMultiplier": 0.0,
|
||||||
"RecordLayerHistory": "Interval",
|
"RecordLayerHistory": "Interval",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"RentEnabled": true,
|
"RentEnabled": true,
|
||||||
|
"VoiceChatEnabled": true,
|
||||||
"FoodVarietyMultiplierEnabled": true,
|
"FoodVarietyMultiplierEnabled": true,
|
||||||
"FoodTastinessMultiplierEnabled": true
|
"FoodTastinessMultiplierEnabled": true
|
||||||
}
|
}
|
3
Configs/Initial Spawn.eco.template
Executable file
3
Configs/Initial Spawn.eco.template
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"MinutesBetweenUpdates": 30.0
|
||||||
|
}
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"AutoShutdownHour": -1,
|
"AutoShutdownHour": -1,
|
||||||
"AutoShutdownReason": "Automatic Restart",
|
"AutoShutdownMessage": "Automatic Restart",
|
||||||
|
"ReasonForAutoShutdown": "Restart",
|
||||||
"CountdownIntervals": [60, 45, 30, 15, 5, 3, 1],
|
"CountdownIntervals": [60, 45, 30, 15, 5, 3, 1],
|
||||||
"CountdownStart": 30
|
"CountdownStart": 30
|
||||||
}
|
}
|
|
@ -11,8 +11,12 @@
|
||||||
"RemoteAddress": "",
|
"RemoteAddress": "",
|
||||||
"GameServerPort": 3000,
|
"GameServerPort": 3000,
|
||||||
"WebServerPort": 3001,
|
"WebServerPort": 3001,
|
||||||
|
"RconServerPort": 3002,
|
||||||
|
"RconIPAddress": "Any",
|
||||||
|
"RconPassword": "",
|
||||||
"Rate": 20,
|
"Rate": 20,
|
||||||
"MaxConnections": -1,
|
"DefaultSlots": -1,
|
||||||
|
"ReservedSlots": 5,
|
||||||
"UPnPEnabled": true,
|
"UPnPEnabled": true,
|
||||||
"RelayServerAddress": ""
|
"RelayServerAddress": ""
|
||||||
}
|
}
|
|
@ -2,6 +2,6 @@
|
||||||
"SaveName": "Game",
|
"SaveName": "Game",
|
||||||
"SaveFrequency": 60,
|
"SaveFrequency": 60,
|
||||||
"CleanupFilesOnExceptions": false,
|
"CleanupFilesOnExceptions": false,
|
||||||
"UseCacheForDBQueries": true,
|
"StorageDirectory": "Storage",
|
||||||
"StorageDirectory": "Storage"
|
"NewGameTemplate": ""
|
||||||
}
|
}
|
|
@ -1,8 +1,10 @@
|
||||||
{
|
{
|
||||||
"ConfigVersion": 1,
|
"ConfigVersion": 1,
|
||||||
"UseWaste": false,
|
"UseWaste": false,
|
||||||
"ApiKey": "",
|
"APIAuthToken": "",
|
||||||
"AdminApiKey": "",
|
"APIAdminAuthToken": "",
|
||||||
|
"SLGAccountName": "",
|
||||||
|
"SLGAccountPassword": "",
|
||||||
"MaxRepFromOnePerson": 30.0,
|
"MaxRepFromOnePerson": 30.0,
|
||||||
"MinRepFromOnePerson": -10.0,
|
"MinRepFromOnePerson": -10.0,
|
||||||
"AllowDebugCalls": false,
|
"AllowDebugCalls": false,
|
||||||
|
@ -120,9 +122,13 @@
|
||||||
"y": 63,
|
"y": 63,
|
||||||
"z": 698
|
"z": 698
|
||||||
},
|
},
|
||||||
"IgnoreVersionMismatch": false,
|
"SpawnSearchRange": 600,
|
||||||
|
"RequiredOccupancyBeforeAFKKick": 0,
|
||||||
|
"TimeRequiredForAFKMinutes": 0,
|
||||||
"UserPermission": {
|
"UserPermission": {
|
||||||
"WhiteList": {
|
"WhiteList": {
|
||||||
|
"UserIDAddedEvent": {},
|
||||||
|
"UserIDRemovedEvent": {},
|
||||||
"Collection": {
|
"Collection": {
|
||||||
"System.String": {
|
"System.String": {
|
||||||
"$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib",
|
"$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib",
|
||||||
|
@ -131,6 +137,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"BlackList": {
|
"BlackList": {
|
||||||
|
"UserIDAddedEvent": {},
|
||||||
|
"UserIDRemovedEvent": {},
|
||||||
"Collection": {
|
"Collection": {
|
||||||
"Eco.Gameplay.Players.TimeUser": {
|
"Eco.Gameplay.Players.TimeUser": {
|
||||||
"$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Players.TimeUser, Eco.Gameplay]], System.Private.CoreLib",
|
"$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Players.TimeUser, Eco.Gameplay]], System.Private.CoreLib",
|
||||||
|
@ -139,6 +147,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"MuteList": {
|
"MuteList": {
|
||||||
|
"UserIDAddedEvent": {},
|
||||||
|
"UserIDRemovedEvent": {},
|
||||||
"Collection": {
|
"Collection": {
|
||||||
"Eco.Gameplay.Players.TimeUser": {
|
"Eco.Gameplay.Players.TimeUser": {
|
||||||
"$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Players.TimeUser, Eco.Gameplay]], System.Private.CoreLib",
|
"$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Players.TimeUser, Eco.Gameplay]], System.Private.CoreLib",
|
||||||
|
@ -147,6 +157,40 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Admins": {
|
"Admins": {
|
||||||
|
"UserIDAddedEvent": {},
|
||||||
|
"UserIDRemovedEvent": {},
|
||||||
|
"Collection": {
|
||||||
|
"System.String": {
|
||||||
|
"$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib",
|
||||||
|
"$values": []
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"QueuePriorities": {
|
||||||
|
"Eco.Gameplay.Players.QueuePriority": {
|
||||||
|
"$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Players.QueuePriority, Eco.Gameplay]], System.Private.CoreLib",
|
||||||
|
"$values": [
|
||||||
|
{
|
||||||
|
"Priority" : 0,
|
||||||
|
"Title": "Default Priority",
|
||||||
|
"Users": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Priority" : 1,
|
||||||
|
"Title": "Priority 1",
|
||||||
|
"Users": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Priority" : 2,
|
||||||
|
"Title": "Priority 2",
|
||||||
|
"Users": ""
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"UsersWithReservedSlotsAtQueue": {
|
||||||
|
"UserIDAddedEvent": {},
|
||||||
|
"UserIDRemovedEvent": {},
|
||||||
"Collection": {
|
"Collection": {
|
||||||
"System.String": {
|
"System.String": {
|
||||||
"$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib",
|
"$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib",
|
||||||
|
|
6
Configs/Voice.eco.template
Executable file
6
Configs/Voice.eco.template
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"AudibleDistance": 32,
|
||||||
|
"ConversationalDistance": 1,
|
||||||
|
"AudioFadeModel": "InverseByDistance",
|
||||||
|
"AudioFadeIntensityByDistance": 1.0
|
||||||
|
}
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue