Andrew: Solution for overland map movement limitations?

Please post here for questions and discussion about scenario design, art and sound modding and the game editor for WITP Admiral's Edition.

Moderators: wdolson, MOD_War-in-the-Pacific-Admirals-Edition

Alfred
Posts: 6683
Joined: Thu Sep 28, 2006 7:56 am

RE: Andrew: Solution for overland map movement limitations?

Post by Alfred »

ORIGINAL: oldman45

Playing a bit of devils advocate here, what about the commando style units that were designed to work in "hexes" with out roads. Won't this cause an adverse effect on them?

Shouldn't be a problem as those "commando" style units would be sized under the stacking threshold. If they were in the same hex as a moving oversized stack, then they wouldn't be a real commando unit. Think of the Chindits and the Australian commandoes on Timor, they operated well away from main force lines.

Alfred
Alfred
Posts: 6683
Joined: Thu Sep 28, 2006 7:56 am

RE: Andrew: Solution for overland map movement limitations?

Post by Alfred »

ORIGINAL: Shark7

I have to wonder, would there be a way to modify the game in such a way that all hexes that have no large roads or rails could have a default stacking limit?

The way I read Andrew Brown's thoughts, and certainly the way I would approach it, is that each type of terrain (mountain, jungle, desert etc) would be given it's own size limit universely. The same as currently all size 1 islands have a 6k stacking limit, all jungle hexes, for arguments sake, be made size 5 which would have a 10k stacking limit. This in turn would be checked to see if a road or railway existed in the hex - if yes then no stacking limit, if no then the universal stacking limit for that type of hex would apply.

Alfred
User avatar
Andrew Brown
Posts: 4082
Joined: Tue Sep 05, 2000 8:00 am
Location: Hex 82,170
Contact:

RE: Andrew: Solution for overland map movement limitations?

Post by Andrew Brown »

ORIGINAL: Alfred
The way I read Andrew Brown's thoughts, and certainly the way I would approach it, is that each type of terrain (mountain, jungle, desert etc) would be given it's own size limit universely. The same as currently all size 1 islands have a 6k stacking limit, all jungle hexes, for arguments sake, be made size 5 which would have a 10k stacking limit. This in turn would be checked to see if a road or railway existed in the hex - if yes then no stacking limit, if no then the universal stacking limit for that type of hex would apply.

Alfred

Yes that is pretty much what I am thinking. The change would require map data changes, thus leaving stock scenarios unchanged. It would also be useful if some additional "size" values were accounted for in the code equating to different stacking limit values.

Regarding roads/railways, their presence could be used to increase the stacking limit of a hex, or even make it infinite, which makes sense. The only thing this change does not account for is that units entering such a hex (say, jungle with a road) across a hexside that does not contain a road would not be penalised in any way compared to a unit entering the hex along a road. However trying to account for that as well may make the changes too complex to consider. Any such change would need to be kept simple.

Andrew
Information about my WitP map, and CHS, can be found on my WitP website

Image
User avatar
Andrew Brown
Posts: 4082
Joined: Tue Sep 05, 2000 8:00 am
Location: Hex 82,170
Contact:

RE: Andrew: Solution for overland map movement limitations?

Post by Andrew Brown »

ORIGINAL: Andy Mac

The only hardcoding is the dates and % of the monsoon check box

Thanks Andy.
Information about my WitP map, and CHS, can be found on my WitP website

Image
Alfred
Posts: 6683
Joined: Thu Sep 28, 2006 7:56 am

RE: Andrew: Solution for overland map movement limitations?

Post by Alfred »

ORIGINAL: Andrew Brown

ORIGINAL: Alfred
The way I read Andrew Brown's thoughts, and certainly the way I would approach it, is that each type of terrain (mountain, jungle, desert etc) would be given it's own size limit universely. The same as currently all size 1 islands have a 6k stacking limit, all jungle hexes, for arguments sake, be made size 5 which would have a 10k stacking limit. This in turn would be checked to see if a road or railway existed in the hex - if yes then no stacking limit, if no then the universal stacking limit for that type of hex would apply.

Alfred

Yes that is pretty much what I am thinking. The change would require map data changes, thus leaving stock scenarios unchanged. It would also be useful if some additional "size" values were accounted for in the code equating to different stacking limit values.

