diff --git a/changelog.txt b/changelog.txt index ff2d6e8..9cf0de1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,15 +1,11 @@ !No more logs after July 29 2018 - - -Changes after commits per July 31 2018 -(https://github.com/RAunplugged/OpenRA/commits/bleed) +Latest commit tag: 5d1c37a4c55e1ec4d8ab7d83501e4ca6eb77c985 - 5d1c37a -Temporary placement of changelog, last commit tag 055041c - -* Per Next Playtest: +Unplugged Engine - commits beyond the OpenRA engine +(https://github.com/RAunplugged/OpenRA/commits/bleed) diff --git a/mod.config b/mod.config index dd113ac..dad7fef 100644 --- a/mod.config +++ b/mod.config @@ -9,7 +9,7 @@ MOD_ID="ura" # The OpenRA engine version to use for this project. -ENGINE_VERSION="6c401f0" +ENGINE_VERSION="5d1c37a" ############################################################################## # Continuous Integration diff --git a/mods/ura/chrome.yaml b/mods/ura/chrome.yaml index db66fbb..1e3847b 100644 --- a/mods/ura/chrome.yaml +++ b/mods/ura/chrome.yaml @@ -531,8 +531,10 @@ lobby-bits: buttons.png admin: 187,5,7,5 colorpicker: 127,5,23,22 huepicker: 194,0,7,15 - protected: 202,0,10,13 - protected-disabled: 213,0,10,13 + protected: 201,0,12,13 + protected-disabled: 212,0,12,13 + authentication: 199,16,12,13 + authentication-disabled: 212,16,12,13 admin-registered: 224,0,16,16 admin-anonymous: 240,0,16,16 player-registered: 224,16,16,16 diff --git a/mods/ura/installer/origin.yaml b/mods/ura/installer/origin.yaml index a9ff9f1..a71e770 100644 --- a/mods/ura/installer/origin.yaml +++ b/mods/ura/installer/origin.yaml @@ -4,7 +4,6 @@ ra-origin: C&C The Ultimate Collection (Origin version, English) RegistryKey: EA Games\Command and Conquer Red Alert RegistryValue: Install Dir IDFiles: - RA95Launcher.exe: 22bf7a1f9f1c2498823e3216541e6012f291c2c0 REDALERT.MIX: 0e58f4b54f44f6cd29fecf8cf379d33cf2d4caef Install: copy: . @@ -463,7 +462,6 @@ cnc-origin: Command & Conquer (Origin version, English) RegistryKey: EA Games\CNC and The Covert Operations RegistryValue: Install Dir IDFiles: - CNC95Launcher.exe: 1d711adf09ac08738b2599b3092a1b448169b32a CONQUER.MIX: 833e02a09aae694659eb312d3838367f681d1b30 Install: copy: . diff --git a/mods/ura/rules/vehicles.yaml b/mods/ura/rules/vehicles.yaml index 34ea1d7..43ce085 100644 --- a/mods/ura/rules/vehicles.yaml +++ b/mods/ura/rules/vehicles.yaml @@ -1010,7 +1010,10 @@ QTNK: Armor: Type: Heavy Mobile: + RequiresCondition: !deployed Speed: 56 + Chronoshiftable: + RequiresCondition: !deployed RevealsShroud: Range: 9c256 RevealGeneratedShroud: False @@ -1018,6 +1021,7 @@ QTNK: Range: 4c0 SelectionDecorations: MadTank: + DeployedCondition: deployed ChargeDelay: 192 KillsSelf: RequiresCondition: invulnerability diff --git a/mods/ura/uibits/buttons.png b/mods/ura/uibits/buttons.png index edcc6e3..df2f778 100644 Binary files a/mods/ura/uibits/buttons.png and b/mods/ura/uibits/buttons.png differ