From 762425600125f0cabd2f061c53dc5ebef6e27e5e Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Fri, 16 Oct 2015 14:42:11 +0200 Subject: [PATCH] Set InitialSpawnDelay to 0 and set the value to 1500 in the default mods. --- OpenRA.Mods.Common/Traits/World/CrateSpawner.cs | 2 +- mods/cnc/rules/world.yaml | 1 + mods/d2k/rules/world.yaml | 1 + mods/ra/rules/world.yaml | 1 + mods/ts/rules/world.yaml | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/OpenRA.Mods.Common/Traits/World/CrateSpawner.cs b/OpenRA.Mods.Common/Traits/World/CrateSpawner.cs index 5335b13ad4..c7e2716761 100644 --- a/OpenRA.Mods.Common/Traits/World/CrateSpawner.cs +++ b/OpenRA.Mods.Common/Traits/World/CrateSpawner.cs @@ -29,7 +29,7 @@ namespace OpenRA.Mods.Common.Traits public readonly int SpawnInterval = 180 * 25; [Desc("Delay (in ticks) before the first crate spawns.")] - public readonly int InitialSpawnDelay = 300 * 25; + public readonly int InitialSpawnDelay = 0; [Desc("Which terrain types can we drop on?")] public readonly HashSet ValidGround = new HashSet { "Clear", "Rough", "Road", "Ore", "Beach" }; diff --git a/mods/cnc/rules/world.yaml b/mods/cnc/rules/world.yaml index a5f21d441b..eccf635409 100644 --- a/mods/cnc/rules/world.yaml +++ b/mods/cnc/rules/world.yaml @@ -142,6 +142,7 @@ World: Maximum: 6 SpawnInterval: 3000 WaterChance: 0 + InitialSpawnDelay: 1500 PathFinder: ValidateOrder: DebugPauseState: diff --git a/mods/d2k/rules/world.yaml b/mods/d2k/rules/world.yaml index acc693d261..989c5ddc26 100644 --- a/mods/d2k/rules/world.yaml +++ b/mods/d2k/rules/world.yaml @@ -65,6 +65,7 @@ World: SpawnInterval: 1500 WaterChance: 0 ValidGround: Sand, Dune, Rock + InitialSpawnDelay: 1500 DomainIndex: PathfinderDebugOverlay: WarheadDebugOverlay: diff --git a/mods/ra/rules/world.yaml b/mods/ra/rules/world.yaml index 0e49d5848f..2cd36b7412 100644 --- a/mods/ra/rules/world.yaml +++ b/mods/ra/rules/world.yaml @@ -107,6 +107,7 @@ World: Maximum: 3 SpawnInterval: 3000 WaterChance: 20 + InitialSpawnDelay: 1500 DomainIndex: SmudgeLayer@SCORCH: Type: Scorch diff --git a/mods/ts/rules/world.yaml b/mods/ts/rules/world.yaml index 90d349c0a4..66e56be0b2 100644 --- a/mods/ts/rules/world.yaml +++ b/mods/ts/rules/world.yaml @@ -161,6 +161,7 @@ World: SpawnInterval: 3000 WaterChance: 0 ValidGround: Clear, Rough, Road, DirtRoad, Tiberium, BlueTiberium + InitialSpawnDelay: 1500 PathFinder: ValidateOrder: DebugPauseState: