Build 4.4.257 Feedback

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: Panther Paul, Arjuna

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

RE: UNIT completely stuck

Post by wodin »

I usually give orders on the slowest speed setting..the only time I pause is when I get air support to choose my victim. That should help for now.
User avatar
Arjuna
Posts: 17768
Joined: Mon Mar 31, 2003 11:18 am
Location: Canberra, Australia
Contact:

RE: UNIT completely stuck

Post by Arjuna »

Re the ammo resupply feedback. I have just gone through the battle of the roadblocks scenario and was quite pleased with the way the forward German and American units were getting resupplied. One thing I did notice though, and this may be causing some confusion, is that the Unit Info Box when displaying Ammo state will go a very dark shade of gey when any of its primary ammo types runs low. By way of example i hadstg coy with an almost black ammo state because it had run out of HE for its 75mmm guns. However, it continued the assault firing of some of its AP rounds which it had in abundance and its 7.92mm MG rounds. So it pays to check the details by looking at a units E&S tab and see what specific ammo it has left. Now that stg unit requested resupply at 1143, was told it was on its way at 1201 and it arrived 1402. I think that is pretty reasonable.

So I am going to leave this as is for now.
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: UNIT completely stuck

Post by Arjuna »

Famous last words! [:)] I played on adn then saw an instance of what was reported above where the lead German Tank coy who had been previously resupplied gets resupplied again but this time receives no new ammo. I have stepped throught the code and worked out why. It's because there is a cap on emergency resupplies and once a unit exceeds this cap it cannot receive more of that supply type till the regular resupply event. The emergency cap is designed to prevent a few units draining off all the stocks - especially arty.

Obviously this is a tad severe especially if the unit is in the middle of an assault. So what I have done in such cases is give non-arty units 50% of what they request if they are assaulting or 25% if they are performing some other task. At least that way it will get some. I will keep it the way it is for arty units.
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: UNIT completely stuck

Post by Arjuna »

Fixed that it works much better. But I discovered another problem. I'll use an example from the tutorial. C Coy 318 Inf Bn normally has some 9mm SMGs assigned. But it's lost all of them. The function that checks to see if the unit needs resupply uses the unit small arms weapon level to determine whether or not there is still a requirement for the 9mm ammo. Because it still has some other small arms the level is low but deemed to be a requirement. It then says have I got any and it doesn't so it requests resupply. When the resupply arrives it provides ammo to all those current weapons, which does not include the SMGs. And so the cycle repeats.

I will need to write some code that gets all weapons that use a particular ammo type and then dop so on the estab and derive the weapon level based on that rather than the more generic small arms level. That should fix this anomoly.
Dave "Arjuna" O'Connor
www.panthergames.com
User avatar
RockinHarry
Posts: 2344
Joined: Thu Jan 18, 2001 10:00 am
Location: Germany
Contact:

RE: UNIT completely stuck

Post by RockinHarry »

ORIGINAL: Arjuna

Famous last words! [:)] I played on adn then saw an instance of what was reported above where the lead German Tank coy who had been previously resupplied gets resupplied again but this time receives no new ammo. I have stepped throught the code and worked out why. It's because there is a cap on emergency resupplies and once a unit exceeds this cap it cannot receive more of that supply type till the regular resupply event. The emergency cap is designed to prevent a few units draining off all the stocks - especially arty.

Obviously this is a tad severe especially if the unit is in the middle of an assault. So what I have done in such cases is give non-arty units 50% of what they request if they are assaulting or 25% if they are performing some other task. At least that way it will get some. I will keep it the way it is for arty units.

Not so sure about that. I noticed this repeatedly before, but didn´t dare to report it yet. Now that you explained it beeing a cap. This cap leaves the few german Arty pieces in Return to Saint Vith (Piper force yet excluded) partly without ammo for half a day, although the Supply base is near, full with stocks and otherwise capable to deliver the badly needed HE ammo. The given "13th (IG) Coy 27 Fusilier Regiment" is just an example. It also counts for the few other Arty units, which are mortars. I constantly noticed that "Resupply arrived" message, although just a handfull "Basics" arrived each time and not a single HE round. Think the rules need slight a bit of refinement, as I also figured that setting "Supply Allocation Priority" to Max for the mentioned units, didn´t apparently had any effects, as well as putting the Arty units and connected Depot close together at good roads, far away from enemy disturbance didn´t help either in that case.

Image[/img]
RockinHarry in the web:

https://www.facebook.com/harry.zann
User avatar
RockinHarry
Posts: 2344
Joined: Thu Jan 18, 2001 10:00 am
Location: Germany
Contact:

RE: UNIT completely stuck

Post by RockinHarry »

That´s the big picture btw. I had 3-4 inf coy engaged over hours, of which 2 were effectively cut off (with 100% supply column losses frequently). So there wasn´t really any need to restrict the badly needed HE ammo deliveries for the few german Arty units.

Image[/img]
RockinHarry in the web:

https://www.facebook.com/harry.zann
User avatar
Arjuna
Posts: 17768
Joined: Mon Mar 31, 2003 11:18 am
Location: Canberra, Australia
Contact:

RE: UNIT completely stuck

Post by Arjuna »

RH,

OK I see your point re arty and the emergency cap. But we have to be extremely careful lest arty take all opf the ammo supplies and leave nothing for everyone else. Remember that ammo is handle by specific rounds at the unit level but as generic quantity at the Base level. I'll ponder this some more. One option is to increase the cap for arty based on the supply priority of the task. I'll have another look.
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: UNIT completely stuck

Post by Arjuna »

Just ran through the tutorial recording I was using for testing the resupply. I have fixed the cases of where endless resups were being sent when the unit didn't have any weapons of a particular type. It now seems to work fine with a lot fewer resupply runs and hence less losses from these as well. I'm happy. [:)]
Dave "Arjuna" O'Connor
www.panthergames.com
Alchenar
Posts: 359
Joined: Mon Aug 02, 2010 11:17 am

RE: UNIT completely stuck

Post by Alchenar »

I'm not sure I like caps on ammo usage (except for arty to get around the whole 'generic supply turning into shells' problem).

To my mind surely that's the point of the Ammo priority settings? Lets have a cap on medium priority, and an even lower one on low priority, but if I send a unit to assault on high ammo priority then the game should interpret that as 'this is the point of maximum effort, give these guys ammo as fast as they can fire it off'.

If I have too many units on high priority then they'll suck up all of the supply and leave none left for anyone else, but I should be allowed to make that mistake (and suffer for it).
Phoenix100
Posts: 2974
Joined: Tue Sep 28, 2010 12:26 pm

RE: UNIT completely stuck

Post by Phoenix100 »

Sounds good to me. It would be nice, certainly, that when you have supply at base and you give front line units priority, they actually get it. My main problem, however (not a glitch) is that I find it very hard to resupply troops in a very close combat situation. If they are fighting very close (and this seems right) supply just doesn't seem to get through, even if the base is only a few hundred metres back (that is, I get messages saying the supply has been a 100% fail). Sounds right. You have to actually pull them out to resupply them (and they prove very difficult to pull out, I've found, in the middle of a fight) - it would be nice if when I actually do break things up like that and manage to get them out so they can get resupply if the mechanics allowed (via the priority buttom) that they did actually then get that resupply, and that that wasn't prevented by the engine then determining that, as I'd pulled them back a bit, they were, in fact, no longer at that priority. If you see what I mean.)
Bazza042
Posts: 100
Joined: Wed Jan 11, 2012 9:16 am

RE: Build 4.4.257 Feedback

Post by Bazza042 »

I rarely post to these forums, as whilst I find them a useful source of information I also find that certain posters
seem to hypothosize quite frequently without really having any more 'inside' information or, indeed, knowledge than anyone else.

However whilst my views on this may well be debatable, I would hope that no-one would disagree with the statement that Dave provides
a degree of support virtually unmatched in the industry. He responds to queries in a timely, good humoured, fashion and whilst he,
rightly, puts his foot down from time to time on the subject of what he is prepared to change, he is always prepared to listen to peoples' views.

This compares extremely well with the number of games, which are 'abandoned' shortly after release or where the 'developer/designer' defends to death
some 'bug' in the program which is then miraculously 'morphed' into a 'feature' - V4V anyone?

So I do get somewhat annoyed when Dave is taken to task, unfairly in my view, for being 'hostile' in the odd response.

We are a demanding bunch but I believe that we are well served by Panther: indeed I guess I must think that as I have puchased all their sims since
Fire-Brigade!

I hope it is uncessary to add that I have no connection, other than as a customer, with either Matrix or Panther Games.

Hands off Dave -

