Login

russian armor

Big big patch June 10th

highlight
Massive balance and feature patch, gents!

Noun writes:

Updates for June 10th, 2013

Updates


- Create post-game AI survey for beta


AI Updates


- AI vehicle positioning tactic now prefers to find safer positions relative to the current position instead of always relative to the target position

- AI vehicle positioning tactic no longer tries to use vehicles that are bad at strafing to out position an enemy relative to the enemies position

- AI tactics and fallback now properly check weapon ranges based on OBBs like the weapons do

- AI force attack tactic will not get stuck running if the target moves within minimum weapon range

- AI attack commands now properly detect squads in idle combat

- AI move commands now support a facing only move

- AI simple move state now copies the path finding weights when it starts to prevent other AI tasks from changing them after the move has started

- AI cover, vehicle, and force attack tactics now only do path finds with a path length factor of 1.5 and not unlimited since they should be short moves

- AI Vehicle Tactic now keeps more space between it and threatening entities and re-positions less frequently

- AI Task Combat State no longer oscillates between retreat and fallback when the squad wants to retreat but does not support retreating

- AI Ability Tactic properly converts entity and squad targets to position targets before attempting to do the ability if the targets cannot be seen

- AI squad clump detection system now tracks which clumps contain visible squads instead of just testing the centre of the clump for visibility

- AI checks for squads and entities being detectable now also checks if the squad or entity has been seen recently if so then they can still be detected

- AI vehicle tactic crash fix

- AI VehicleTactic now only does path following moves if the destination is greater than 15 meters so we can do less path finding

- AISimpleMoveState and AIObjectiveAttackArea repath and replan timers are now scaled by the number of local AI players so we don't continually throw away good paths when we are getting infrequent updates

- AITaskMoveState no longer gets confused between layover movement doing cold layovers and capture layovers

- AISimpleMoveState now sends a move command to the final position if it has waited for a path for longer than 8 seconds

- AITaskMoveState now checks to make sure its path is going to the correct destination before it assumes it has a path it can use

- AILeader and AIFollower tasks now coordinate better and spend less time stopping and waiting for each other

- When selecting squads to be leaders and followers, team weapon squads are no longer preferred to be leaders, they are now not preferred

- AITasks now know which task group they belong to

- AITactics are now prevented from being recursively updated

- AICaptureTasks now correctly check for capture progress relative to allies and enemies

- Skirmish AI no longer double military targets for neutral world owned points

- Skirmish AI players now calculate preferred map areas relative to other players and get penalties for attacking and capturing outside those areas

- Skirmish AI players now take into account what teammates have produced and prefer to build different units

- Skirmish AI will no longer try to build securing structures on points that cannot be secured. (victory points, fuel/munition points, watch towers) -Skirmish AI now properly releases a squad from its current task before getting it to do a construction task

- Skirmish AI no longer fallsback if it is almost done capturing a point or reverting a point

- Skirmish AI no longer gives up on capturing a point on a cold map if there are no heat sources near the point but it is already capturing the point

- Skirmish AI no longer counts all units that can be spawned from a building as potential producibles, now it only counts units that it has the prerequisites for

- Skirmish AI now prefers to keep doing objectives it was doing the previous update

- Skirmish AI now uses attack objectives to capture undefended points instead of capture tasks without an objective

- Skirmish AI will now create attack objectives to attack military points that are undefended instead of only attacking military points that can be destroyed

- Skirmish AI will no longer send team weapon squads or artillery squads out alone to attack or capture unless they are already in combat at the target

- Skirmish AI now assigns extra squads to help attack objectives based on combat ratio improvement and distance and not just distance

- Skirmish AI now prefers to attack a military point with squads near it over a clump of enemy squads not quite near the military point to facilitate capturing the point while attacking

- AI no longer thinks Katyusha and Panzerwerfer are good for circle strafing

- Hard and Expert AI now use default dynamic economy without any overrides

- added dshk squad, panzer iv command squad, mortar halftrack, and assault field officer squad to the default AI economy

- updated panzer iv command squad main cannon AI combat ratings to more closely match the panzer iv squad AI combat ratings

- AI barrage abilities now target enemy structures in addition to clumps of enemy squads

- Skirmish AI default economy now includes randomized utility ranges of 10, previously was 0


Bug Fixes


- Rare crash caused when a player in a vs AI automatch starts loading before they get the updated session info from the host for the populated AI slots

- Added a hang detection thread to watch for heartbeats and dbFatal if the app goes off for more than 60 seconds

- Hooked up game start audio stinger to only play for Custom and Automatches

- Fixedtitle entering an unlimited unresponsive state when minimising the title on the Performance Test loading screen

- Fixed scenario could be marked as complete after the check to see if it was complete, resulting in unawarded achievements

- Fixed some enemy buildings appearing as holes in the ground when fog of war is active

-improved timeout values based on feedback/crashes

-update : terrain compositor has controllable rescaling to enable us to vary compositor resolution

- fixed sometime projectile may never hit a dropped hmg42

- Adding logic to track how often we get the PeerConnectFail error, and if we get a certain amount without ever successfully getting into a match, show an error message to the user

- stats now only care about actual team ID and not slot team id / map team ID

- collectors edition flag now saved out with saves/replays

- make sure team ID matches up with slot team ID (when they are different due to random starting locations) so UI does not have to do any sort of mental gymnastics

- fixed loading an auto save on mission 3 loads the game with only background music playing

- Added Plat support for OEM8 so that we can correctly map English physical key locations to French

- Allow multiple demo charges on the same spot vs non-panel buildings. The "don't place demo charges at the same location twice" rule only makes sense for panel buildings

- Fixed scenario launch code with proper variable initialization and ensure that repeated calls within the same frame do not cause a crash

- Detect invalid scenarios and notify user of error in c++ code

- Detect SetupMod() failure and notify user of error

- force a crash on actual load step failure as otherwise it would just hang (not addressed by this fix)

- Fixed load game dialog dereferencing null ptr while in game

- Destroy the match instead of just concluding if the game becomes inactive

- Moscow Line - Partisan Squads will appear twice in the Construction Tab in the Post Game Stats

- Fixed: When using dispatch, unit will show up two times in the construction tab on the post-game stats

- Set the connect timeout separately from the read timeout for the long-poll

- Fix bridge border become passable after ice heal under it

- fix animation sliding when building barbed wire

- fix maxim crew syncing to a standing maxim will play standing animation, rather than going prone and snap to stand

- add more telemetry logging. including match start and match end event, option changing event, tutorial video event

- optimization: make blizzard/snow/rain render to a lower resolution texture

- re-fix : resolution list is populated properly if your primary display is in portrait orientation

- cache steam cloud files locally

- match reporting fixes to prevent unwanted disputes in arbitration, which was causing everyone to lose trust if someone in the match quit

- always call ReportMatchResults even if the game is not active

- when a player leaves the match, set the kill player reason to KPR_NetworkAbort instead of KPR_Surrendered

- if the player final state is PS_ABORTED, file an abstain match report

- fixed game crash when airstrike ability is used just before the victory point count down

- fixed rally point blip appearing in middle of minimap when placed on an entity

- don't show demo charge as a killer on post game stats (it has no valid UI info)

- fix one case where sync error reporting could be interrupted by incorrect fatal scar error caused by sync error

- fix so when sync error, simulation stop updating, so the rest if the simulation code and scar update won't unnecessary get called

- investigate making the game mark itself for Steam update after crash

- fixed a crash when grenade kills a charge on bridge

- PanzerGraveyard achievement unlocked properly

- audio fix for distant shots

- this is only half the work as the M5 is needed elsewhere for another fix. matching audio to come soon

- removing two soldier entities that were left on the map

- fixed Stug III tread critical causing missing tread (mesh conditions on healthy tread were inappropriate to keep one visible)

- fixed missing Polish speech

- background sfx continue through movies

- stuka engine sfx

- final mix polish

- fixed making 2/3/4xxx AMD cards require the special legacy drivers AMD made for us

- fixed lockup when pistol is in cooldown when close to an enemy and being attacked


Balance & Gameplay


- adding vet modifiers and loc to the TOW cold weather units

- removing the tech/building requirement from the howitzers

- fixing for ram not disabling the maingun if the vehicle was buttoned. The critical was able to be applied to the disabled main weapon

- reseting UI and camera in last frame of battles and scenarios, so that View Battlefield is doable

- updated version of the performance test with snow on the ground, and new cameras avoiding clipping through trees

- taking off the requirements on the pak43 and howitzers, fixing some help text

-fixes to the mortar,command tank and officer ... normal mortar can now be deployed when you get the 120mm mortar and now i limited the commander tank and officer to one on the battlefield

- changing cost of 120mm mortar team from 480 to 360 from free

- Transfer Orders now has hotkey

- M07 fixes from E3 reviews

- updating help text for non-winter maps

- increase timing on driver abandon

- clean up maps that have the old trench wall

- Tracer added to rear MG

- sniper tracer fire is not very visible if shooting offscreen

- trench area detail added

- replaced trenches

- updated tutorial order

- Shock Troops have "Fire Superiority" tool tip for Vetrancy 1, instead of "Trip Wire Flares"

- fixed the tooltip on the ability, it requires 6 command points (It was saying that it required 2 before)


Go forth and automatch!

You've only got a week left, for the Company of Heroes 2 Open Beta ends on June 18th.


Updates for June 11th, 2013

- made compatibility mode check more apparent
- adjusted security settings


The hits keep coming:

Updates for June 13th, 2013

Game Updates


- Twitch fully unlocked for players
- Single Player E3 Demo Mission unlocked
- Tutorial Mission unlocked
- Stability fixes
- Compatibility fixes


Balance Changes


Anti-Tank grenades and Panzerfaust:
- Range reduced from 20 to 15.

Veterancy Change:
- Rates changed from 50%/50% (Damage applied / received damage) to 75%/25%.

Upkeep:
- Rate changed from 4 upkeep per pop to 1.5.
- Upkeep thresholds removed.

Riegel 43 Anti-tank Mine
- Reduced the time to plant the mine from 12 to 6 seconds
- Changed the ability to allow it to be targeted in the fog of war.
- Removed the cooldown.

Brummbar:
- Cost from 520mp/140fuel to 520mp/170fuel
- Max distance scatter from 10 to 4.55
- Reload time from 9.75s to 8.25s
- AOE from 6m to 5m.
- Health from 1280 to 800
- Front armor from 175 to 200
- Acceleration from 1.5 to 2
- Target Size decreased from 24 to 22
- Max speed from 4.5 to 4.8
- 50% of the shell’s damage is applied on non-penetrating rounds against enemy armor.
- Added a 1 in 3 chance of 5s crew shocked critical on target deflections

Elefant:
- Price from 520mp/220 fuel to 640mp/260 fuel
- Front Armor from 270 to 400
- Pop cost from 13 to 16.
250 Halftrack:
- Front armor from 25 to 11 and Rear armor from 15 to 5.5
- Health from 300 to 240
222 20mm Autocannon:
- Increased AOE from 0.5 to 1 making this weapon a bit more effective against infantry.

Opel Blitz Truck:
- Health decreased from 300 to 160
- Armor reduced from 25/15 to 7/5
German 10.5cm Howitzer:
- AOE Radius reduced from 9 to 7.5

Ostwind:
- Price from 400mp/100fuel to 320mp/115 fuel
- Build time from 40 to 50.
- Pop cost from 10 to 8.
- Scatter from 5 to 1.98 increases its accuracy.

Panzerwerfer:
- Increased ice damage from 55 to 75
- Acceleration from 3 to 3.75
- Max speed from 5.5 to 6

Panther:
- Price from 560mp/150fuel to 440mp/165fuel
- Pop from 14 to 11.
- Health from 1280 to 960
- Rear Armor from 135 to 112.5
- Acceleration from 1.9 to 2.3
- Max speed from 5.2 to 5.5
- Range from 60m to 50m
- Reduced the rotation rate from 30 to 27.

Panzer IV Command Tank:
- Price from 560mp/140 fuel to 360mp/125 fuel
- Pop from 14 to 9.
- Damage from 60 to 80
- Penetration from 50 to 55
- [Bug Fix] Range from 45 to 40
- Scatter from 5 to 5.6

Panzer IV:
- Price from 480mp/120 fuel to 320mp/115 fuel
- Pop from 12 to 8.
- Reload time from 4.75s to 5.75s
- Damage from 80 to 160
- Scatter from 7m to 6m
- Acceleration from 2.8 to 2.4
- Max speed from 5.3 to 5.2

Stug:
- Price from 400mp/85 fuel to 280mp/95 fuel
- Scatter from 10m to 6.5m
- Health from 640 to 480
- Target Size from 20 to 14
- Increased rotation from 20 to 22
- Area of Effect from .5m to 1.5m
- Damage all in hold set to TRUE, similar to other AOE heavy weapons. This will allow the weapon’s Area of Effect damage to apply to targets inside a halftrack or scout car.
- Main gun range from 60m to 50m
- Reload time from 3s to 4s
- Main gun penetration from 110 to 140.

Tiger:
- Price from 520mp/210 fuel to 600mp/250 fuel
- Reload from 8.75s to 6.25s
- Scatter from 10m to 6.8m
- Area of Effect From 3.75m to 2.5m
- Armor from 400 front/200 rear to 350 front/250 rear
- Acceleration reduced from 1.5 to 1.25
- Max speed increased from 4.5 to 4.7
- Added a 1 in 5 chance for a 5 second crew shocked critical on target deflections
- Main gun rotation from 19 to 17

KV-8:
- Health increased from 640 to 960
- Armor decreased from 360 front/225 rear to 240 front/120 rear
- Cost from 440mp/120 fuel to 360mp/135 fuel

IS-2:
- Armor from 400 front/200 rear to 375 front/225 rear
- Pop from 14 to 16
- Health from 1280 to 960
- Price from 560mp/210fuel to 680mp/300fuel
- Reload time from 8.25s to 9s
- Scatter from 10m to 7.5m
- Acceleration increased from 1.5 to 2
- Rotation rate increased from 25 to 30
- 1 in 6 chance of 5 second crew shocked critical on target deflections
- Penetration increased from 110 to 140
- 25% of the shell’s damage is applied on non-penetrating rounds against enemy armor.

ISU-152:
- Price from 520mp/215 fuel to 680mp/290 fuel
- Pop from 13 to 17.
- Armor from 120 front/60 rear to 200 front/100 rear
- Health from 1280 to 960
- AOE from 5m to 6m
- Damage from 160 to 240
- Scatter from 10m to 13.2m
- Reload from 6.125s to 10s
- Penetration from 170 to 150
- Target Size from 24 to 26
- Acceleration from 1.5 to 2
- Max Speed from 4 to 3.8
- 33% of the shell’s damage is applied on non-penetrating rounds against enemy armor.
- Added a 1 in 3 chance of crew shocked critical on deflections
- Reduced main gun tracking speed from 25 to 12
- G-530 Concrete Piercing Round ability penetration increased to 1000

SU-76:
- Price from 200mp/45 fuel to 160mp/55 fuel
- Pop from 5 to 4
- Reload from 3.875s to 2.375s
- Penetration from 75 to 93

SU-85:
- Price from 440mp/90 fuel to 320mp/115 fuel
- Pop from 11 to 8
- Front armor from 160 to 180
- Increased acceleration and max speed from 2 to 2.4 and from 5 to 5.3
- Increased Area of Effect from 0.5m to 1m

T34/76:
- Price from 280mp/75 fuel to 240mp/95 fuel
- Pop from 7 to 6
- Acceleration from 2.5 to 2.8
- Rotation rate from 30 to 36
- Max speed from 5.6 to 5.8
- Rear armor from 57.5 to 70.
- Main gun scatter from 7m to 5.1m

T34/85:
- Price from 360mp/100 fuel to 360mp/130 fuel
- Health from 640 to 800
- Armor from 115 front to 124 front
- Acceleration from 1.9 to 2.3
- Main gun scatter from 5m to 3.4m

T70:
- Price from 200mp/55 fuel to 160mp/55 fuel
- Main gun scatter from 5m to 1.84m
- Penetration from 50 to 45
- Reduced target size from 20 to 14
Dshk Tank and Bunker starting positions:
- Increased penetration on DShk from 1 to 2.

German MG42:
- Increased nearby suppression multiplier from .4 -> .55. This applies 55% of the weapon’s suppression to nearby squads.
- Increased nearby suppression radius rom 10 -> 12
- Decreased reload duration from 6 -> 5
- Increased reload frequency from 5 -> 7


Updates for June 17th, 2013

- Fixed crash errors
- Improved collection of diagnostic information
- Twitch sdk update (pending loalization changes)
- tooltips
-Cursor size and trails fix
- Autodetect settings fix
-Added button to driver popup for warning delay


Updates for June 18th, 2013

Maps

- New Maps Added to Bring The MP Map List To

(4-6) Rzhev Winter
(2-4) Kholodny Ferma Winter Battlefield
(2-4) Prypiat River
(2-4) Minsk Pocket
(4) Moscow Outskirts Winter
(4-6) Oka River Winter
(6-8) Steppes
(6-8) City 17
(6-8) City 17 Winter Battlefield
(2-4) Kholodny Ferma
(2-4) Prypiat River Winter Battlefield
(4) Moscow Outskirts
(4-6) Rzhev

Balance Changes

Flame Halftrack 251:
- Burst duration reduced from 4 to 3 seconds.
- Reload duration increased from 0.5 to 3 seconds.

Reload Times:
- German howitzer barrage reduced from 90 to 85 seconds.
- Panzerwerfer barrage reduced from 60 to 48 seconds.
- Soviet howitzer barrage increased from 90 to 120 seconds.
- SU-76 Barrage increased from 60 to 80 seconds.
- Sector artillery increased from 60 to 136.

SU-76 Barrage weapon:
- Damage decreased from 120 to 80.

Other

- Fixed some localization text
- Unlocked progression, Commanders, Intel Bulletins and Skins for all levels
1 user is browsing this thread: 1 guest

Livestreams

New Zealand 81
Germany 2
Germany 1

Ladders Top 10

  • #
    Steam Alias
    W
    L
    %
    Streak
Data provided by Relic Relic Entertainment

Replay highlight

VS
  • U.S. Forces flag cblanco ★
  • The British Forces flag 보드카 중대
  • Oberkommando West flag VonManteuffel
  • Ostheer flag Heartless Jäger
uploaded by XXxxHeartlessxxXX

Board Info

437 users are online: 1 member and 436 guests
praintreeparkk
13 posts in the last 24h
45 posts in the last week
154 posts in the last month
Registered members: 45211
Welcome our newest member, praintreeparkk
Most online: 2043 users on 29 Oct 2023, 01:04 AM