Skip to content

Commit

Permalink
Merge pull request #59 from InvalidArgument3/roidnetworking-narrowing…
Browse files Browse the repository at this point in the history
…downthecause

better default configs
  • Loading branch information
InvalidArgument3 authored Jun 16, 2024
2 parents c390a7d + 7e42ddd commit 60392ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public static class AsteroidSettings
public static bool EnablePersistence = false;
public static bool EnableMiddleMouseAsteroidSpawn = false;
public static bool DisableZoneWhileMovingFast = true;
public static double ZoneSpeedThreshold = 1000.0;
public static double ZoneSpeedThreshold = 2000.0;
public static int SaveStateInterval = 600;
public static int NetworkMessageInterval = 120;
public static int SpawnInterval = 6;
Expand All @@ -40,7 +40,7 @@ public static class AsteroidSettings
public static double GoldWeight = 0.05;
public static double PlatinumWeight = 0.05;
public static double UraniniteWeight = 0.05;
public static float BaseIntegrity = 1000f;
public static float BaseIntegrity = 1f;
public static float MinAsteroidSize = 50f;
public static float MaxAsteroidSize = 250f;
public static float MinSubChunkSize = 5f;
Expand Down

0 comments on commit 60392ee

Please sign in to comment.