Free the Australian one!
User avatar
wodin
Posts: 10709
Joined: Sun Apr 20, 2003 3:13 am
Location: England
Contact:

RE: Build 4.4.257 Feedback

Post by wodin »

Bazza I apologise and apologised to Dave. However if people didn't broach anything then alot of things wouldn't get fixed or get noticed by Dave. I know one poster who worries about posting anything they've come across, which to me doesn't make sense..as he really knows his stuff and if he doesn't mention the things he see's then they would go unnoticed and everyone loses out.

Yes alot of what people see turns out to be WAD and Dave explains why and then we are all the wiser...however there are also legitimate issues that dave needs to know about. I do sometimes worry that people are scrutinising the game so much that things will be picked up that many wouldn't even notice and just maybe those things could be left otherwise the game will be being patched indefinitely as no game ever is bug free. Saying that I think the game is better off and will be better off in the long run with all this testing and Dave acting on it when needed and sorting it out.

I will say this if RockinHarry or Bletchley Geek or Mr P find something usually it needs looking at at least. Also Bazza remember this is feedback on a beta patch so people will be bringing up things they feel maybe issues.

Edit: One last thing..remember we all post here and are putting forth perceived issues because we all love the game\sim and all of us want it to be the best it can be. I'm sure every single one of us has the greatest respect for Dave and Panther Games and I think we all know this is the best "wargame" out there by a long mile. I mention CO constantly to those asking about a good wargame and I also mention it often on my tactical wargame page.

SO Thanks Dave and Panther..we all love you;)
User avatar
Arjuna
Posts: 17768
Joined: Mon Mar 31, 2003 11:18 am
Location: Canberra, Australia
Contact:

RE: Build 4.4.257 Feedback

Post by Arjuna »

Re the Arty ammo. I have made some more mods such that arty will at least get some emergency supplies no matter ehat when they request it subject to availability at the base. The supply priority is already factored intot he amount of emergency supplies that can be garnered and this applies to all types of supply ( ammor, basic and fuel ) and regardless of unit type or task. However, to adjust things for arty only I have applied a further mod based on the current desiredAmmo level. This is directly influenced by the supply priority setting. So if the desired level >= 2.0 the emAmmoQty is halved. If the level >= 1.0 it is quartered. If it's >= 0.75 it is divided by 8 and if less than that it gets 10%.

Now don't be dismayed too much by the 50% mod for when the desired level is > 2.0. becasue you have to allow for the fact that this resupply process could be repeated many times during the day.
Dave "Arjuna" O'Connor
www.panthergames.com
jimcarravall
Posts: 642
Joined: Wed Jan 04, 2006 1:11 am

RE: UNIT completely stuck

Post by jimcarravall »

ORIGINAL: Alchenar

I'm not sure I like caps on ammo usage (except for arty to get around the whole 'generic supply turning into shells' problem).

To my mind surely that's the point of the Ammo priority settings? Lets have a cap on medium priority, and an even lower one on low priority, but if I send a unit to assault on high ammo priority then the game should interpret that as 'this is the point of maximum effort, give these guys ammo as fast as they can fire it off'.

If I have too many units on high priority then they'll suck up all of the supply and leave none left for anyone else, but I should be allowed to make that mistake (and suffer for it).

Not all that far fetched.

It's basically the supply strategy used by the Allies to support Market-Garden.

The remaining allied forces were stopped to free supplies for Montgomery to burned up in his effort.
Take care,

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

RE: UNIT completely stuck

Post by wodin »

Is there any chance that when a unit becomes slow on a certain type of ammo they automatically lower their ROF (Unless obviously they are in a massive firefight). Or we get a radio message telling us a unit is say at 25% ammo or something so we can go see if we need to turn the ROF down?
Phoenix100
Posts: 2974
Joined: Tue Sep 28, 2010 12:26 pm

RE: UNIT completely stuck

Post by Phoenix100 »

Sounds good, Dave. Cheers. Seems like it will be a significant build! In fact, it's incredible the speed of 'development' you've managed since patch 4. Fantastic. So many thing working better. For me, tops is the close combat situation - that is SO different now. It really doesn't happen - in my playing so far - that massive forces get held up by tiny units for ages and ages (they can still get held up, but not like before), which makes things a lot better, given the time constraints in most scenarios. I wonder if Conrad or Daz have noticed it any easier in Elsenborn, for example, where - the last time I played - the whole advance was prone to be stalled, I recall, by a tiny unit or group of units dug in at Bucholz Station.
User avatar
wodin
Posts: 10709
Joined: Sun Apr 20, 2003 3:13 am
Location: England
Contact:

RE: UNIT completely stuck

Post by wodin »

Yep when this patch goes final it will be a really big one that will impact the game in alot of positive ways more so than most game companies patches that just fix bugs and thats more or less it. The only other developers who go to town on their patches are Graviteam and Battlefront.
User avatar
RockinHarry
Posts: 2344
Joined: Thu Jan 18, 2001 10:00 am
Location: Germany
Contact:

RE: UNIT completely stuck

Post by RockinHarry »

ORIGINAL: Arjuna

RH,

OK I see your point re arty and the emergency cap. But we have to be extremely careful lest arty take all opf the ammo supplies and leave nothing for everyone else. Remember that ammo is handle by specific rounds at the unit level but as generic quantity at the Base level. I'll ponder this some more. One option is to increase the cap for arty based on the supply priority of the task. I'll have another look.

Yep, was just an example, that I had to deal with repeatedly in St vith and also for this particular Arty unit. Tried to figure out, whether handling all the Arty detached and from Div. level, caused the odd resupply behavior, but now you cleared it. [:)]

Just when the US armored cluster reached Breitfeld, I had hoped to hold it, at least temporarily, near the bottleneck just south, with 48th Rgt, but that was the time when no Arty ammo resupply started. [X(] Well, the outcome can be seen, marked by the grey crosses. [:D]

However, I like to mention that the AI now gives way more of a challenge, than with previous builds. [8D] The path to St.Vith lay wide open, so the US could even have pushed there easily till end of day 2, but decided to stay at Breitenfeld, probably due to me still holding parts of Lommesweiler and blocking the crossroad triangle just north, for supplying purposes.

My plans for Piper force will be sending a minor relieve detachement to Lommesweiler from the SW, closing the bottleneck south of St Vith with another force and trying a major counterthrust toward Breitfeld from the woods to the NE. We´ll see how that works out...A human US player could possibly easily prevent that.
RockinHarry in the web:

https://www.facebook.com/harry.zann
User avatar
RockinHarry
Posts: 2344
Joined: Thu Jan 18, 2001 10:00 am
Location: Germany
Contact:

RE: UNIT completely stuck

Post by RockinHarry »

ORIGINAL: Alchenar

I'm not sure I like caps on ammo usage (except for arty to get around the whole 'generic supply turning into shells' problem).

To my mind surely that's the point of the Ammo priority settings? Lets have a cap on medium priority, and an even lower one on low priority, but if I send a unit to assault on high ammo priority then the game should interpret that as 'this is the point of maximum effort, give these guys ammo as fast as they can fire it off'.

If I have too many units on high priority then they'll suck up all of the supply and leave none left for anyone else, but I should be allowed to make that mistake (and suffer for it).

That´s what I thought too it works. Maybe there´s restrictions (beside the mentioned one), that the AI is not that well capable to decide for a "main effort", making same settings like a human does, but I can´t make any conclusions.
RockinHarry in the web:

https://www.facebook.com/harry.zann
User avatar
RockinHarry
Posts: 2344
Joined: Thu Jan 18, 2001 10:00 am
Location: Germany
Contact:

RE: Build 4.4.257 Feedback

Post by RockinHarry »

ORIGINAL: Arjuna

Re the Arty ammo. I have made some more mods such that arty will at least get some emergency supplies no matter ehat when they request it subject to availability at the base. The supply priority is already factored intot he amount of emergency supplies that can be garnered and this applies to all types of supply ( ammor, basic and fuel ) and regardless of unit type or task. However, to adjust things for arty only I have applied a further mod based on the current desiredAmmo level. This is directly influenced by the supply priority setting. So if the desired level >= 2.0 the emAmmoQty is halved. If the level >= 1.0 it is quartered. If it's >= 0.75 it is divided by 8 and if less than that it gets 10%.

Now don't be dismayed too much by the 50% mod for when the desired level is > 2.0. becasue you have to allow for the fact that this resupply process could be repeated many times during the day.

Thanks, good to know! Looking forward to see that working in next build. [8D]
RockinHarry in the web:

https://www.facebook.com/harry.zann
Post Reply

Return to “Command Ops Series”