Regarding roads/railways, their presence could be used to increase the stacking limit of a hex, or even make it infinite, which makes sense. The only thing this change does not account for is that units entering such a hex (say, jungle with a road) across a hexside that does not contain a road would not be penalised in any way compared to a unit entering the hex along a road. However trying to account for that as well may make the changes too complex to consider. Any such change would need to be kept simple.

Andrew

Simplicity is good![:)]

Sure, having the distinction of whether an LCU enters via a hexside with or without a road/railway would be a nice touch, it isn't really that important.

The entire logistical aspect of the game is extremely abstracted as it is. Roads are divided only into major or minor. No allowance is made for how many lanes, how much tar weight they can support, the cost/transportation cost of fixing normal wear and tear, how big the local truck park is, the differences in average speeds between one road with another "similar" road et al.

To me, in the context of the game's abstracted logistical model, the much more important point is whether there is or isn't a road/railway in the hex which facilitates the movement of units and supplies. Hence I would go with simplicity; if road/railway present no stacking limit, if no road/railway present stacking limit associated with that type of terrain applies.

Alfred
User avatar
Roger Neilson II
Posts: 1419
Joined: Sun Jul 16, 2006 11:16 am
Location: Newcastle upon Tyne. England

RE: Andrew: Solution for overland map movement limitations?

Post by Roger Neilson II »

ORIGINAL: oldman45

Playing a bit of devils advocate here, what about the commando style units that were designed to work in "hexes" with out roads. Won't this cause an adverse effect on them?

If you disregard the Hollywood versions of these and go back to original sources you'll see they had a helluva job operating and when they came out of the operation were wrecked units. See my previous comment on this thread for the book to read.

Roger
Image
User avatar
LoBaron
Posts: 4775
Joined: Sun Jan 26, 2003 8:23 pm
Location: Vienna, Austria

RE: Andrew: Solution for overland map movement limitations?

Post by LoBaron »

ORIGINAL: Alfred

ORIGINAL: Andrew Brown

ORIGINAL: Alfred
The way I read Andrew Brown's thoughts, and certainly the way I would approach it, is that each type of terrain (mountain, jungle, desert etc) would be given it's own size limit universely. The same as currently all size 1 islands have a 6k stacking limit, all jungle hexes, for arguments sake, be made size 5 which would have a 10k stacking limit. This in turn would be checked to see if a road or railway existed in the hex - if yes then no stacking limit, if no then the universal stacking limit for that type of hex would apply.

Alfred

Yes that is pretty much what I am thinking. The change would require map data changes, thus leaving stock scenarios unchanged. It would also be useful if some additional "size" values were accounted for in the code equating to different stacking limit values.

Regarding roads/railways, their presence could be used to increase the stacking limit of a hex, or even make it infinite, which makes sense. The only thing this change does not account for is that units entering such a hex (say, jungle with a road) across a hexside that does not contain a road would not be penalised in any way compared to a unit entering the hex along a road. However trying to account for that as well may make the changes too complex to consider. Any such change would need to be kept simple.

Andrew

Simplicity is good![:)]

Sure, having the distinction of whether an LCU enters via a hexside with or without a road/railway would be a nice touch, it isn't really that important.

The entire logistical aspect of the game is extremely abstracted as it is. Roads are divided only into major or minor. No allowance is made for how many lanes, how much tar weight they can support, the cost/transportation cost of fixing normal wear and tear, how big the local truck park is, the differences in average speeds between one road with another "similar" road et al.

To me, in the context of the game's abstracted logistical model, the much more important point is whether there is or isn't a road/railway in the hex which facilitates the movement of units and supplies. Hence I would go with simplicity; if road/railway present no stacking limit, if no road/railway present stacking limit associated with that type of terrain applies.

Alfred

I always wondered if this is an attribute you could add to a hexside, like the one which designates the ownership.
At least it looks like the same location could be used to store such data.
Developing this further you could also designate in which direction a road/rail goes contrary to current road/rail yes/no.
Image
User avatar
witpqs
Posts: 26376
Joined: Mon Oct 04, 2004 7:48 pm
Location: Argleton

RE: Andrew: Solution for overland map movement limitations?

Post by witpqs »

I'm a little lost by the discussion of roads and hex sides. What I mean is, the pwhex already contains data on which hex sides have what kind of roads, and the code already uses that information for both unit movement and supply movement.
User avatar
Shark7
Posts: 7936
Joined: Tue Jul 24, 2007 4:11 pm
Location: The Big Nowhere

RE: Andrew: Solution for overland map movement limitations?

Post by Shark7 »

ORIGINAL: witpqs

I'm a little lost by the discussion of roads and hex sides. What I mean is, the pwhex already contains data on which hex sides have what kind of roads, and the code already uses that information for both unit movement and supply movement.

Yes it does, as well as telling the game which hex sides have roads and those that do not.

One interesting thing is that you could set up hexes to be 'impenetrable jungle' on all but 2 sides, thuse forcing a trail through the hex, even without a trail being there. Remember any hex-side that shows as red can not be crossed by any means. With some hex editing, you could make a trail through the Owen Stanley Mtns range simply by choosing the correct trail, and making it so that only a 'trail' of hexes can cross it.

This seems like a lot of work for what is essentially a minor area though. But that is just my opinion.
Distant Worlds Fan

'When in doubt...attack!'
User avatar
JWE
Posts: 5039
Joined: Tue Jul 19, 2005 5:02 pm

RE: Andrew: Solution for overland map movement limitations?

Post by JWE »

ORIGINAL: witpqs
I'm a little lost by the discussion of roads and hex sides. What I mean is, the pwhex already contains data on which hex sides have what kind of roads, and the code already uses that information for both unit movement and supply movement.
I don't normally participate in map discussions because I really don't know that much about it, and, trusting in Andrew, don't really care in large measure. But some of the suggestions in the thread have tweaked my interest.

Understand that the Owen Stanleys have written about, described, cussed, and discussed, ad infinitum. And there are an infinite set of data that can be used to compel any sort of movement restriction that anyone desires.

The only problem with all this is there are thousands of hexes that are susceptable to the same kind of strict specificity demands and imperatives (both positively and negatively). It opens a Pandora's Box of unintended consequences, as I have found in every other area of the game. Making a change to the whole on the basis of a change to a single, individual, part, no matter how historically "relevant", will distort the whole as the square of the changes to the part. Without "COMPLETE", "CONSISTENT" and "UNIFIED" approach that applies to "EVERY SINGLE HEX", "AT THE SAME TIME", "EVERYWHERE", all you are going to do trade one known can of worms for a rain of vipers and salamanders. What are ya gonna do to the connection between Subic and Olongapo? Swettenham, Batu Pahat? "Secret" Samarinda II? And don't even think about China/Burma!

Having said this, there is one approach I really like; again fraught with horror, but having a certain elegance.

I like the idea of not allowing movement through certain terrain types by certain Devices. Those Devices could be tagged in a way similar to light, medium, heavy, vehicle equipment in accord with the ship and plane load cost factors, i.e., squads and light mortars and tigers may move through the hex; anything bigger, and bears, oh my, can't. Huge coding bitch, allowing LCUs to strip off their heavys; talking fragments and all of that horror show. And should it be limited to no more than regiment size LCUs? And if so, why? Just 'cause Kokoda was a bitch, should the limitation apply to China/Burma interface? And what to do with all the fragments left on the back-side of a bad-boy hill? Disband them, and let Chinese units rebuild in Burma/India? But that would also allow Japanese regiments to rebuild in Moresby, so yet another can of worms.

What I'm saying is ... it ain't as easy as just applying it to a single, specific situation. One must think it through to the bitter end. Once that's done and it works, we got a winner. Otherwise, we got a wiener.

Just my 2,000 pesos. Ciao. John
User avatar
witpqs
Posts: 26376
Joined: Mon Oct 04, 2004 7:48 pm
Location: Argleton

RE: Andrew: Solution for overland map movement limitations?

Post by witpqs »

ORIGINAL: JWE
ORIGINAL: witpqs
I'm a little lost by the discussion of roads and hex sides. What I mean is, the pwhex already contains data on which hex sides have what kind of roads, and the code already uses that information for both unit movement and supply movement.
I don't normally participate in map discussions because I really don't know that much about it, and, trusting in Andrew, don't really care in large measure. But some of the suggestions in the thread have tweaked my interest.

