From 6b9a359bce2c147ad7bb87bfdafd5e846a8abcef Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Wed, 15 Apr 2015 19:52:42 +0200 Subject: [PATCH 1/6] Adjust some selection bounds No idea what regressed them. --- mods/ts/rules/gdi-structures.yaml | 6 +++--- mods/ts/rules/nod-structures.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mods/ts/rules/gdi-structures.yaml b/mods/ts/rules/gdi-structures.yaml index a40e608153..5d455e6c77 100644 --- a/mods/ts/rules/gdi-structures.yaml +++ b/mods/ts/rules/gdi-structures.yaml @@ -240,7 +240,7 @@ GARADR: Footprint: xx xx Dimensions: 2,2 Selectable: - Bounds: 96, 116, 0, -28 + Bounds: 96, 118, 0, -38 Health: HP: 800 Armor: @@ -279,7 +279,7 @@ GATECH: Footprint: xxx xxx Dimensions: 3,2 Selectable: - Bounds: 110, 60, 3, -8 + Bounds: 110, 60, 3, -4 Health: HP: 500 Armor: @@ -299,7 +299,7 @@ GAPLUG: Name: GDI Upgrade Center Description: Can be upgraded for additional technology. Selectable: - Bounds: 115,120,0,-20 + Bounds: 115,104,0,-24 Buildable: BuildPaletteOrder: 100 Prerequisites: proc, gatech diff --git a/mods/ts/rules/nod-structures.yaml b/mods/ts/rules/nod-structures.yaml index 94adaff8f4..ffd06cf519 100644 --- a/mods/ts/rules/nod-structures.yaml +++ b/mods/ts/rules/nod-structures.yaml @@ -292,4 +292,4 @@ NASTLH: DisableSound: cloak5.aud AffectsParent: true Selectable: - Bounds: 124, 64, 15, 13 + Bounds: 106, 60, 8, -15 From 03e81f9739bc9b370811ba6d285f5bbf1d0e9e6f Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Thu, 16 Apr 2015 16:47:32 +0200 Subject: [PATCH 2/6] Fix HMEC walking animation --- mods/ts/rules/gdi-vehicles.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/ts/rules/gdi-vehicles.yaml b/mods/ts/rules/gdi-vehicles.yaml index 52526792b1..d2b8a5d5cd 100644 --- a/mods/ts/rules/gdi-vehicles.yaml +++ b/mods/ts/rules/gdi-vehicles.yaml @@ -171,6 +171,7 @@ HMEC: LocalOffset: 640,-384,980, 640,384,980 RenderVoxels: WithVoxelWalkerBody: + TickRate: 1 SONIC: Inherits: ^Tank From dab0cd7bda87f6d8fe42ef7750571c7e02d2953d Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Thu, 16 Apr 2015 16:50:27 +0200 Subject: [PATCH 3/6] Added BuildLimit: 1 to GHOST and HMEC --- mods/ts/rules/gdi-infantry.yaml | 2 +- mods/ts/rules/gdi-vehicles.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mods/ts/rules/gdi-infantry.yaml b/mods/ts/rules/gdi-infantry.yaml index e14170477f..3726ed0978 100644 --- a/mods/ts/rules/gdi-infantry.yaml +++ b/mods/ts/rules/gdi-infantry.yaml @@ -92,11 +92,11 @@ GHOST: Tooltip: Name: Ghost Stalker Description: Elite commando infantry, armed with \ndual pistols and C4.\n Strong vs Infantry, Buildings\n Weak vs Vehicles\n Special Ability: Destroy Building with C4\n\nMaximum 1 can be trained - BuildLimit: 1 Buildable: Queue: Infantry BuildPaletteOrder: 50 Prerequisites: ~gapile, gatech + BuildLimit: 1 Selectable: Bounds: 12,17,0,-6 Voice: Ghost diff --git a/mods/ts/rules/gdi-vehicles.yaml b/mods/ts/rules/gdi-vehicles.yaml index d2b8a5d5cd..38a3084dc2 100644 --- a/mods/ts/rules/gdi-vehicles.yaml +++ b/mods/ts/rules/gdi-vehicles.yaml @@ -149,6 +149,7 @@ HMEC: Queue: Vehicle BuildPaletteOrder: 80 Prerequisites: ~gaweap, gatech + BuildLimit: 1 Mobile: ROT: 3 Speed: 42 From e7724eeb2eb3194a4383ec371d340ec2e9bbfcc3 Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Thu, 16 Apr 2015 17:04:32 +0200 Subject: [PATCH 4/6] Correct TRNSPORT prerequisites --- mods/ts/rules/aircraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ts/rules/aircraft.yaml b/mods/ts/rules/aircraft.yaml index 734cc39d63..0119ab5fbb 100644 --- a/mods/ts/rules/aircraft.yaml +++ b/mods/ts/rules/aircraft.yaml @@ -174,7 +174,7 @@ TRNSPORT: Buildable: Queue: Air BuildPaletteOrder: 10 - Prerequisites: ~gahpad, ~gadept + Prerequisites: ~gahpad, gadept Helicopter: LandWhenIdle: yes ROT: 5 From 2ebd2cac986327e9ba99469e2c6402b67e565b98 Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Fri, 17 Apr 2015 19:05:19 +0200 Subject: [PATCH 5/6] Remove bogus hotkey ("Hothey") definition --- mods/ts/rules/gdi-vehicles.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/mods/ts/rules/gdi-vehicles.yaml b/mods/ts/rules/gdi-vehicles.yaml index 38a3084dc2..d3cacb8062 100644 --- a/mods/ts/rules/gdi-vehicles.yaml +++ b/mods/ts/rules/gdi-vehicles.yaml @@ -39,7 +39,6 @@ HVR: Queue: Vehicle BuildPaletteOrder: 50 Prerequisites: ~gaweap, garadr - Hothey: v Mobile: Speed: 99 TerrainSpeeds: From 273a78b889db201570ee031e25b675faca2f6bc2 Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Sun, 19 Apr 2015 21:52:56 +0200 Subject: [PATCH 6/6] Added BuildLimit: 1 to CYC2 --- mods/ts/rules/nod-infantry.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/ts/rules/nod-infantry.yaml b/mods/ts/rules/nod-infantry.yaml index 8d91f60c46..16c650c153 100644 --- a/mods/ts/rules/nod-infantry.yaml +++ b/mods/ts/rules/nod-infantry.yaml @@ -70,6 +70,7 @@ CYC2: Queue: Infantry BuildPaletteOrder: 50 Prerequisites: ~nahand, natech + BuildLimit: 1 -Crushable: Selectable: Bounds: 14,30,0,-7