diff --git a/Space Engineers/MES-settings.txt b/Space Engineers/MES-settings.txt new file mode 100644 index 0000000..0fa59a9 --- /dev/null +++ b/Space Engineers/MES-settings.txt @@ -0,0 +1,24 @@ +/MES.Settings.PlanetaryCargoShips.EnableSpawns.True +/MES.Settings.PlanetaryCargoShips.MinSpawnTime.900 +/MES.Settings.PlanetaryCargoShips.MaxSpawnTime.1500 +/MES.Settings.PlanetaryCargoShips.MaxShipsPerArea.10 +/MES.Settings.PlanetaryCargoShips.AreaSize.20000 +/MES.Settings.PlanetaryCargoShips.MaxSpawnAttempts.1 +/MES.Settings.PlanetaryCargoShips.MinPathDistanceFromPlayer.7500 +/MES.Settings.PlanetaryCargoShips.MaxPathDistanceFromPlayer.11000 +/MES.Settings.PlanetaryCargoShips.MinSpawnDistFromEntities.7500 +/MES.Settings.PlanetaryCargoShips.MinSpawningAltitude.1500 +/MES.Settings.PlanetaryCargoShips.MinPathDistance.7500 +/MES.Settings.PlanetaryCargoShips.MaxPathDistance.15000 + +/MES.Settings.SpaceCargoShips.EnableSpawns.True +/MES.Settings.SpaceCargoShips.MinSpawnTime.900 +/MES.Settings.SpaceCargoShips.MaxSpawnTime.1500 +/MES.Settings.SpaceCargoShips.MaxShipsPerArea.10 +/MES.Settings.SpaceCargoShips.AreaSize.20000 +/MES.Settings.SpaceCargoShips.MaxSpawnAttempts.1 +/MES.Settings.SpaceCargoShips.MinPathDistanceFromPlayer.8000 +/MES.Settings.SpaceCargoShips.MaxPathDistanceFromPlayer.20000 +/MES.Settings.SpaceCargoShips.MinSpawnDistFromEntities.8000 +/MES.Settings.SpaceCargoShips.MinPathDistance.7500 +/MES.Settings.SpaceCargoShips.MaxPathDistance.15000 \ No newline at end of file