Understand that the Owen Stanleys have written about, described, cussed, and discussed, ad infinitum. And there are an infinite set of data that can be used to compel any sort of movement restriction that anyone desires.

The only problem with all this is there are thousands of hexes that are susceptable to the same kind of strict specificity demands and imperatives (both positively and negatively). It opens a Pandora's Box of unintended consequences, as I have found in every other area of the game. Making a change to the whole on the basis of a change to a single, individual, part, no matter how historically "relevant", will distort the whole as the square of the changes to the part. Without "COMPLETE", "CONSISTENT" and "UNIFIED" approach that applies to "EVERY SINGLE HEX", "AT THE SAME TIME", "EVERYWHERE", all you are going to do trade one known can of worms for a rain of vipers and salamanders. What are ya gonna do to the connection between Subic and Olongapo? Swettenham, Batu Pahat? "Secret" Samarinda II? And don't even think about China/Burma!

Having said this, there is one approach I really like; again fraught with horror, but having a certain elegance.

I like the idea of not allowing movement through certain terrain types by certain Devices. Those Devices could be tagged in a way similar to light, medium, heavy, vehicle equipment in accord with the ship and plane load cost factors, i.e., squads and light mortars and tigers may move through the hex; anything bigger, and bears, oh my, can't. Huge coding bitch, allowing LCUs to strip off their heavys; talking fragments and all of that horror show. And should it be limited to no more than regiment size LCUs? And if so, why? Just 'cause Kokoda was a bitch, should the limitation apply to China/Burma interface? And what to do with all the fragments left on the back-side of a bad-boy hill? Disband them, and let Chinese units rebuild in Burma/India? But that would also allow Japanese regiments to rebuild in Moresby, so yet another can of worms.

What I'm saying is ... it ain't as easy as just applying it to a single, specific situation. One must think it through to the bitter end. Once that's done and it works, we got a winner. Otherwise, we got a wiener.

Just my 2,000 pesos. Ciao. John
Well put.
Alpha77
Posts: 2173
Joined: Fri Sep 24, 2010 7:38 am

RE: Andrew: Solution for overland map movement limitations?

Post by Alpha77 »

Well somehow (?) I am still ok with like it is (don´t break/change what actually may work not as bad as some of you think if you get my drift??) , yeaaahh it is a bit unrealistic (esp. with heavy weapons) but you should also consider how long it takes in game to slog through this area(s)... you can count this in weeks actually. So this will also mean your troops marching there are "out of the game" for quite a while. Means: There is already a disadvantage if you decide to march so much troops through these areas.....what if you need them suddenly at another place ? Also player no.2 can easily recon these masses and take some precautions....(imo) [;)]

Another point: In the case of the game GJ vs. Rader you need also consider that this is scen 2 which gives the Jap some (much?) more assets. So in this scen it is possible for Japan to mass this much troops.... maybe it is not in Scen 1 ? Also in case of Allies as far as I know they walked through this area in reality and took Buna finally [;)] The Japs tried it before to reach PM but got bogged down, but if the resistance of the Aussies wasn´t there I bet they would have reached PM also. Taking of the palce would be another matter of cause. The Allied stopped the Jap OUTSIDE PM in the junge.....in reality...if I am wrong please advise.


In 1 sentence: Don´t fix what is not (really) broken [:)]


However I would like a change that units in cities are better supplied as those NEAR the cities, like in China or Malaysia seems to case (bit OT but still).
User avatar
rader
Posts: 1241
Joined: Mon Sep 13, 2004 6:06 pm

RE: Andrew: Solution for overland map movement limitations?

Post by rader »

Just noticed this thread. Supply movement is a little broken, but it definitely cuts both ways. I was actually alerted to the fact that the Own Stanleys were no supply issue because in my other game, Jzanes marched a huge army from from PM to Buna as the allies. And even more broken is that the allies seem to have no trouble pulling supplies from india deep into Burma - this is the main reason IMO why Burma is practically impossible to defend as Japan and we see it fall in 1943 or so in almost every game. I would be the first to support increased supply movement difficulty, but it must be done at the army, not unit level. If you simply check/limit supply unit-by-unit, that actuallt encourages more units to pile along a poor supply line because each of them draw supplies individually. I.e., it would be much better if you could supply up to, say 5000 men equivalent *no matter how many units they were in*, rather than say each unit, no matter if there are 3 or 100, have some supply limit. Of course this is much harder to code.

