mirror of
https://old.git.ood.ovh/eco/server-config.git
synced 2025-04-28 18:14:17 +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,
|
||||
"ValueAdditionToOverthrow": 50.0,
|
||||
"DayRangeForActiveDemographic": 1.5,
|
||||
"PercentOfDaysToBeActiveForLongTermDemographic": 0.5,
|
||||
"HoursPlayedToBeActiveDemographic": 0.5,
|
||||
"DayRangeForAbandonedDemographic": 7.0,
|
||||
"HoursPlayedToBeAbandonedDemographic": 0.0,
|
||||
"CitizenAgeForAbandonedDemographic": 24.0,
|
||||
"MinutesBetweenCivicsUpdates": 5.0,
|
||||
"AllowInvalidCivicContainerTimeInMinutes": 20.0,
|
||||
"RecurringTransferFrequency": 30.0,
|
||||
"RecurringTransferFrequencyInMinutes": 30.0,
|
||||
"AllowLawsToPreventLoginOrPlay": false,
|
||||
"BasicElectionSettings": {
|
||||
"MaximumElectionHours": 24.0,
|
||||
|
@ -17,6 +18,8 @@
|
|||
"EndElectionEarlyWhenThisPercentHaveVoted": 95.0,
|
||||
"PercentOfAllVotersToInstantWin": 51.0,
|
||||
"PercentOfAllVotersToInstantLose": 51.0,
|
||||
"AnonymousVoting": false
|
||||
"AnonymousVoting": false,
|
||||
"TwitchVoteWeight": 0.1,
|
||||
"MaxPercentTwitchVotes": 0.5
|
||||
}
|
||||
}
|
|
@ -6,11 +6,14 @@
|
|||
"SpecialtyExperiencePerLevel": 25.0,
|
||||
"CraftResourceModifier": 1.0,
|
||||
"CraftTimeModifier": 1.0,
|
||||
"SpecialtyRefundPercentage": 0.5,
|
||||
"PlayerExperiencePerSpecialtyExperience": 0.0,
|
||||
"StackSizeModifier": 1.0,
|
||||
"WeightModifier": 1.0,
|
||||
"FuelModifier": 1.0,
|
||||
"GrowthRateModifier": 1.0,
|
||||
"ConnectionRangeModifier": 1.0
|
||||
},
|
||||
"EndgameCraftCost": "Normal"
|
||||
"EndgameCraftCost": "Normal",
|
||||
"SkillbookCraftCost": "Normal"
|
||||
}
|
|
@ -25,6 +25,7 @@
|
|||
"MaxCO2PerDayFromAnimals": 25.0,
|
||||
"MinCO2PerDayFromPlants": -500.0,
|
||||
"PollutionPerTailingPerTick": 0.016,
|
||||
"TailingsPollutionUndergroundHalvingDistance": 5,
|
||||
"MaxDebrisBlocks": 1.0
|
||||
},
|
||||
"Interactions": {
|
||||
|
@ -300,8 +301,7 @@
|
|||
"TimeMult": 1.0,
|
||||
"PlantScarcity": 0.0,
|
||||
"PlantDensity": 1.0,
|
||||
"PlantMaturityModifier": 1.0,
|
||||
"MinTreeSpawnDistance": 5,
|
||||
"MinTreeSpawnDistance": 4,
|
||||
"BaseSkillGainRate": 12.0,
|
||||
"SkillDamageMultiplier": 0.0,
|
||||
"RecordLayerHistory": "Interval",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"RentEnabled": true,
|
||||
"VoiceChatEnabled": true,
|
||||
"FoodVarietyMultiplierEnabled": 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,
|
||||
"AutoShutdownReason": "Automatic Restart",
|
||||
"AutoShutdownMessage": "Automatic Restart",
|
||||
"ReasonForAutoShutdown": "Restart",
|
||||
"CountdownIntervals": [60, 45, 30, 15, 5, 3, 1],
|
||||
"CountdownStart": 30
|
||||
}
|
|
@ -11,8 +11,12 @@
|
|||
"RemoteAddress": "",
|
||||
"GameServerPort": 3000,
|
||||
"WebServerPort": 3001,
|
||||
"RconServerPort": 3002,
|
||||
"RconIPAddress": "Any",
|
||||
"RconPassword": "",
|
||||
"Rate": 20,
|
||||
"MaxConnections": -1,
|
||||
"DefaultSlots": -1,
|
||||
"ReservedSlots": 5,
|
||||
"UPnPEnabled": true,
|
||||
"RelayServerAddress": ""
|
||||
}
|
|
@ -2,6 +2,6 @@
|
|||
"SaveName": "Game",
|
||||
"SaveFrequency": 60,
|
||||
"CleanupFilesOnExceptions": false,
|
||||
"UseCacheForDBQueries": true,
|
||||
"StorageDirectory": "Storage"
|
||||
"StorageDirectory": "Storage",
|
||||
"NewGameTemplate": ""
|
||||
}
|
|
@ -1,8 +1,10 @@
|
|||
{
|
||||
"ConfigVersion": 1,
|
||||
"UseWaste": false,
|
||||
"ApiKey": "",
|
||||
"AdminApiKey": "",
|
||||
"APIAuthToken": "",
|
||||
"APIAdminAuthToken": "",
|
||||
"SLGAccountName": "",
|
||||
"SLGAccountPassword": "",
|
||||
"MaxRepFromOnePerson": 30.0,
|
||||
"MinRepFromOnePerson": -10.0,
|
||||
"AllowDebugCalls": false,
|
||||
|
@ -120,9 +122,13 @@
|
|||
"y": 63,
|
||||
"z": 698
|
||||
},
|
||||
"IgnoreVersionMismatch": false,
|
||||
"SpawnSearchRange": 600,
|
||||
"RequiredOccupancyBeforeAFKKick": 0,
|
||||
"TimeRequiredForAFKMinutes": 0,
|
||||
"UserPermission": {
|
||||
"WhiteList": {
|
||||
"UserIDAddedEvent": {},
|
||||
"UserIDRemovedEvent": {},
|
||||
"Collection": {
|
||||
"System.String": {
|
||||
"$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib",
|
||||
|
@ -131,6 +137,8 @@
|
|||
}
|
||||
},
|
||||
"BlackList": {
|
||||
"UserIDAddedEvent": {},
|
||||
"UserIDRemovedEvent": {},
|
||||
"Collection": {
|
||||
"Eco.Gameplay.Players.TimeUser": {
|
||||
"$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Players.TimeUser, Eco.Gameplay]], System.Private.CoreLib",
|
||||
|
@ -139,6 +147,8 @@
|
|||
}
|
||||
},
|
||||
"MuteList": {
|
||||
"UserIDAddedEvent": {},
|
||||
"UserIDRemovedEvent": {},
|
||||
"Collection": {
|
||||
"Eco.Gameplay.Players.TimeUser": {
|
||||
"$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Players.TimeUser, Eco.Gameplay]], System.Private.CoreLib",
|
||||
|
@ -147,6 +157,40 @@
|
|||
}
|
||||
},
|
||||
"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": {
|
||||
"System.String": {
|
||||
"$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