mirror of
https://old.git.ood.ovh/eco/server-config.git
synced 2025-04-28 18:14:17 +02:00
first run v0.9.0.1
This commit is contained in:
parent
a52221b033
commit
827207d438
18 changed files with 4833 additions and 3253 deletions
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"Enabled": true,
|
"Enabled": true,
|
||||||
"MaxBackupsInLastHour": 3,
|
"MaxBackupsInLastHour": 3,
|
||||||
"MaxHourlyBackups": 24,
|
"MaxHourlyBackups": 24,
|
||||||
"MaxDailyBackups": 7,
|
"MaxDailyBackups": 7,
|
||||||
"MaxWeeklyBackups": 10,
|
"MaxWeeklyBackups": 10,
|
||||||
"BackupFrequencyInHours": 0.5,
|
"BackupFrequencyInHours": 0.5,
|
||||||
"HeadBackupEnabled": false
|
"HeadBackupEnabled": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"CollaborationPreset": "MediumCollaboration",
|
"CollaborationPreset": "MediumCollaboration",
|
||||||
"UnlearnRefundRate": 1.5,
|
"UnlearnRefundRate": 1.5,
|
||||||
"SpecialtyCostMultiplier": 1.0,
|
"SpecialtyCostMultiplier": 1.0,
|
||||||
"SkillGainMultiplier": 1.0,
|
"SkillGainMultiplier": 1.0,
|
||||||
"SpecialtyExperienceDivisor": 20.0,
|
"SpecialtyExperienceDivisor": 20.0,
|
||||||
"SpecialtyExperiencePerLevel": 25.0,
|
"SpecialtyExperiencePerLevel": 25.0,
|
||||||
"PlayerExperiencePerSpecialtyExperience": 0.0
|
"PlayerExperiencePerSpecialtyExperience": 0.0
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"CreateMeteor": true,
|
"CreateMeteor": true,
|
||||||
"MeteorImpactDays": 40.0
|
"MeteorImpactDays": 40.0
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,307 +0,0 @@
|
||||||
{
|
|
||||||
"$id": "1",
|
|
||||||
"ClimateSettings": {
|
|
||||||
"$id": "2",
|
|
||||||
"InitialOxygenPercent": 0.0,
|
|
||||||
"InitialNitrogenPercent": 0.04,
|
|
||||||
"InitialCO2Percent": 0.96,
|
|
||||||
"AirPressure": 0.006,
|
|
||||||
"AtmosphereVolume": 1000000.0,
|
|
||||||
"AtmosphereDisplayEnabled": false,
|
|
||||||
"AtmosphereSizeInTonnes": 100000.0,
|
|
||||||
"PollutionMultiplier": 10.0,
|
|
||||||
"MinCO2ppm": 325.0,
|
|
||||||
"SeaLevelSimEnabled": true,
|
|
||||||
"TemperatureSimEnabled": true,
|
|
||||||
"SeaLevelsRiseAtCO2ppm": 375.0,
|
|
||||||
"CO2ppmPerSeaLevelMeterRise": 25.0,
|
|
||||||
"MaxSeaLevelRise": 20.0,
|
|
||||||
"MaxTemperatureRise": 30.0,
|
|
||||||
"MaxSeaLevelRiseRatePerDay": 1.0,
|
|
||||||
"MaxTemperatureChangePerDay": 1.0,
|
|
||||||
"TemperaturesRiseAtCO2ppm": 340.0,
|
|
||||||
"CO2ppmPerDegreeTemperatureRise": 30.0,
|
|
||||||
"MaxCO2PerDayFromAnimals": 10.0,
|
|
||||||
"MinCO2PerDayFromPlants": -500.0,
|
|
||||||
"PollutionPerTailingPerTick": 0.016,
|
|
||||||
"MaxDebrisBlocks": 1.0
|
|
||||||
},
|
|
||||||
"Interactions": {
|
|
||||||
"$id": "3",
|
|
||||||
"Eco.Simulation.WorldLayers.IWorldLayerInteraction": {
|
|
||||||
"$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.IWorldLayerInteraction, Eco.Simulation]], mscorlib",
|
|
||||||
"$values": [
|
|
||||||
{
|
|
||||||
"$id": "4",
|
|
||||||
"$type": "Eco.Simulation.WorldLayers.LayerInteractions.BiomeRater, Eco.Simulation",
|
|
||||||
"BiomeLayerName": "DesertBiome",
|
|
||||||
"MoistureRange": {
|
|
||||||
"min": 0.0,
|
|
||||||
"max": 0.35
|
|
||||||
},
|
|
||||||
"TemperatureRange": {
|
|
||||||
"min": 0.7,
|
|
||||||
"max": 1.0
|
|
||||||
},
|
|
||||||
"WaterRange": {
|
|
||||||
"min": 0.0,
|
|
||||||
"max": 0.4
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$id": "5",
|
|
||||||
"$type": "Eco.Simulation.WorldLayers.LayerInteractions.BiomeRater, Eco.Simulation",
|
|
||||||
"BiomeLayerName": "TundraBiome",
|
|
||||||
"MoistureRange": {
|
|
||||||
"min": 0.0,
|
|
||||||
"max": 0.65
|
|
||||||
},
|
|
||||||
"TemperatureRange": {
|
|
||||||
"min": 0.1,
|
|
||||||
"max": 0.2
|
|
||||||
},
|
|
||||||
"WaterRange": {
|
|
||||||
"min": 0.0,
|
|
||||||
"max": 0.4
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$id": "7",
|
|
||||||
"$type": "Eco.Simulation.WorldLayers.LayerInteractions.BiomeRater, Eco.Simulation",
|
|
||||||
"BiomeLayerName": "GrasslandBiome",
|
|
||||||
"MoistureRange": {
|
|
||||||
"min": 0.25,
|
|
||||||
"max": 0.55
|
|
||||||
},
|
|
||||||
"TemperatureRange": {
|
|
||||||
"min": 0.4,
|
|
||||||
"max": 0.8
|
|
||||||
},
|
|
||||||
"WaterRange": {
|
|
||||||
"min": 0.0,
|
|
||||||
"max": 0.4
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$id": "8",
|
|
||||||
"$type": "Eco.Simulation.WorldLayers.LayerInteractions.BiomeRater, Eco.Simulation",
|
|
||||||
"BiomeLayerName": "WetlandBiome",
|
|
||||||
"MoistureRange": {
|
|
||||||
"min": 1.0,
|
|
||||||
"max": 1.2
|
|
||||||
},
|
|
||||||
"TemperatureRange": {
|
|
||||||
"min": 29.0,
|
|
||||||
"max": 30.0
|
|
||||||
},
|
|
||||||
"WaterRange": {
|
|
||||||
"min": 0.0,
|
|
||||||
"max": 0.4
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$id": "9",
|
|
||||||
"$type": "Eco.Simulation.WorldLayers.LayerInteractions.BiomeRater, Eco.Simulation",
|
|
||||||
"BiomeLayerName": "ColdForestBiome",
|
|
||||||
"MoistureRange": {
|
|
||||||
"min": 0.45,
|
|
||||||
"max": 0.65
|
|
||||||
},
|
|
||||||
"TemperatureRange": {
|
|
||||||
"min": 0.2,
|
|
||||||
"max": 0.4
|
|
||||||
},
|
|
||||||
"WaterRange": {
|
|
||||||
"min": 0.0,
|
|
||||||
"max": 0.4
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$id": "10",
|
|
||||||
"$type": "Eco.Simulation.WorldLayers.LayerInteractions.BiomeRater, Eco.Simulation",
|
|
||||||
"BiomeLayerName": "WarmForestBiome",
|
|
||||||
"MoistureRange": {
|
|
||||||
"min": 0.45,
|
|
||||||
"max": 0.65
|
|
||||||
},
|
|
||||||
"TemperatureRange": {
|
|
||||||
"min": 0.6,
|
|
||||||
"max": 0.8
|
|
||||||
},
|
|
||||||
"WaterRange": {
|
|
||||||
"min": 0.0,
|
|
||||||
"max": 0.4
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$id": "11",
|
|
||||||
"$type": "Eco.Simulation.WorldLayers.LayerInteractions.BiomeRater, Eco.Simulation",
|
|
||||||
"BiomeLayerName": "TaigaBiome",
|
|
||||||
"MoistureRange": {
|
|
||||||
"min": 0.15,
|
|
||||||
"max": 0.55
|
|
||||||
},
|
|
||||||
"TemperatureRange": {
|
|
||||||
"min": 0.2,
|
|
||||||
"max": 0.3
|
|
||||||
},
|
|
||||||
"WaterRange": {
|
|
||||||
"min": 0.0,
|
|
||||||
"max": 0.4
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$id": "12",
|
|
||||||
"$type": "Eco.Simulation.WorldLayers.LayerInteractions.BiomeRater, Eco.Simulation",
|
|
||||||
"BiomeLayerName": "RainforestBiome",
|
|
||||||
"MoistureRange": {
|
|
||||||
"min": 0.65,
|
|
||||||
"max": 1.05
|
|
||||||
},
|
|
||||||
"TemperatureRange": {
|
|
||||||
"min": 0.6,
|
|
||||||
"max": 0.8
|
|
||||||
},
|
|
||||||
"WaterRange": {
|
|
||||||
"min": 0.0,
|
|
||||||
"max": 0.4
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$id": "13",
|
|
||||||
"$type": "Eco.Simulation.WorldLayers.LayerInteractions.BiomeRater, Eco.Simulation",
|
|
||||||
"BiomeLayerName": "IceBiome",
|
|
||||||
"MoistureRange": {
|
|
||||||
"min": 0.0,
|
|
||||||
"max": 0.65
|
|
||||||
},
|
|
||||||
"TemperatureRange": {
|
|
||||||
"min": 0.0,
|
|
||||||
"max": 0.1
|
|
||||||
},
|
|
||||||
"WaterRange": {
|
|
||||||
"min": 0.0,
|
|
||||||
"max": 0.4
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$id": "14",
|
|
||||||
"$type": "Eco.Simulation.WorldLayers.LayerInteractions.BiomeRater, Eco.Simulation",
|
|
||||||
"BiomeLayerName": "OceanBiome",
|
|
||||||
"MoistureRange": {
|
|
||||||
"min": 0.0,
|
|
||||||
"max": 1.0
|
|
||||||
},
|
|
||||||
"TemperatureRange": {
|
|
||||||
"min": 0.4,
|
|
||||||
"max": 1.0
|
|
||||||
},
|
|
||||||
"WaterRange": {
|
|
||||||
"min": 0.4,
|
|
||||||
"max": 1.0
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$id": "15",
|
|
||||||
"$type": "Eco.Simulation.WorldLayers.LayerInteractions.BiomeRater, Eco.Simulation",
|
|
||||||
"BiomeLayerName": "DeepOceanBiome",
|
|
||||||
"MoistureRange": {
|
|
||||||
"min": 0.0,
|
|
||||||
"max": 1.0
|
|
||||||
},
|
|
||||||
"TemperatureRange": {
|
|
||||||
"min": 0.0,
|
|
||||||
"max": 0.4
|
|
||||||
},
|
|
||||||
"WaterRange": {
|
|
||||||
"min": 0.4,
|
|
||||||
"max": 1.0
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$id": "16",
|
|
||||||
"$type": "Eco.Simulation.WorldLayers.LayerInteractions.SpreadInteraction, Eco.Simulation",
|
|
||||||
"ModifiedLayerName": "SoilMoisture",
|
|
||||||
"SpreadRatio": 0.6,
|
|
||||||
"HeightBias": 0.0,
|
|
||||||
"PostWorldgenTicks": 30
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$id": "17",
|
|
||||||
"$type": "Eco.Simulation.WorldLayers.LayerInteractions.ExponentialGrowthOrDecay, Eco.Simulation",
|
|
||||||
"ModifiedLayerName": "SoilMoisture",
|
|
||||||
"Rate": 0.94,
|
|
||||||
"Action": "evaporates"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$id": "18",
|
|
||||||
"$type": "Eco.Simulation.WorldLayers.LayerInteractions.ProportionalInteraction, Eco.Simulation",
|
|
||||||
"InputLayerName": "Rainfall",
|
|
||||||
"TargetLayerName": "SoilMoisture",
|
|
||||||
"ActiveOnWorldGen": true,
|
|
||||||
"ProportionEachTick": 0.05,
|
|
||||||
"ProportionAtInitialization": 0.8
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$id": "19",
|
|
||||||
"$type": "Eco.Simulation.WorldLayers.LayerInteractions.ProportionalInteraction, Eco.Simulation",
|
|
||||||
"InputLayerName": "FreshWater",
|
|
||||||
"TargetLayerName": "SoilMoisture",
|
|
||||||
"ActiveOnWorldGen": true,
|
|
||||||
"ProportionEachTick": 0.04,
|
|
||||||
"ProportionAtInitialization": 0.7
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$id": "20",
|
|
||||||
"$type": "Eco.Simulation.WorldLayers.LayerInteractions.SpreadInteraction, Eco.Simulation",
|
|
||||||
"ModifiedLayerName": "AirPollutionSpread",
|
|
||||||
"SpreadRatio": 0.97,
|
|
||||||
"HeightBias": 0.0,
|
|
||||||
"PostWorldgenTicks": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$id": "21",
|
|
||||||
"$type": "Eco.Simulation.WorldLayers.LayerInteractions.ExponentialGrowthOrDecay, Eco.Simulation",
|
|
||||||
"ModifiedLayerName": "AirPollutionSpread",
|
|
||||||
"Rate": 0.95,
|
|
||||||
"Action": "evaporates"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$id": "22",
|
|
||||||
"$type": "Eco.Simulation.WorldLayers.LayerInteractions.SecondOrderReaction, Eco.Simulation",
|
|
||||||
"ReactantOneLayerName": "AirPollutionSpread",
|
|
||||||
"ReactantTwoLayerName": "Rainfall",
|
|
||||||
"ProductLayerName": "GroundPollutionSpread",
|
|
||||||
"ReactionRate": 8.0,
|
|
||||||
"ActivePostWorldgen": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$id": "23",
|
|
||||||
"$type": "Eco.Simulation.WorldLayers.LayerInteractions.ExponentialGrowthOrDecay, Eco.Simulation",
|
|
||||||
"ModifiedLayerName": "GroundPollutionSpread",
|
|
||||||
"Rate": 0.98,
|
|
||||||
"Action": "evaporates"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$id": "24",
|
|
||||||
"$type": "Eco.Simulation.WorldLayers.LayerInteractions.SpreadInteraction, Eco.Simulation",
|
|
||||||
"ModifiedLayerName": "GroundPollutionSpread",
|
|
||||||
"SpreadRatio": 0.2,
|
|
||||||
"HeightBias": 0.75,
|
|
||||||
"PostWorldgenTicks": 0
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"TickContinuously": true,
|
|
||||||
"PushToWorld": true,
|
|
||||||
"PullFromWorld": true,
|
|
||||||
"TimeMult": 1.0,
|
|
||||||
"PlantScarcity": 0.0,
|
|
||||||
"PlantDensity": 1.0,
|
|
||||||
"BaseSkillGainRate": 12.0,
|
|
||||||
"SkillDamageMultiplier": 0.0,
|
|
||||||
"RecordLayerHistory": "Interval",
|
|
||||||
"LayerHistoryBackupsPerDay": 4.0,
|
|
||||||
"TimeOfDayScale": 48.0
|
|
||||||
}
|
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"Language": "French"
|
"Language": "French"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"WhitelistEnabled": false,
|
"WhitelistEnabled": false,
|
||||||
"Whitelist": {
|
"Whitelist": {
|
||||||
"System.String": {
|
"System.String": {
|
||||||
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
|
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
|
||||||
"$values": []
|
"$values": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"LiveUpdateUnityFiles":false,
|
"LiveUpdateUnityFiles":false,
|
||||||
"PreserveGeneratedModsAssembly":false
|
"PreserveGeneratedModsAssembly":false
|
||||||
}
|
}
|
|
@ -1,16 +1,17 @@
|
||||||
{
|
{
|
||||||
"PublicServer": false,
|
"PublicServer": false,
|
||||||
"Playtime": "",
|
"Playtime": "",
|
||||||
"DiscordAddress": "",
|
"Password": "",
|
||||||
"Password": "",
|
"Description": "eco",
|
||||||
"Description": "",
|
"DetailedDescription": "",
|
||||||
"DetailedDescription": "",
|
"ServerCategory": "None",
|
||||||
"ServerCategory": "None",
|
"IPAddress": "Any",
|
||||||
"IPAddress": "Any",
|
"RemoteAddress": "",
|
||||||
"RemoteAddress": "",
|
"GameServerPort": 3000,
|
||||||
"GameServerPort": 3000,
|
"WebServerPort": 3001,
|
||||||
"WebServerPort": 3001,
|
"Rate": 20,
|
||||||
"Rate": 20,
|
"MaxConnections": -1,
|
||||||
"MaxConnections": -1,
|
"ID": "994ef752-6b1c-41fb-9194-1c653f05d287",
|
||||||
"UPnPEnabled": true
|
"Passport": "ef686fdd-4d5a-4e94-a6e0-9d098b005f76",
|
||||||
|
"UPnPEnabled": true
|
||||||
}
|
}
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"Paused": false,
|
"Paused": false,
|
||||||
"UnpauseAtFirstLogin": true
|
"UnpauseAtFirstLogin": true
|
||||||
}
|
}
|
File diff suppressed because it is too large
Load diff
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"EmptyBlocksCountAsWindows": true,
|
"EmptyBlocksCountAsWindows": true,
|
||||||
"WallBlocksPerWindow": 10
|
"WallBlocksPerWindow": 10
|
||||||
}
|
}
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"AllowFastForward": false,
|
"AllowFastForward": false,
|
||||||
"SleepTimePassMultiplier": 500.0,
|
"SleepTimePassMultiplier": 500.0,
|
||||||
"TimeToReachMaximumTimeRate": 20.0
|
"TimeToReachMaximumTimeRate": 20.0
|
||||||
}
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"EnableStatWrites": true,
|
"EnableStatWrites": true,
|
||||||
"EnableStatReads": true,
|
"EnableStatReads": true,
|
||||||
"EnablePendingWritesOnBackup": true,
|
"EnablePendingWritesOnBackup": true,
|
||||||
"WriteTimeoutMS": 1000,
|
"WriteTimeoutMS": 1000,
|
||||||
"ReadTimeoutMS": 1000
|
"ReadTimeoutMS": 1000
|
||||||
}
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"SaveName": "Game",
|
"SaveName": "Game",
|
||||||
"SaveFrequency": 60,
|
"SaveFrequency": 60,
|
||||||
"CleanupFilesOnExceptions": false,
|
"CleanupFilesOnExceptions": false,
|
||||||
"StorageDirectory": "Storage"
|
"StorageDirectory": "Storage"
|
||||||
}
|
}
|
|
@ -1,147 +1,138 @@
|
||||||
{
|
{
|
||||||
"UseWaste": false,
|
"UseWaste": false,
|
||||||
"MaxRepFromOnPerson": 30.0,
|
"MaxRepFromOnePerson": 30.0,
|
||||||
"MinRepFromOnePerson": -10.0,
|
"MinRepFromOnePerson": -10.0,
|
||||||
"AllowDebugCalls": false,
|
"AllowDebugCalls": false,
|
||||||
"AdminCommandsLoggingLevel": "LogFileAndNotifyEveryone",
|
"WhiteList": {
|
||||||
"WhiteList": {
|
"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, mscorlib]], mscorlib",
|
"$values": []
|
||||||
"$values": [
|
}
|
||||||
"76561198011452073",
|
},
|
||||||
"76561198046374237",
|
"BlackList": {
|
||||||
"76561198008873235",
|
"System.String": {
|
||||||
 "76561197987298887"
|
"$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib",
|
||||||
]
|
"$values": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"BlackList": {
|
"Admins": {
|
||||||
"System.String": {
|
"System.String": {
|
||||||
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
|
"$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib",
|
||||||
"$values": []
|
"$values": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Admins": {
|
"Reputations": {
|
||||||
"System.String": {
|
"Eco.Gameplay.Economy.ReputationTitle": {
|
||||||
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
|
"$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Economy.ReputationTitle, Eco.Gameplay]], System.Private.CoreLib",
|
||||||
"$values": [
|
"$values": [
|
||||||
"76561198011452073",
|
{
|
||||||
"76561198046374237",
|
"MaxReputation": -500.0,
|
||||||
"76561198008873235",
|
"Title": "Reprehensible",
|
||||||
"76561197987298887"
|
"Color": "FF4623"
|
||||||
]
|
},
|
||||||
}
|
{
|
||||||
},
|
"MaxReputation": -200.0,
|
||||||
"Reputations": {
|
"Title": "Abhorred",
|
||||||
"Eco.Gameplay.Economy.ReputationTitle": {
|
"Color": "FF5A24"
|
||||||
"$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Economy.ReputationTitle, Eco.Gameplay]], mscorlib",
|
},
|
||||||
"$values": [
|
{
|
||||||
{
|
"MaxReputation": -100.0,
|
||||||
"MaxReputation": -500.0,
|
"Title": "Nefarious",
|
||||||
"Title": "Reprehensible",
|
"Color": "FF7025"
|
||||||
"Color": "FF4623"
|
},
|
||||||
},
|
{
|
||||||
{
|
"MaxReputation": -50.0,
|
||||||
"MaxReputation": -200.0,
|
"Title": "Shunned",
|
||||||
"Title": "Abhorred",
|
"Color": "FFA028"
|
||||||
"Color": "FF5A24"
|
},
|
||||||
},
|
{
|
||||||
{
|
"MaxReputation": -20.0,
|
||||||
"MaxReputation": -100.0,
|
"Title": "Ill-Regarded",
|
||||||
"Title": "Nefarious",
|
"Color": "FFC32A"
|
||||||
"Color": "FF7025"
|
},
|
||||||
},
|
{
|
||||||
{
|
"MaxReputation": -10.0,
|
||||||
"MaxReputation": -50.0,
|
"Title": "Unfavorable",
|
||||||
"Title": "Shunned",
|
"Color": "FFF62D"
|
||||||
"Color": "FFA028"
|
},
|
||||||
},
|
{
|
||||||
{
|
"MaxReputation": -5.0,
|
||||||
"MaxReputation": -20.0,
|
"Title": "Questionable",
|
||||||
"Title": "Ill-Regarded",
|
"Color": "E8EB43"
|
||||||
"Color": "FFC32A"
|
},
|
||||||
},
|
{
|
||||||
{
|
"MaxReputation": -2.0,
|
||||||
"MaxReputation": -10.0,
|
"Title": "Uncertain",
|
||||||
"Title": "Unfavorable",
|
"Color": "B2CE76"
|
||||||
"Color": "FFF62D"
|
},
|
||||||
},
|
{
|
||||||
{
|
"MaxReputation": -1.0,
|
||||||
"MaxReputation": -5.0,
|
"Title": "Unknown",
|
||||||
"Title": "Questionable",
|
"Color": "2581FE"
|
||||||
"Color": "E8EB43"
|
},
|
||||||
},
|
{
|
||||||
{
|
"MaxReputation": 1.0,
|
||||||
"MaxReputation": -2.0,
|
"Title": "Unknown",
|
||||||
"Title": "Uncertain",
|
"Color": "2581FE"
|
||||||
"Color": "B2CE76"
|
},
|
||||||
},
|
{
|
||||||
{
|
"MaxReputation": 2.0,
|
||||||
"MaxReputation": -1.0,
|
"Title": "Helpful",
|
||||||
"Title": "Unknown",
|
"Color": "2899FE"
|
||||||
"Color": "2581FE"
|
},
|
||||||
},
|
{
|
||||||
{
|
"MaxReputation": 5.0,
|
||||||
"MaxReputation": 1.0,
|
"Title": "Respected",
|
||||||
"Title": "Unknown",
|
"Color": "2EB6FC"
|
||||||
"Color": "2581FE"
|
},
|
||||||
},
|
{
|
||||||
{
|
"MaxReputation": 10.0,
|
||||||
"MaxReputation": 2.0,
|
"Title": "Friendly",
|
||||||
"Title": "Helpful",
|
"Color": "34D4FA"
|
||||||
"Color": "2899FE"
|
},
|
||||||
},
|
{
|
||||||
{
|
"MaxReputation": 20.0,
|
||||||
"MaxReputation": 5.0,
|
"Title": "Well-Regarded",
|
||||||
"Title": "Respected",
|
"Color": "3DFFF8"
|
||||||
"Color": "2EB6FC"
|
},
|
||||||
},
|
{
|
||||||
{
|
"MaxReputation": 50.0,
|
||||||
"MaxReputation": 10.0,
|
"Title": "Esteemed",
|
||||||
"Title": "Friendly",
|
"Color": "51FFB7"
|
||||||
"Color": "34D4FA"
|
},
|
||||||
},
|
{
|
||||||
{
|
"MaxReputation": 100.0,
|
||||||
"MaxReputation": 20.0,
|
"Title": "Celebrated",
|
||||||
"Title": "Well-Regarded",
|
"Color": "61FF82"
|
||||||
"Color": "3DFFF8"
|
},
|
||||||
},
|
{
|
||||||
{
|
"MaxReputation": 200.0,
|
||||||
"MaxReputation": 50.0,
|
"Title": "Honored",
|
||||||
"Title": "Esteemed",
|
"Color": "70FF4F"
|
||||||
"Color": "51FFB7"
|
},
|
||||||
},
|
{
|
||||||
{
|
"MaxReputation": 500.0,
|
||||||
"MaxReputation": 100.0,
|
"Title": "Revered",
|
||||||
"Title": "Celebrated",
|
"Color": "77FF37"
|
||||||
"Color": "61FF82"
|
},
|
||||||
},
|
{
|
||||||
{
|
"MaxReputation": 1000.0,
|
||||||
"MaxReputation": 200.0,
|
"Title": "Exalted",
|
||||||
"Title": "Honored",
|
"Color": "7BFF29"
|
||||||
"Color": "70FF4F"
|
}
|
||||||
},
|
]
|
||||||
{
|
}
|
||||||
"MaxReputation": 500.0,
|
},
|
||||||
"Title": "Revered",
|
"UnStuckDisableTime": 60.0,
|
||||||
"Color": "77FF37"
|
"AdminCommandsLoggingLevel": "LogFileAndNotifyEveryone",
|
||||||
},
|
"DelayNearbyFoodCheckMinutes": 4.0,
|
||||||
{
|
"NearbyFoodSpawnLocationRadius": 20.0,
|
||||||
"MaxReputation": 1000.0,
|
"NearbyFoodSpawnCount": 5,
|
||||||
"Title": "Exalted",
|
"UseExactSpawnLocation": false,
|
||||||
"Color": "7BFF29"
|
"SpawnLocation": {
|
||||||
}
|
"x": 334,
|
||||||
]
|
"y": 0,
|
||||||
}
|
"z": 90
|
||||||
},
|
},
|
||||||
"UnStuckDisableTime": 60.0,
|
"IgnoreVersionMismatch": false
|
||||||
"DelayNearbyFoodCheckMinutes": 4.0,
|
}
|
||||||
"NearbyFoodSpawnLocationRadius": 20.0,
|
|
||||||
"NearbyFoodSpawnCount": 5,
|
|
||||||
"UseExactSpawnLocation": true,
|
|
||||||
"SpawnNearbyFoodLocation": {
|
|
||||||
"x": 1,
|
|
||||||
"y": 63,
|
|
||||||
"z": 1
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"AtmosphereType": {
|
"AtmosphereType": {
|
||||||
"Type": "Eco.World.DefaultAtmosphere, Eco.World"
|
"Type": "Eco.World.DefaultAtmosphere, Eco.World"
|
||||||
},
|
},
|
||||||
"WorldTickCPUMax": 0.25
|
"WorldTickCPUMax": 0.25
|
||||||
|
|
||||||
}
|
}
|
File diff suppressed because it is too large
Load diff
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"TargetTickDeltaTimeMS": 0,
|
"TargetTickDeltaTimeMS": 0,
|
||||||
"ParallelWorldObjectTicks": false
|
"ParallelWorldObjectTicks": false
|
||||||
}
|
}
|
|
@ -11,7 +11,7 @@ User=steam
|
||||||
WorkingDirectory=/home/steam
|
WorkingDirectory=/home/steam
|
||||||
ExecStartPre=/usr/bin/git fetch --all
|
ExecStartPre=/usr/bin/git fetch --all
|
||||||
ExecStartPre=/usr/bin/git reset --hard origin/master
|
ExecStartPre=/usr/bin/git reset --hard origin/master
|
||||||
ExecStart=/home/steam/EcoServer.sh -nogui
|
ExecStart=/home/steam/EcoServer
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
Loading…
Add table
Reference in a new issue