From 360237d4696ff06082d230335fde47993ce2c8f4 Mon Sep 17 00:00:00 2001 From: Untrustedlife Date: Fri, 15 Feb 2019 19:58:12 -0600 Subject: [PATCH] reduced max spawn density of cells in hopes of reducing lag caused by massive numbers of entities after a few auto-evo steps when there is a particularly prolific species. --- scripts/microbe_stage/configs.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/microbe_stage/configs.as b/scripts/microbe_stage/configs.as index f7779579876..4d27ae39906 100644 --- a/scripts/microbe_stage/configs.as +++ b/scripts/microbe_stage/configs.as @@ -6,7 +6,7 @@ const auto CLOUD_SPAWN_RADIUS = 150; const auto POWERUP_SPAWN_RADIUS = 85; const auto DEFAULT_SPAWN_DENSITY = 1/25000.f; -const auto STARTING_SPAWN_DENSITY = 50000.0f; +const auto STARTING_SPAWN_DENSITY = 45000.0f; const auto MAX_SPAWN_DENSITY = 20000.0f; // Cell Spawn Variation