diff --git a/mods/ts/chrome.yaml b/mods/ts/chrome.yaml index b23714af38..53395f4fb5 100644 --- a/mods/ts/chrome.yaml +++ b/mods/ts/chrome.yaml @@ -112,37 +112,37 @@ command-icons-gdi: chrome.png attack-move-disabled: 304,357,26,26 attack-move-active: 304,383,26,26 attack-move-hover: 304,409,26,26 - attack-move-active-hover: 304,435,26,26 + attack-move-active-hover: 304,435,26,26 force-move: 330,331,24,24 force-move-disabled: 330,357,26,26 force-move-active: 330,383,26,26 - force-move-hover: 330,409,26,26 - force-move-active-hover: 330,435,26,26 + force-move-hover: 330,409,26,26 + force-move-active-hover: 330,435,26,26 force-attack: 356,331,26,26 force-attack-disabled: 356,357,26,26 force-attack-active: 356,383,26,26 - force-attack-hover: 356,409,26,26 - force-attack-active-hover: 356,435,26,26 + force-attack-hover: 356,409,26,26 + force-attack-active-hover: 356,435,26,26 guard: 382,331,24,24 guard-disabled: 382,357,26,26 guard-active: 382,383,26,26 guard-hover: 382,409,26,26 - guard-active-hover: 382,435,26,26 + guard-active-hover: 382,435,26,26 deploy: 408,331,24,24 deploy-disabled: 408,357,26,26 deploy-active: 408,383,26,26 deploy-hover: 408,409,26,26 - deploy-active-hover: 408,435,26,26 + deploy-active-hover: 408,435,26,26 scatter: 434,331,26,26 scatter-disabled: 434,357,26,26 scatter-active: 434,383,26,26 scatter-hover: 434,409,26,26 - scatter-active-hover: 434,435,26,26 + scatter-active-hover: 434,435,26,26 stop: 460,331,26,26 stop-disabled: 460,357,26,26 stop-active: 460,383,26,26 stop-hover: 460,409,26,26 - stop-active-hover: 460,435,26,26 + stop-active-hover: 460,435,26,26 queue-orders: 486,331,26,26 queue-orders-disabled: 486,357,26,26 queue-orders-active: 486,383,26,26 @@ -288,37 +288,37 @@ command-icons-nod: chrome.png attack-move-disabled: 816,357,26,26 attack-move-active: 816,383,26,26 attack-move-hover: 816,409,26,26 - attack-move-active-hover: 816,435,26,26 + attack-move-active-hover: 816,435,26,26 force-move: 842,331,24,24 force-move-disabled: 842,357,26,26 force-move-active: 842,383,26,26 - force-move-hover: 842,409,26,26 - force-move-active-hover: 842,435,26,26 + force-move-hover: 842,409,26,26 + force-move-active-hover: 842,435,26,26 force-attack: 868,331,26,26 force-attack-disabled: 868,357,26,26 force-attack-active: 868,383,26,26 - force-attack-hover: 868,409,26,26 - force-attack-active-hover: 868,435,26,26 + force-attack-hover: 868,409,26,26 + force-attack-active-hover: 868,435,26,26 guard: 894,331,24,24 guard-disabled: 894,357,26,26 guard-active: 894,383,26,26 guard-hover: 894,409,26,26 - guard-active-hover: 894,435,26,26 + guard-active-hover: 894,435,26,26 deploy: 920,331,24,24 deploy-disabled: 920,357,26,26 deploy-active: 920,383,26,26 deploy-hover: 920,409,26,26 - deploy-active-hover: 920,435,26,26 + deploy-active-hover: 920,435,26,26 scatter: 946,331,26,26 scatter-disabled: 946,357,26,26 scatter-active: 946,383,26,26 scatter-hover: 946,409,26,26 - scatter-active-hover: 946,435,26,26 + scatter-active-hover: 946,435,26,26 stop: 972,331,26,26 stop-disabled: 972,357,26,26 stop-active: 972,383,26,26 stop-hover: 972,409,26,26 - stop-active-hover: 972,435,26,26 + stop-active-hover: 972,435,26,26 queue-orders: 998,331,26,26 queue-orders-disabled: 998,357,26,26 queue-orders-active: 998,383,26,26 diff --git a/mods/ts/chrome/ingame-player.yaml b/mods/ts/chrome/ingame-player.yaml index d1bafb0d8a..5dcedf3e73 100644 --- a/mods/ts/chrome/ingame-player.yaml +++ b/mods/ts/chrome/ingame-player.yaml @@ -192,6 +192,7 @@ Container@PLAYER_WIDGETS: Background: Key: StanceAttackAnything DisableKeyRepeat: true + DisableKeySound: true TooltipText: Attack Anything Stance TooltipDesc: Set the selected units to Attack Anything stance:\n - Units will attack enemy units and structures on sight\n - Units will pursue attackers across the battlefield TooltipContainer: TOOLTIP_CONTAINER @@ -210,6 +211,7 @@ Container@PLAYER_WIDGETS: Background: Key: StanceDefend DisableKeyRepeat: true + DisableKeySound: true TooltipText: Defend Stance TooltipDesc: Set the selected units to Defend stance:\n - Units will attack enemy units on sight\n - Units will not move or pursue enemies TooltipContainer: TOOLTIP_CONTAINER @@ -228,6 +230,7 @@ Container@PLAYER_WIDGETS: Background: Key: StanceReturnFire DisableKeyRepeat: true + DisableKeySound: true TooltipText: Return Fire Stance TooltipDesc: Set the selected units to Return Fire stance:\n - Units will retaliate against enemies that attack them\n - Units will not move or pursue enemies TooltipContainer: TOOLTIP_CONTAINER @@ -246,6 +249,7 @@ Container@PLAYER_WIDGETS: Background: Key: StanceHoldFire DisableKeyRepeat: true + DisableKeySound: true TooltipText: Hold Fire Stance TooltipDesc: Set the selected units to Hold Fire stance:\n - Units will not fire upon enemies\n - Units will not move or pursue enemies TooltipContainer: TOOLTIP_CONTAINER diff --git a/mods/ts/rules/defaults.yaml b/mods/ts/rules/defaults.yaml index eea9373ce0..a7ca8eda63 100644 --- a/mods/ts/rules/defaults.yaml +++ b/mods/ts/rules/defaults.yaml @@ -316,6 +316,7 @@ Range: 2c0, 5c0 EditorTilesetFilter: Categories: Building + CommandBarBlacklist: ^Building: Inherits@1: ^BasicBuilding @@ -989,6 +990,7 @@ RevealOnFire: EditorTilesetFilter: Categories: Defense + -CommandBarBlacklist: ^Train: Inherits@1: ^EmpDisable