On the subject, I actually hate automatic supply movement between bases. I wish we just had a click-click button we could press to move supply overland between bases (with some loss and imposed supply movement limits each turn that would build up over time to a maximum of say every 10 days). But I think that's another thing that's harder to code...
User avatar
rader
Posts: 1241
Joined: Mon Sep 13, 2004 6:06 pm

RE: Andrew: Solution for overland map movement limitations?

Post by rader »

Hmm... just a thought: bases in Burma/North Australia have supply draw caps... is it not possible to put supply draw caps on terrain-specific non-base hexes for drawing supply to units in a hex? I.e., can only draw up to 50 supply per turn to ALL units located IN or THROUGH a rough jungle/mountain hex? This would also force people to spread out their forces more and rsult in less of a 'Death Star' style combat system.
User avatar
witpqs
Posts: 26376
Joined: Mon Oct 04, 2004 7:48 pm
Location: Argleton

RE: Andrew: Solution for overland map movement limitations?

Post by witpqs »

ORIGINAL: rader

Just noticed this thread. Supply movement is a little broken, but it definitely cuts both ways. I was actually alerted to the fact that the Own Stanleys were no supply issue because in my other game, Jzanes marched a huge army from from PM to Buna as the allies. And even more broken is that the allies seem to have no trouble pulling supplies from india deep into Burma - this is the main reason IMO why Burma is practically impossible to defend as Japan and we see it fall in 1943 or so in almost every game. I would be the first to support increased supply movement difficulty, but it must be done at the army, not unit level. If you simply check/limit supply unit-by-unit, that actuallt encourages more units to pile along a poor supply line because each of them draw supplies individually. I.e., it would be much better if you could supply up to, say 5000 men equivalent *no matter how many units they were in*, rather than say each unit, no matter if there are 3 or 100, have some supply limit. Of course this is much harder to code.

On the subject, I actually hate automatic supply movement between bases. I wish we just had a click-click button we could press to move supply overland between bases (with some loss and imposed supply movement limits each turn that would build up over time to a maximum of say every 10 days). But I think that's another thing that's harder to code...

As an Allied player I certainly have not had the experience you cite here. In Andy Mac's AAR he gives a good accounting of how much supply he can draw and what kind of troops that can support, which I believe is after he maxed out the bases along the border.
Alfred
Posts: 6683
Joined: Thu Sep 28, 2006 7:56 am

RE: Andrew: Solution for overland map movement limitations?

Post by Alfred »

ORIGINAL: witpqs

ORIGINAL: rader

Just noticed this thread. Supply movement is a little broken, but it definitely cuts both ways. I was actually alerted to the fact that the Own Stanleys were no supply issue because in my other game, Jzanes marched a huge army from from PM to Buna as the allies. And even more broken is that the allies seem to have no trouble pulling supplies from india deep into Burma - this is the main reason IMO why Burma is practically impossible to defend as Japan and we see it fall in 1943 or so in almost every game. I would be the first to support increased supply movement difficulty, but it must be done at the army, not unit level. If you simply check/limit supply unit-by-unit, that actuallt encourages more units to pile along a poor supply line because each of them draw supplies individually. I.e., it would be much better if you could supply up to, say 5000 men equivalent *no matter how many units they were in*, rather than say each unit, no matter if there are 3 or 100, have some supply limit. Of course this is much harder to code.

On the subject, I actually hate automatic supply movement between bases. I wish we just had a click-click button we could press to move supply overland between bases (with some loss and imposed supply movement limits each turn that would build up over time to a maximum of say every 10 days). But I think that's another thing that's harder to code...

As an Allied player I certainly have not had the experience you cite here. In Andy Mac's AAR he gives a good accounting of how much supply he can draw and what kind of troops that can support, which I believe is after he maxed out the bases along the border.

witpqs,

