mirror of
https://old.git.ood.ovh/eco/server-config.git
synced 2025-04-28 22:28:51 +02:00
Init Server
This commit is contained in:
commit
0c584759ca
36 changed files with 6523 additions and 0 deletions
9
Configs/Backup.eco
Normal file
9
Configs/Backup.eco
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"Enabled": true,
|
||||||
|
"MaxBackupsInLastHour": 2,
|
||||||
|
"MaxHourlyBackups": 24,
|
||||||
|
"MaxDailyBackups": 3,
|
||||||
|
"MaxWeeklyBackups": 10,
|
||||||
|
"BackupFrequencyInHours": 0.5,
|
||||||
|
"HeadBackupEnabled": false
|
||||||
|
}
|
9
Configs/Backup.eco.template
Normal file
9
Configs/Backup.eco.template
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"Enabled": true,
|
||||||
|
"MaxBackupsInLastHour": 2,
|
||||||
|
"MaxHourlyBackups": 24,
|
||||||
|
"MaxDailyBackups": 3,
|
||||||
|
"MaxWeeklyBackups": 10,
|
||||||
|
"BackupFrequencyInHours": 0.5,
|
||||||
|
"HeadBackupEnabled": false
|
||||||
|
}
|
9
Configs/Difficulty.eco
Normal file
9
Configs/Difficulty.eco
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"CollaborationPreset": "LowCollaboration",
|
||||||
|
"UnlearnRefundRate": 0.5,
|
||||||
|
"SpecialtyCostMultiplier": 0.5,
|
||||||
|
"SkillGainMultiplier": 1.8,
|
||||||
|
"SpecialtyExperienceDivisor": 20.0,
|
||||||
|
"SpecialtyExperiencePerLevel": 25.0,
|
||||||
|
"PlayerExperiencePerSpecialtyExperience": 0.0
|
||||||
|
}
|
9
Configs/Difficulty.eco.template
Normal file
9
Configs/Difficulty.eco.template
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"CollaborationPreset": "MediumCollaboration",
|
||||||
|
"UnlearnRefundRate": 0.5,
|
||||||
|
"SpecialtyCostMultiplier": 1.0,
|
||||||
|
"SkillGainMultiplier": 1.0,
|
||||||
|
"SpecialtyExperienceDivisor": 20.0,
|
||||||
|
"SpecialtyExperiencePerLevel": 25.0,
|
||||||
|
"PlayerExperiencePerSpecialtyExperience": 0.0
|
||||||
|
}
|
4
Configs/Disasters.eco
Normal file
4
Configs/Disasters.eco
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"CreateMeteor": true,
|
||||||
|
"MeteorImpactDays": 45.0
|
||||||
|
}
|
4
Configs/Disasters.eco.template
Normal file
4
Configs/Disasters.eco.template
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"CreateMeteor": true,
|
||||||
|
"MeteorImpactDays": 30.0
|
||||||
|
}
|
307
Configs/EcoSim.eco
Normal file
307
Configs/EcoSim.eco
Normal file
|
@ -0,0 +1,307 @@
|
||||||
|
{
|
||||||
|
"$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
|
||||||
|
}
|
307
Configs/EcoSim.eco.template
Normal file
307
Configs/EcoSim.eco.template
Normal file
|
@ -0,0 +1,307 @@
|
||||||
|
{
|
||||||
|
"$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
|
||||||
|
}
|
3
Configs/Localization.eco
Normal file
3
Configs/Localization.eco
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"Language": "English"
|
||||||
|
}
|
3
Configs/Localization.eco.template
Normal file
3
Configs/Localization.eco.template
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"Language": "English"
|
||||||
|
}
|
11
Configs/ModKit.eco
Normal file
11
Configs/ModKit.eco
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"WhitelistEnabled": false,
|
||||||
|
"Whitelist": {
|
||||||
|
"System.String": {
|
||||||
|
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
|
||||||
|
"$values": []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"LiveUpdateUnityFiles":false,
|
||||||
|
"PreserveGeneratedModsAssembly":false
|
||||||
|
}
|
11
Configs/ModKit.eco.template
Normal file
11
Configs/ModKit.eco.template
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"WhitelistEnabled": false,
|
||||||
|
"Whitelist": {
|
||||||
|
"System.String": {
|
||||||
|
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
|
||||||
|
"$values": []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"LiveUpdateUnityFiles":false,
|
||||||
|
"PreserveGeneratedModsAssembly":false
|
||||||
|
}
|
16
Configs/Network.eco
Normal file
16
Configs/Network.eco
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"PublicServer": true,
|
||||||
|
"Playtime": "",
|
||||||
|
"DiscordAddress": "",
|
||||||
|
"Password": "",
|
||||||
|
"Description": "",
|
||||||
|
"DetailedDescription": "",
|
||||||
|
"ServerCategory": "None",
|
||||||
|
"IPAddress": "Any",
|
||||||
|
"RemoteAddress": "",
|
||||||
|
"GameServerPort": 3000,
|
||||||
|
"WebServerPort": 3001,
|
||||||
|
"Rate": 20,
|
||||||
|
"MaxConnections": -1,
|
||||||
|
"UPnPEnabled": true
|
||||||
|
}
|
16
Configs/Network.eco.template
Normal file
16
Configs/Network.eco.template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"PublicServer": false,
|
||||||
|
"Playtime": "",
|
||||||
|
"DiscordAddress": "",
|
||||||
|
"Password": "",
|
||||||
|
"Description": "",
|
||||||
|
"DetailedDescription": "",
|
||||||
|
"ServerCategory": "None",
|
||||||
|
"IPAddress": "Any",
|
||||||
|
"RemoteAddress": "",
|
||||||
|
"GameServerPort": 3000,
|
||||||
|
"WebServerPort": 3001,
|
||||||
|
"Rate": 20,
|
||||||
|
"MaxConnections": -1,
|
||||||
|
"UPnPEnabled": true
|
||||||
|
}
|
4
Configs/Pause.eco
Normal file
4
Configs/Pause.eco
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"Paused": true,
|
||||||
|
"UnpauseAtFirstLogin": true
|
||||||
|
}
|
4
Configs/Pause.eco.template
Normal file
4
Configs/Pause.eco.template
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"Paused": false,
|
||||||
|
"UnpauseAtFirstLogin": true
|
||||||
|
}
|
1000
Configs/Profanity.eco
Normal file
1000
Configs/Profanity.eco
Normal file
File diff suppressed because it is too large
Load diff
1000
Configs/Profanity.eco.template
Normal file
1000
Configs/Profanity.eco.template
Normal file
File diff suppressed because it is too large
Load diff
10
Configs/README.txt
Normal file
10
Configs/README.txt
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
This folder contains user editable .eco files, and provided .eco.template
|
||||||
|
files.
|
||||||
|
|
||||||
|
The .eco.template files are updated by the developers when new changes to the
|
||||||
|
configuration are made. Do not edit these files, as it could affect your
|
||||||
|
ability to receive future updates.
|
||||||
|
|
||||||
|
To customise your configuration, if a .eco file doesn't already exist copy the
|
||||||
|
<Name>.eco.template file and rename it to just <Name>.eco. Then make edits in
|
||||||
|
the .eco file. You can also make changes in the server UI.
|
4
Configs/Rooms.eco
Normal file
4
Configs/Rooms.eco
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"EmptyBlocksCountAsWindows": true,
|
||||||
|
"WallBlocksPerWindow": 10
|
||||||
|
}
|
4
Configs/Rooms.eco.template
Normal file
4
Configs/Rooms.eco.template
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"EmptyBlocksCountAsWindows": true,
|
||||||
|
"WallBlocksPerWindow": 10
|
||||||
|
}
|
5
Configs/Sleep.eco
Normal file
5
Configs/Sleep.eco
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"AllowFastForward": false,
|
||||||
|
"SleepTimePassMultiplier": 500.0,
|
||||||
|
"TimeToReachMaximumTimeRate": 20.0
|
||||||
|
}
|
5
Configs/Sleep.eco.template
Normal file
5
Configs/Sleep.eco.template
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"AllowFastForward": false,
|
||||||
|
"SleepTimePassMultiplier": 500.0,
|
||||||
|
"TimeToReachMaximumTimeRate": 20.0
|
||||||
|
}
|
7
Configs/Stats.eco
Normal file
7
Configs/Stats.eco
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"EnableStatWrites": true,
|
||||||
|
"EnableStatReads": true,
|
||||||
|
"EnablePendingWritesOnBackup": true,
|
||||||
|
"WriteTimeoutMS": 1000,
|
||||||
|
"ReadTimeoutMS": 1000
|
||||||
|
}
|
7
Configs/Stats.eco.template
Normal file
7
Configs/Stats.eco.template
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"EnableStatWrites": true,
|
||||||
|
"EnableStatReads": true,
|
||||||
|
"EnablePendingWritesOnBackup": true,
|
||||||
|
"WriteTimeoutMS": 1000,
|
||||||
|
"ReadTimeoutMS": 1000
|
||||||
|
}
|
6
Configs/Storage.eco
Normal file
6
Configs/Storage.eco
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"SaveName": "Game",
|
||||||
|
"SaveFrequency": 60,
|
||||||
|
"CleanupFilesOnExceptions": false,
|
||||||
|
"StorageDirectory": "Storage"
|
||||||
|
}
|
6
Configs/Storage.eco.template
Normal file
6
Configs/Storage.eco.template
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"SaveName": "Game",
|
||||||
|
"SaveFrequency": 60,
|
||||||
|
"CleanupFilesOnExceptions": false,
|
||||||
|
"StorageDirectory": "Storage"
|
||||||
|
}
|
143
Configs/Users.eco
Normal file
143
Configs/Users.eco
Normal file
|
@ -0,0 +1,143 @@
|
||||||
|
{
|
||||||
|
"UseWaste": false,
|
||||||
|
"MaxRepFromOnPerson": 30.0,
|
||||||
|
"MinRepFromOnePerson": -10.0,
|
||||||
|
"AllowDebugCalls": false,
|
||||||
|
"AdminCommandsLoggingLevel": "LogFileAndNotifyEveryone",
|
||||||
|
"WhiteList": {
|
||||||
|
"System.String": {
|
||||||
|
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
|
||||||
|
"$values": [
|
||||||
|
"76561198011452073",
|
||||||
|
"76561198046374237"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"BlackList": {
|
||||||
|
"System.String": {
|
||||||
|
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
|
||||||
|
"$values": []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Admins": {
|
||||||
|
"System.String": {
|
||||||
|
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
|
||||||
|
"$values": [
|
||||||
|
"76561198011452073",
|
||||||
|
"76561198046374237"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Reputations": {
|
||||||
|
"Eco.Gameplay.Economy.ReputationTitle": {
|
||||||
|
"$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Economy.ReputationTitle, Eco.Gameplay]], mscorlib",
|
||||||
|
"$values": [
|
||||||
|
{
|
||||||
|
"MaxReputation": -500.0,
|
||||||
|
"Title": "Blâmable",
|
||||||
|
"Color": "FF4623"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": -200.0,
|
||||||
|
"Title": "Abhorré",
|
||||||
|
"Color": "FF5A24"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": -100.0,
|
||||||
|
"Title": "Abominable",
|
||||||
|
"Color": "FF7025"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": -50.0,
|
||||||
|
"Title": "Eviter",
|
||||||
|
"Color": "FFA028"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": -20.0,
|
||||||
|
"Title": "Mal considéré",
|
||||||
|
"Color": "FFC32A"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": -10.0,
|
||||||
|
"Title": "Défavorable",
|
||||||
|
"Color": "FFF62D"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": -5.0,
|
||||||
|
"Title": "Disputable",
|
||||||
|
"Color": "E8EB43"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": -2.0,
|
||||||
|
"Title": "Incertain",
|
||||||
|
"Color": "B2CE76"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": -1.0,
|
||||||
|
"Title": "Inconnu",
|
||||||
|
"Color": "2581FE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 1.0,
|
||||||
|
"Title": "Inconnu",
|
||||||
|
"Color": "2581FE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 2.0,
|
||||||
|
"Title": "Utile",
|
||||||
|
"Color": "2899FE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 5.0,
|
||||||
|
"Title": "Respecté",
|
||||||
|
"Color": "2EB6FC"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 10.0,
|
||||||
|
"Title": "Ammical",
|
||||||
|
"Color": "34D4FA"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 20.0,
|
||||||
|
"Title": "Bien-considéré",
|
||||||
|
"Color": "3DFFF8"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 50.0,
|
||||||
|
"Title": "Estimé",
|
||||||
|
"Color": "51FFB7"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 100.0,
|
||||||
|
"Title": "Célèbre",
|
||||||
|
"Color": "61FF82"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 200.0,
|
||||||
|
"Title": "Honoré",
|
||||||
|
"Color": "70FF4F"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 500.0,
|
||||||
|
"Title": "Vénéré",
|
||||||
|
"Color": "77FF37"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 1000.0,
|
||||||
|
"Title": "Exalté",
|
||||||
|
"Color": "7BFF29"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"UnStuckDisableTime": 60.0,
|
||||||
|
"DelayNearbyFoodCheckMinutes": 4.0,
|
||||||
|
"NearbyFoodSpawnLocationRadius": 20.0,
|
||||||
|
"NearbyFoodSpawnCount": 5,
|
||||||
|
"UseExactSpawnLocation": true,
|
||||||
|
"SpawnNearbyFoodLocation": {
|
||||||
|
"x": 1,
|
||||||
|
"y": 63,
|
||||||
|
"z": 1
|
||||||
|
}
|
||||||
|
}
|
137
Configs/Users.eco.template
Normal file
137
Configs/Users.eco.template
Normal file
|
@ -0,0 +1,137 @@
|
||||||
|
{
|
||||||
|
"UseWaste": false,
|
||||||
|
"MaxRepFromOnPerson": 30.0,
|
||||||
|
"MinRepFromOnePerson": -10.0,
|
||||||
|
"AllowDebugCalls": false,
|
||||||
|
"AdminCommandsLoggingLevel": "LogFileAndNotifyEveryone",
|
||||||
|
"WhiteList": {
|
||||||
|
"System.String": {
|
||||||
|
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
|
||||||
|
"$values": []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"BlackList": {
|
||||||
|
"System.String": {
|
||||||
|
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
|
||||||
|
"$values": []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Admins": {
|
||||||
|
"System.String": {
|
||||||
|
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
|
||||||
|
"$values": []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Reputations": {
|
||||||
|
"Eco.Gameplay.Economy.ReputationTitle": {
|
||||||
|
"$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Economy.ReputationTitle, Eco.Gameplay]], mscorlib",
|
||||||
|
"$values": [
|
||||||
|
{
|
||||||
|
"MaxReputation": -500.0,
|
||||||
|
"Title": "Reprehensible",
|
||||||
|
"Color": "FF4623"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": -200.0,
|
||||||
|
"Title": "Abhorred",
|
||||||
|
"Color": "FF5A24"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": -100.0,
|
||||||
|
"Title": "Nefarious",
|
||||||
|
"Color": "FF7025"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": -50.0,
|
||||||
|
"Title": "Shunned",
|
||||||
|
"Color": "FFA028"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": -20.0,
|
||||||
|
"Title": "Ill-Regarded",
|
||||||
|
"Color": "FFC32A"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": -10.0,
|
||||||
|
"Title": "Unfavorable",
|
||||||
|
"Color": "FFF62D"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": -5.0,
|
||||||
|
"Title": "Questionable",
|
||||||
|
"Color": "E8EB43"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": -2.0,
|
||||||
|
"Title": "Uncertain",
|
||||||
|
"Color": "B2CE76"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": -1.0,
|
||||||
|
"Title": "Unknown",
|
||||||
|
"Color": "2581FE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 1.0,
|
||||||
|
"Title": "Unknown",
|
||||||
|
"Color": "2581FE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 2.0,
|
||||||
|
"Title": "Helpful",
|
||||||
|
"Color": "2899FE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 5.0,
|
||||||
|
"Title": "Respected",
|
||||||
|
"Color": "2EB6FC"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 10.0,
|
||||||
|
"Title": "Friendly",
|
||||||
|
"Color": "34D4FA"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 20.0,
|
||||||
|
"Title": "Well-Regarded",
|
||||||
|
"Color": "3DFFF8"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 50.0,
|
||||||
|
"Title": "Esteemed",
|
||||||
|
"Color": "51FFB7"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 100.0,
|
||||||
|
"Title": "Celebrated",
|
||||||
|
"Color": "61FF82"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 200.0,
|
||||||
|
"Title": "Honored",
|
||||||
|
"Color": "70FF4F"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 500.0,
|
||||||
|
"Title": "Revered",
|
||||||
|
"Color": "77FF37"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 1000.0,
|
||||||
|
"Title": "Exalted",
|
||||||
|
"Color": "7BFF29"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"UnStuckDisableTime": 60.0,
|
||||||
|
"DelayNearbyFoodCheckMinutes": 4.0,
|
||||||
|
"NearbyFoodSpawnLocationRadius": 20.0,
|
||||||
|
"NearbyFoodSpawnCount": 5,
|
||||||
|
"UseExactSpawnLocation": false,
|
||||||
|
"SpawnNearbyFoodLocation": {
|
||||||
|
"x": 609,
|
||||||
|
"y": 63,
|
||||||
|
"z": 698
|
||||||
|
}
|
||||||
|
}
|
3
Configs/Voice.eco
Normal file
3
Configs/Voice.eco
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"ServerVoiceIdentifier": "5478f0bf-3c60-4222-b648-e5405d2b0841"
|
||||||
|
}
|
7
Configs/World.eco
Normal file
7
Configs/World.eco
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"AtmosphereType": {
|
||||||
|
"Type": "Eco.World.DefaultAtmosphere, Eco.World"
|
||||||
|
},
|
||||||
|
"WorldTickCPUMax": 0.25
|
||||||
|
|
||||||
|
}
|
7
Configs/World.eco.template
Normal file
7
Configs/World.eco.template
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"AtmosphereType": {
|
||||||
|
"Type": "Eco.World.DefaultAtmosphere, Eco.World"
|
||||||
|
},
|
||||||
|
"WorldTickCPUMax": 0.25
|
||||||
|
|
||||||
|
}
|
1719
Configs/WorldGenerator.eco
Normal file
1719
Configs/WorldGenerator.eco
Normal file
File diff suppressed because it is too large
Load diff
1719
Configs/WorldGenerator.eco.template
Normal file
1719
Configs/WorldGenerator.eco.template
Normal file
File diff suppressed because it is too large
Load diff
4
Configs/WorldObjects.eco
Normal file
4
Configs/WorldObjects.eco
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"TargetTickDeltaTimeMS": 0,
|
||||||
|
"ParallelWorldObjectTicks": false
|
||||||
|
}
|
4
Configs/WorldObjects.eco.template
Normal file
4
Configs/WorldObjects.eco.template
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"TargetTickDeltaTimeMS": 0,
|
||||||
|
"ParallelWorldObjectTicks": false
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue