BFTB Patch #4 - Public Beta

Command Ops: Battles From The Bulge takes the highly acclaimed Airborne Assault engine back to the West Front for the crucial engagements during the Ardennes Offensive. Test your command skills in the fiery crucible of Airborne Assault’s “pausable continuous time” uber-realistic game engine. It's up to you to develop the strategy, issue the orders, set the pace, and try to win the laurels of victory in the cold, shadowy Ardennes.
Command Ops: Highway to the Reich brings us to the setting of one of the most epic and controversial battles of World War II: Operation Market-Garden, covering every major engagement along Hell’s Highway, from the surprise capture of Joe’s Bridge by the Irish Guards a week before the offensive to the final battles on “The Island” south of Arnhem.

Moderators: Arjuna, Panther Paul

User avatar
Arjuna
Posts: 17768
Joined: Mon Mar 31, 2003 11:18 am
Location: Canberra, Australia
Contact:

BFTB Patch #4 - Public Beta

Post by Arjuna »

Hi all,

I've just signed off on the BFTB Patch #4. The files are uploading to Matrix as I type. They have to make and test an installer. So it will take a few days yet before it is publicly available.

The main fixes and features are:
• Overhauled Formation code
• Overhauled Reaction code, including retreats and routing
• Overhauled combat code, including effects of direct and indirect fire on casualties, suppression and morale.
• Overhauled Attack code, including adding code to assess for stalled attacks
• Overhauled On Call Support code
• Overhauled Scheduling code, including slippage and cribbage of tasks
• Fixed the “halting” issue
• Validated and Converted all data content
• Added code to automatically convert third party data content on load in Game and on save in ScenMaker.
• Added new Scenario Statistics feature to ScenMaker ( available form Scenario menu )
• Added new Cull Inactives feature to ScenMaker ( available form Scenario menu )

The complete list:
  • Overhauled Formation code. This included:
    • Accounting for variable HubToFrontDistances. Previously set the hubToFrontDistance to hubDepth /2. But this was compressing the deployments where more than 50% of the force was forward of the hub, which was in most cases.
    • Modifying the UI so the task bounding box which depicts the force occupied area now uses a hub based on a variable hubToFrontDistance. Because of the need to make this thread safe, changes made while the game is paused such as to task facing may not be reflected till the game starts running.
  • Fixed issue that was preventing the game running under Windows XP by exluding certain system dependencies from the installer. These included COMDLG32.dll, DSOUND.dll, VERSION.dll and WSOCK32.dll
  • Ensure that attack are called off due to lack of time if the shortfall exceeds the assaultDuration. ( PA 10835 )
  • Fix Assert in DetermineSlippageResponse() to account for cases where the FUP has been terminated and its times all set to its start. ( MSP 5511 )
  • Ensure attackSubHQs determined after independents in End of Scenario attack ( PA 2343 )
  • Ensure that all stored peripheral task force groups are factored into the unitCount inside VerifyPlanForceGroups() regardless of their status ( SMP 4097 )
  • Modify Assert inside AssessForSubAttacksWhoseReorgsCanBeBroughtForward() to cater for cases where an attack is scheduled to start next minute while it's status is set to current. ( TA 1789 )
  • Ensure that OnCallSpt forces subtracted from Independents before developing end of scenario attacks. This avoids the possibility of allocating the same unit to more than one current task - ie reserve and assault. ( SRF 16165 )
  • Ensure that the start of concurrent tasks are not slipped if the sourceTask they are linked to is already current. This prevents continual slipping of complex tasks, where their starts are not coordinated. ( SMP 4228 )
  • Prevent the allocation of a forceGroup subject to a task if it is not suitable. ( SFTTAR 4309 )
  • Added new member to SlippageTask and modified slippage code to ignore End if nextTask is ignoring its start time. This ensures that linked tasks are slipped and cribbed correctly. ( SMP 4311 )
  • Ensure that existing peripheral forceGroups are deducted from the CoreFG at the start of DevelopMissionPlan() ( SMP 4098 )
  • Modified code inside TaskMove::ReassessOptions() to only Halt when under serious threat and not just because the unit is not making progress.
  • Reduced probability of halting where unit is trying to move away from closest threat and the unit is not co-located with the closest threat.
  • Where unit co-located with closest threat but is trying to move away, it will now retreat rather than halt.
  • Remove LOS check inside CanFire() where a unit is passed in as unit will be from know visible threats. In other words stop double checking LOS. This ensures that a unit can have a chance to fire at a visible threat and reduced processing - excellent! In testing it increased the number of fire events by 70%.
  • Increased range of routs from between 600 and 1200m to 1800 and 2700m
  • Added code to give priority to covered terrain when retreating/routing.
  • Extensive modification of Fire code both for APer and AArm fire to get more historical casualty results.
  • Decreased the probability and quantum of surrenders that occur when a units routs.
  • Fixed a number of access violations introduced in last build. ( SRF.inl 143 and PS 342 )
  • Added new code to create IndDefendAtFUP task where a force is already at the FUP. It will now defend there till the main assault forces arrive and then it will join them in the FUPReorg and Assault. ( SCAI 7323 )
  • Modified ConfirmTimings() for attacks to accomodate new IndDefendAtFUP task.
  • Ensure that OnCallSpt forces subtracted from Independents before developing basic and complex attacks. this avoids the possibility of allocating the same unit to more than one current task - ie reserve and assault. ( SRF 16165 )
  • Converted Estab files for both BFTB and COTA ensuring that all estab forces have their supplies, firepower counts and capabilities updated. This fixes a problem encountered in the COTA ExPack where bridging units had lost their constrcut bridge capability after the initial conversion.
  • Doubled morale degradation for units low on supplies. Now such units lose around 30% morale per day. Cannot reduce below 20% for this purpose.
  • Ensure the missionPlan is replanned in cases where the assault has ended and there is no final reorg task ( SPS 18063 )
  • Ensure that a plan is not already in opPlan->pendingPlans before adding it. Ths avoid referenced corpse ( GameDiagnostic 1029 )
  • Ensure that fuel vehicles from returning transport columns are not added as equipment to bases whose estab does not have any fuel vehicles. (SFGV 1378 )
  • Ensure that independent advance to FUP and indepenedent defend at FUP tasks are properly linked as concurrent tasks. (PodDB 614 )
  • Added code to check if the forces assigned to the advanceToFUP task are alreay near the FUP. If all are narby then the advanceToFUP task is killed off. If part, then the nearby forces are subtracted from its forceGroup and go on hold till the FUPReorg, leaving the rest to advance to the FUP. (SCAI 7323)
  • Prevent face changing for assaulting units and those moving in road column
  • Default the task settings for ArtyDirectFireOnly to true for attacks and probes
  • Added the registrationTime to remainingDuration in bombardment events. This ensures that the arty unit fires for at least the specified number of minutes.
  • Now cap maxSuppression to 75% for direct fire and to 85% for indirect fire when the target is in covered terrain.
  • Reduced max registration times from 15 to 5 minutes and increased the range denominator from 200 to 500. Rego time = min( 5, range / 500 ). The overall effect is to reduce registration times for arty fire. Fatigue and training can increase time by up to 56% to a max of 8 minutes.
  • OnCallSpt bombardment duration now reduced if arty ammo level below 50%.
  • Ensured suitability iterator updated before allocating resources to nearby objectives.
  • Overhauled Halting code to reduce instances of halting.
  • Fix crash inside ScenRoute when the taskLoc == leaveLoc and the effEndIndex is not adjusted correctly.
  • Added new Scenario Statistics feature to ScenMaker.
  • Added new Cull Inactive Units feature to ScenMaker.
  • Culled Inactive units from all converted COTA scenarios.
  • Turned off FPAssert at ScenPlanScheduling.cpp, line 14529. There still occurs from time to time cases where a support units will be left without an order for some as yet to be explained reason. They get new orders after replanning. Given the rarity of this and the difficulty in determining the cause I have opted to ignore it.
  • Ensured the sort function CompareResourcesByAscendingSizeDescendingSuitability() has a valid comparitor when both resources are not suitable.
  • Ditto for CompareResourcesByHQsAndDescendingSuitability().
  • Fixed bug in Terrain Popup which was adding the base altitude to the spot height, which it should not have done.
  • Ensured that Impassable Cliffs in the Malta map had zero move effect for motorised units.
  • Rebuilt the Sidi Rezeh map to eliminate data corruption.
  • Fixed bug in Debug version when autoStaffSupport selected for human player. Recompile of Tools and Game PCHs required.

New Features:
  • Added new AssessForStalledAttack() reassessment code. It now checks to see if an attack should be called off if subordinates are halting.
  • Modified the code that prioritieses objectives. If a nearby enemy ( ie one within 3000m ) is closer to another objective then its values are reduced. This has the effect of reducing the amount of friendly forces assigned to friendly objectives and helps maintain momentum in an advance.
Dave "Arjuna" O'Connor
www.panthergames.com
User1984
Posts: 86
Joined: Sat Dec 15, 2012 11:48 pm

RE: BFTB Patch #4 - Public Beta

Post by User1984 »

Hi Dave,

Wow, that list looks impressive, although I have no idea what the majority of it means. Thanks for all your effort. I am new to BftB, and have tried the demo and watched your excellent tutorial movies. I'm planning on buying BftB and the HTTR expansion in the next few days.

Would you please consider doing another tutorial movie using HTTR and the new features that you have added since the original demo? I have a lot to learn about all of this.

Thanks!
User avatar
Arjuna
Posts: 17768
Joined: Mon Mar 31, 2003 11:18 am
Location: Canberra, Australia
Contact:

RE: BFTB Patch #4 - Public Beta

Post by Arjuna »

chops,

Welcome. Perhaps we may revise the tutorial. But right now I'm in need of a rest. I'll look at this in the new year.
Dave "Arjuna" O'Connor
www.panthergames.com
User avatar
Deathtreader
Posts: 1057
Joined: Tue Apr 22, 2003 3:49 am
Location: Vancouver, Canada.

RE: BFTB Patch #4 - Public Beta

Post by Deathtreader »

Hi,

Great news!!

Ummm....... I suppose that games in progress will still work and benefit from all the changes?

Thanks for all the hard work!! [&o]


Rob.
So we're at war with the Russkies eh?? I suppose we really ought to invade or something. (Lonnnng pause while studying the map)
Hmmmm... big place ain't it??
- Sir Harry Flashman (1854)
User avatar
Arjuna
Posts: 17768
Joined: Mon Mar 31, 2003 11:18 am
Location: Canberra, Australia
Contact:

RE: BFTB Patch #4 - Public Beta

Post by Arjuna »

Rob,

Previous saved games may work but I won't guarantee that.
Dave "Arjuna" O'Connor
www.panthergames.com
danlongman
Posts: 584
Joined: Tue Mar 27, 2012 8:36 pm
Location: Over the hills and far away

RE: BFTB Patch #4 - Public Beta

Post by danlongman »

Hi Dave,
Thanks for the hard work. My Mother was an O'Connor. Do I get more free stuff?
dan
"Patriotism: Your conviction that this country is superior to all other countries because you were born in it." - George Bernard Shaw
User avatar
Arjuna
Posts: 17768
Joined: Mon Mar 31, 2003 11:18 am
Location: Canberra, Australia
Contact:

RE: BFTB Patch #4 - Public Beta

Post by Arjuna »

dan,

NO! But I'm not prejudiced! [;)]
Dave "Arjuna" O'Connor
www.panthergames.com
rickier65
Posts: 14249
Joined: Thu Apr 20, 2000 8:00 am

RE: BFTB Patch #4 - Public Beta

Post by rickier65 »

Pretty impressive list. Thanks!

Rick
oldspec4
Posts: 748
Joined: Mon Nov 01, 2004 2:34 pm

RE: BFTB Patch #4 - Public Beta

Post by oldspec4 »

Excellent..Thank you sir.
Phoenix100
Posts: 2922
Joined: Tue Sep 28, 2010 12:26 pm

RE: BFTB Patch #4 - Public Beta

Post by Phoenix100 »

Fixed the halting issue. That's what it says!! Hooray! Well done. And Merry Christmas!
User avatar
decaro
Posts: 4004
Joined: Wed Aug 31, 2005 12:05 pm
Location: Stratford, Connecticut
Contact:

RE: BFTB Patch #4 - Public Beta

Post by decaro »

ORIGINAL: phoenix

Fixed the halting issue ... Well done. And Merry Christmas!

Looks like I'll be "visiting" Bastogne by the holidays.


Stratford, Connecticut, U.S.A.[center]Image[/center]
[center]"The Angel of Okinawa"[/center]
Home of the Chance-Vought Corsair, F4U
The best fighter-bomber of World War II
ulisin
Posts: 114
Joined: Wed Jan 27, 2010 8:29 am

RE: BFTB Patch #4 - Public Beta

Post by ulisin »

Before Christmas, or not?


By the way
Arjuna... you are
sic et simpliciter
the best!


User avatar
wodin
Posts: 10709
Joined: Sun Apr 20, 2003 3:13 am
Location: England
Contact:

RE: BFTB Patch #4 - Public Beta

Post by wodin »

ulisin it's in Matrix hands..I'm hoping it hits by friday...but I wouldn't put money on it..

Can't wait to see the changes with regards to firing and formations. I also want to see how Rout works now..a sticky topic for a long time and I'm hoping the changes don't result in units routing across the map all over the place.. I still think rout should be a very rare thing to happen, really routing in game alot of the time to me should have been a fighting retreat..

The changes this patch seem massive..so looking forward to it.
User avatar
Plodder
Posts: 969
Joined: Mon Jul 28, 2003 3:56 pm
Location: New Zealand

RE: BFTB Patch #4 - Public Beta

Post by Plodder »

Nice![:)]Looks like an excellent patch.

Dave, out of curiosity, do you intend to release the data/scenario conversion tool or is that just going to be for internal use only?
Gen. Montgomery: "Your men don't salute much."
Gen. Freyberg: "Well, if you wave at them they'll usually wave back."
User avatar
BigDuke66
Posts: 2035
Joined: Thu Feb 01, 2001 10:00 am
Location: Terra

RE: BFTB Patch #4 - Public Beta

Post by BigDuke66 »

@Arjuna
Impressive list, great work!
Just a question, as the formation code overhaul isn't complete, do we get this in a hotfix in the new year or will we have to wait for a big patch?
User avatar
Arjuna
Posts: 17768
Joined: Mon Mar 31, 2003 11:18 am
Location: Canberra, Australia
Contact:

RE: BFTB Patch #4 - Public Beta

Post by Arjuna »

ORIGINAL: The Plodder

Nice![:)]Looks like an excellent patch.

Dave, out of curiosity, do you intend to release the data/scenario conversion tool or is that just going to be for internal use only?
The way we have worked things is that when you load an existing map, scenario or estab file it will check the version and if an old one run a series of conversions on them. However, this way of doing things only goes so far back. It should work perfectly for all BFTB files, except saved games. I used it also to convert COTA files but in some cases this required some manual adjustments, especially with Estabs - they were a PITA - and we still have to resolve a few issues with a few of the COTA map files.

So for all your old BFTB maps, scenarios and estabs just open and save in the editor to convert. It won't convert saved game files but when these are loaded in the Game a temp conversion will take place. However, I do not guarantee that a previous saved game file will work.
Dave "Arjuna" O'Connor
www.panthergames.com
User avatar
Arjuna
Posts: 17768
Joined: Mon Mar 31, 2003 11:18 am
Location: Canberra, Australia
Contact:

RE: BFTB Patch #4 - Public Beta

Post by Arjuna »

ORIGINAL: BigDuke66

@Arjuna
Impressive list, great work!
Just a question, as the formation code overhaul isn't complete, do we get this in a hotfix in the new year or will we have to wait for a big patch?
Don't know. It's a fair bit of work. So unless the feedback is overwhelming in the need for the other formation types to be overhauled, I will probably leave it to the next product release.
Dave "Arjuna" O'Connor
www.panthergames.com
User avatar
BigDuke66
Posts: 2035
Joined: Thu Feb 01, 2001 10:00 am
Location: Terra

RE: BFTB Patch #4 - Public Beta

Post by BigDuke66 »

That means Cota or Blitzkrieg?
User avatar
Arjuna
Posts: 17768
Joined: Mon Mar 31, 2003 11:18 am
Location: Canberra, Australia
Contact:

RE: BFTB Patch #4 - Public Beta

Post by Arjuna »

If we have time, then it means COTA. Otherwise whatever comes next.
Dave "Arjuna" O'Connor
www.panthergames.com
User avatar
Plodder
Posts: 969
Joined: Mon Jul 28, 2003 3:56 pm
Location: New Zealand

RE: BFTB Patch #4 - Public Beta

Post by Plodder »

ORIGINAL: Arjuna
The way we have worked things is that when you load an existing map, scenario or estab file it will check the version and if an old one run a series of conversions on them. However, this way of doing things only goes so far back. It should work perfectly for all BFTB files, except saved games. I used it also to convert COTA files but in some cases this required some manual adjustments, especially with Estabs - they were a PITA - and we still have to resolve a few issues with a few of the COTA map files.

So for all your old BFTB maps, scenarios and estabs just open and save in the editor to convert. It won't convert saved game files but when these are loaded in the Game a temp conversion will take place. However, I do not guarantee that a previous saved game file will work.

Thanks for the response.Does this mean that once we buy the COTA expansion we'll be able to update them ourselves from then on with new iterations of the engine?
Gen. Montgomery: "Your men don't salute much."
Gen. Freyberg: "Well, if you wave at them they'll usually wave back."
Post Reply

Return to “Command Ops Series”