What you say about Andy Mac's AAR is quite correct but I feel it isn't a good riposte to rader's point. Andy is quite conservative in his logistical arrangements. He very much pays attention to ensuring his units are able to be 100% supplied, those which can't be are sent back to where they can be.

Rader on the other hand is alluding to a situation where a player doesn't mind pushing on even though his units will not be 100% supplied. Those units will receive some supply and even if they were completely wihout supply, they still retain 25% of their AV. This also overlooks those situations where the march is of such a short distance that the intrinsic organic supply embedded in the units at the start of the march will suffice to get them to their destination in reasonable shape. There are situations where a big enough sized mass will trump under supply.

Alfred
User avatar
witpqs
Posts: 26376
Joined: Mon Oct 04, 2004 7:48 pm
Location: Argleton

RE: Andrew: Solution for overland map movement limitations?

Post by witpqs »

I think the two situations you cite are quite acceptable. If the march is short such that on-hand supply suffices that should not be unhinging anything. The other case - where units will be as low as 25% combat effective seems also to be no problem. It forces the Allied player to bring from twice (for 50% effective) to four times (for 25% effective) the forces.

Also relevant is my own experience. I found overland supply only trickling into my most forward base, yet my opponent (without any factual basis) complained as though supply must be flowing there with fire hose ferocity. Bizarrely, the complaint was forthcoming even though no land combat had taken place in Burma since the Allies' return there. I'm wondering if Rader's perception is being influenced by reports of that nature. I noted he wrote "seem" and guess that he might be going by the reports of others.
User avatar
inqistor
Posts: 1813
Joined: Wed May 12, 2010 1:19 pm

RE: Andrew: Solution for overland map movement limitations?

Post by inqistor »

ORIGINAL: LoBaron
Create a dot base with size -3,-3, built up to size 0 (or if possible a base which cannot be
built up which would yield the same result). This way no airbase or port can be created but
you can assign attributes usually limited to bases.
That is very interesting suggestion, however I am not sure base limitations apply for side not-controlling the base (although it is possible base will auto-convert, if there is no friendly unit in it). Obviously there is no reason to conquer it, if it will only limit your operations [:D]
But still, it will probably block your supply path.

As a side note, if Kokoda Track is THE ONLY path between Buna, and Port Moresby, there should exist NO other supply path, between eastern coast, and PM. That would require special terrain type, with supply cost of 99, to not let any supply to travel through this hex. Example of such solution you can see in picture below.
ORIGINAL: Andrew Brown
Another possibility is to apply the island hex stacking limits to hexes with difficult terrain, to limit the size of the force that can be placed in a single hex, even in non-island hexes. Such limits might have to take into consideration the presence of roads/railways, however.
Excellent idea! If the extra supply is taken also from unit pool, that should solve most problems.
ORIGINAL: Blackhorse
Fx, consider an atoll-like limit for stacks in jungle, jungle rough or mountain hexes:

1. A maximum of 6,000 men in Jungle, Jungle Rough, or Mountain hexes
2. All devices above this limit are disabled
3. All non-infantry / non-engineer devices with a load cost >9 are disabled (mortars and pack howitzers can make the trek, but not vehicles and heavier artillery)
And how will they be "enabled/repaired" later? Automatically, or by normal means?
Actually, that got me thinking...
Should not every large Device be "disabled" when loaded on ship in Transport TF? After all, they will be disassembled for ease of transportation.
ORIGINAL: Alfred

ORIGINAL: oldman45

Playing a bit of devils advocate here, what about the commando style units that were designed to work in "hexes" with out roads. Won't this cause an adverse effect on them?

Shouldn't be a problem as those "commando" style units would be sized under the stacking threshold. If they were in the same hex as a moving oversized stack, then they wouldn't be a real commando unit. Think of the Chindits and the Australian commandoes on Timor, they operated well away from main force lines.
Maybe we need third LCU type (there is now only Infantry, and Motorized type)? Namely "Light Unit", which would have not get supply/move penalties in difficult terrain? And, in the same time, increasing those penalties for other LCUs?
ORIGINAL: Shark7
One interesting thing is that you could set up hexes to be 'impenetrable jungle' on all but 2 sides, thuse forcing a trail through the hex, even without a trail being there. Remember any hex-side that shows as red can not be crossed by any means. With some hex editing, you could make a trail through the Owen Stanley Mtns range simply by choosing the correct trail, and making it so that only a 'trail' of hexes can cross it.
Another solution will be to put impenetrable borders in such a way to create longer paths. Not quite historical, but take a look at my example. That way there is always at least 2 hexes between Buna, and PM.

Image
Attachments
01Jul.2611.56.jpg
01Jul.2611.56.jpg (78.57 KiB) Viewed 610 times
Alfred
Posts: 6683
Joined: Thu Sep 28, 2006 7:56 am

RE: Andrew: Solution for overland map movement limitations?

Post by Alfred »

The Kokoda Track was the best route over the Owen Stanleys. It was not the only track across them.

I very much suspect the answer from the devs to your suggestion of a new LCU type is the same as the famous American answer to the German demand at Bastogne to surrender. Besides there already are more than two types of LCU plus the issue is not really about LCUs but the different types of devices within them.

Alfred
el cid again
Posts: 16983
Joined: Mon Oct 10, 2005 4:40 pm

RE: Andrew: Solution for overland map movement limitations?

Post by el cid again »

It is my impression that it is far to difficult to move overland - in particular at PM - at least unless you are using a revised pwhexe file.
As I reported about two months ago, there are NO trails at all in New Guinea - or in the NW Frontier of India/Burma area - so units will not tend
to use the existing trails - and supplies cannot use them. I also found no trails on other places - although sometimes there are what looks like efforts
to "program" the game by defining dissimilar trails, roads, nothing, etc - on a hex side basis - something I approve of entirely. Probably a lack of time prevented this being done for the entire map area.

The larger problem LoBaron is trying to address here is fairly easy to fix. Adopt something like the basic "house rule" of RHS: "It is it impossible, or if it is utterly impractial, or if you do not believe historical commanders would try it - don't do it." I have indeed seen a quarter of a million men reducing PM - all the way back to Uncommon Valor - but the reason for that is players not being reasonable about the forces committed.

Clearly a regiment could cross on the Kokota Trail - the 144th Regimental Combat Team (aka the South Seas Regiment) did just that - and then attacked - and won the battle for the position it attacked - never mind the (Aussie) Allies held the high ground and had not been depleted by crossing the Owen Stanley Range. The 144th was heartbroken when ORDERED to withdraw - having paid such a high price. It was not logistically broken or combat broken into giving up the campaign. It was events on Guadalcanal that caused the order to be given.

That does not mean corps or army size forces can use the tracks. In some game systems, if you put too much traffic on a trail or secondary road - it disappears! All you need not to have this problem is an agreement with players not to attempt such things.

Burma/India is a more interesting question. The Allies in Burma indeed evacuated the place using the trails. They also used them effectively in some of the campaigns. Then too, they build roads - something not easy for us to do here - so much of the later campaign used, for example, the Ledo Road as a logistical support element. Wether the Japanese offensive was realistic is very much in doublt? It is often written the planners simply did not understand the conditions - and certainly they did not understand the scale of the forces opposing them - or their preparations. Yet in fact they did cross using the trails - in corps strength - and the units did also cross back again - they were not actually wiped out in most cases. I do not think the game is going to be kind to an army crossing there vs an enemy army well dug in with lots of support - so I am not sure there is a problem with the defenders being overwhelmed by too many troops at all? Attacking an enemy frontally when he has the high ground, when you have lousy to non-existant lines of communications, and poor intelligence is pretty unlikely to work out well. Not sure any modifications are needed - other than that the two principle trails should be in the pwhexe file - so units will prefer these routes over just crossing anywhere.

The logistic penalty for using non-trail hexes is very severe. The vast majority of supplies are lost moving just a single hex - and you cannot move - if I remember correctly - more than four hexes period. You might use units to extend the LOC - units can hand supply to each other I think - but the greater the distance - the worse the cost. When you add slow movement, fatigue due to malaria as well as the effort of moving and fighting, it gets pretty bad pretty fast. So the system is actually pretty good. You are wiser to sail around the jungle than to march through it - unless the other end is close and not well defended.
Post Reply

Return to “Scenario Design and Modding”