RE: How to limit attacks all over the front - attack supply, the golden bullet (Full Version)

All Forums >> [New Releases from Matrix Games] >> Gary Grigsby's War in the East Series



Message


neuromancer -> RE: How to limit attacks all over the front - attack supply, the golden bullet (7/25/2011 10:50:04 PM)

+1 on OP!!!!

Supply was a huge factor for Germany and the Soviet Union.  Both sides offensive ability was limited as much by available supply as any other factor (on many occasions offensives stalled out because they ran out of supplies - such as ammunition - to keep the offensive going).

Also, the rail lines in the Soviet Union sucked (not enough of them for the massive size of the territory), this resulted in serious supply bottle necks for both sides, although the Germans would feel it the worst as they were only able to repair damaged lines at a relatively modest rate.  They couldn't move enough supplies fast enough to adequately supply the entire front.  Not to mention that it would be very rare to have enough supply to run an offensive along the entire front (the Germans did in June because they had planned for it, but only for about 1 month, they never had adequate supply after that point - the Russians  could probably manage it once a year starting in the summer of '42).

It is also worth noting that the supply situation was one of the biggest limiters to Soviet counter-attacks in June and early July.  The Luftwaffe had destroyed a lot of supply dumps, and damaged many rail lines, thus destroying what supplies the forward fronts had, and severely limiting their ability to get new supplies.



I seem to have this feeling I've said all this before...




neuromancer -> RE: How to limit attacks all over the front - attack supply, the golden bullet (7/25/2011 10:53:22 PM)

As a note, and a credit to the Developers, what we are asking for here is a fairly dramatic overhaul of the Supply system - although one that I feel is necessary for this game (IMnsHO).  This would not be an easy implimentation for the devs, would be a bear to debug, and tough to balance.  But it can be done, and I think should be done.




herwin -> RE: How to limit attacks all over the front - attack supply, the golden bullet (7/25/2011 11:06:04 PM)


quote:

ORIGINAL: Mehring


How would it work if the generation of existing fuel, supplies and ammo were cut back to realistic levels and the player given a way to allocate his resources (in the manner of the TOE %) as he sees fit? 100% then becomes sufficient to defend without penalty, over that gives an attack advantage?


Look at the supply model in OCS. It has been tuned to work.




RocketMan -> RE: How to limit attacks all over the front - attack supply, the golden bullet (7/26/2011 12:25:37 AM)

With the number of factors available to tweak in the game, it should be possible to achieve almost any combat outcome desired. Supply, experience, fatigue, disruption, moral, etc. should be able to be modified to give the desired outcome. For instance, instead of having the 1v1 to 2v1 rule, have the German units suffer moral, fatigue and disruption each winter turn and then make retreat chances dependent on those parameters. To control attack tempo, have each attacking unit suffer some penalty that will rapidly deplete it of its combat power unless it receives copious amounts of supplies, and then limit the amount of supplies available.

The underlying game is just a bunch of mathematical equations at their lowest levels. But without knowing what those equations are, it is hard to say exactly how they need to be modified to give the desired outcomes.




neuromancer -> RE: How to limit attacks all over the front - attack supply, the golden bullet (7/26/2011 12:52:07 AM)

True enough.




larryfulkerson -> RE: How to limit attacks all over the front - attack supply, the golden bullet (7/26/2011 1:00:56 AM)

quote:

ORIGINAL: kvolk

I think to some extent the fuel does this especially with the panzer units by limiting their mobility. Some refiniment of this as it relates to the other two supply items and looking at tighter useage models. Then add in the ability that others are talking about to direct that flow where you want. It would be a whole new sub game to play.

Yeah but directing the flow of supply where you ( the player ) wants it to go is the hard part. The developers might want to have a say in this,.....they know what's possible in the code and what's not possible given the functional framework of the existing game code. Some of these ideas might be easily coded and some of it might just not be possible unless major changes are made. The most dangerous thing you can do to a computer program is change it.




RocketMan -> RE: How to limit attacks all over the front - attack supply, the golden bullet (7/26/2011 1:43:41 AM)

quote:

ORIGINAL: kvolk
Yeah but directing the flow of supply where you ( the player ) wants it to go is the hard part.


There are numerous ways to implement this idea. You could just give the players a certain number of HQ units/turn that could be designated as having attack supply or you could actually make the HQs accumulate and use supply for attacks, with full attack values requiring 2 or three times normal supply. You could even implement a simpler solution first to see how it works and then add complexity later.




Thomas_B -> RE: How to limit attacks all over the front - attack supply, the golden bullet (7/26/2011 1:51:11 AM)

In response, and reflecting rather unfavourably on the designers/developers, there are 20 year old boardgames out there (MMP's OCS game series has been mentioned before), that manage to portray the real-world shortage of relevant supplies to sustain (large scale) offensive operations rather well.

Why and how this factor escaped the necessary attention during the design and development phase is not really clear to me.

Cheers

Thomas




herwin -> RE: How to limit attacks all over the front - attack supply, the golden bullet (7/26/2011 2:12:19 AM)


quote:

ORIGINAL: Thomas_B

In response, and reflecting rather unfavourably on the designers/developers, there are 20 year old boardgames out there (MMP's OCS game series has been mentioned before), that manage to portray the real-world shortage of relevant supplies to sustain (large scale) offensive operations rather well.

Why and how this factor escaped the necessary attention during the design and development phase is not really clear to me.

Cheers

Thomas


It complicates a game a whole lot.




Thomas_B -> RE: How to limit attacks all over the front - attack supply, the golden bullet (7/26/2011 2:15:41 AM)

It can complicate a boardgame, where the player has to be the quartermaster who deploys the logistics network and moves supply tokens around.

Within the context of a computer game it should be comparatively easy to implement though.

Cheers

Thomas




Mynok -> RE: How to limit attacks all over the front - attack supply, the golden bullet (7/26/2011 3:05:23 AM)

Lots of good ideas bandied about here. My take on the easiest ones to implement:

1) Increase the supply costs of deliberate and hasty attacks. The former requiring more of course. Germans would get a bonus on the first turn here.

2) Reduce the capacity of HQs to build up supply. Soviet HQs have less early but grow in time. Germans start high but lose capacity over time. This must be carefully tested to get the balance right. But that's what we're here for, right? [:D]

3) Reduce fort construction rate (yeah, that's another thread, I know) and impose a supply cost on forts > 2. Again, this would need lots of testing, especially in the later years, to ensure the Germans ability to defend is not totally hosed.




kvolk -> RE: How to limit attacks all over the front - attack supply, the golden bullet (7/26/2011 4:20:58 AM)


quote:

ORIGINAL: larryfulkerson

quote:

ORIGINAL: kvolk

I think to some extent the fuel does this especially with the panzer units by limiting their mobility. Some refiniment of this as it relates to the other two supply items and looking at tighter useage models. Then add in the ability that others are talking about to direct that flow where you want. It would be a whole new sub game to play.

Yeah but directing the flow of supply where you ( the player ) wants it to go is the hard part. The developers might want to have a say in this,.....they know what's possible in the code and what's not possible given the functional framework of the existing game code. Some of these ideas might be easily coded and some of it might just not be possible unless major changes are made. The most dangerous thing you can do to a computer program is change it.


Agreed Larry but I think it is something over time that could be developed...Kinda of how the players can manage the TOE % right now could work with the army command units and stavka/OKH being the avenues for it.




saintsup -> RE: How to limit attacks all over the front - attack supply, the golden bullet (7/26/2011 8:51:49 AM)

I think that making the 'static' mode beeing used more by players (more harsh conditions for motor pool and/or more incentive for static mode and/or a little less AP to switch) could help simulate the restricted offensive capabilities.

It looks like it's the intent of the game designers if you look at the starting situations in 43 and 44 scenarios where as in the GC you never have to put large portion of your front on static.





larryfulkerson -> RE: How to limit attacks all over the front - attack supply, the golden bullet (7/26/2011 8:13:40 PM)

I'd really really like to see one of the more experienced players posting something dealing with "how to use static mode to your advantage".  I'm familiar with static mode and know how to create it for units etc.  I'm just more interested in how in the world it could really really be used in the game in a way that doesn't penalise the person using it.  So far all I know is that it involves the gain or loss of AP's and trucks.




Jakerson -> RE: How to limit attacks all over the front - attack supply, the golden bullet (7/26/2011 10:05:44 PM)

quote:

ORIGINAL: larryfulkerson
I'd really really like to see one of the more experienced players posting something dealing with "how to use static mode to your advantage".  I'm familiar with static mode and know how to create it for units etc.  I'm just more interested in how in the world it could really really be used in the game in a way that doesn't penalise the person using it.  So far all I know is that it involves the gain or loss of AP's and trucks.


As far as I know Soviet side cannot go offensive forever they run out of vehicles and morale to keep attacking. I cannot say about German side I have only played couple games with Germans but I think it’s the same. Moving lots of units consume a lot more vehicles from pool in the long run than just staying in one place up to the point that you can’t keep all your units in supply.

Especially moving and using large number of motorized, mechanized and armored units eat away motor pool faster than you can say cheese.

Static mode is just strategic choice to rip off some units from their vehicles to be able to sustain offensive longer in other places. It is just one option for a choice.




neuromancer -> RE: How to limit attacks all over the front - attack supply, the golden bullet (7/27/2011 12:06:08 AM)

quote:

ORIGINAL: herwin
It complicates a game a whole lot.


While true, that isn't much of a defence here.

First because the computer can handle a lot of the complexity on its own without burdening the player that much other than a moderately high level direction of resources (I want 9th army to attack, they need supplies this turn, as well as 2nd Panzer and 4th army).

And second, the nature of the material and the way they've already implemented things makes supply extremely important. But they only did a half baked solution that is in the end rather unsatisfying.

Many games covering this period gloss over supply completely (be in supply, attack as you will), but that isn't what was done here. Instead they went with that concept... and then added in all sorts of little complications; supply is important (but how much you get is never complete clear), ammunition magically comes from generic supply, fuel is separate from supply but comes with the same shipment (unless its air supply), differing supply distance in winter and mud, air supply, HQ supply build up, encirclement being independent of supply (still don't get that one), limits on how much supply is manufactured and shipped (but in a completely unrealistic manner that rather defeats the purpose of the limits in the first place), and so on and so forth.

They would have been better off simply saying "if you are in supply, you're good" instead of adding these complications that create a rather messy system that the player has very little control over.

Besides, the primary problem isn't the supply system (even if it is weird), it is that the tempo of the war just feels wrong, and this is an attempt to fix that. For games with 1 or 2 month turns, everyone being able to attack at some point during that turn isn't a huge issue, for a game with a 1 week turn, everyone being able to attack every week for months on end feels wrong.




Kiith -> RE: How to limit attacks all over the front - attack supply, the golden bullet (7/27/2011 2:52:05 AM)

quote:

ORIGINAL: larryfulkerson
I'd really really like to see one of the more experienced players posting something dealing with "how to use static mode to your advantage". I'm familiar with static mode and know how to create it for units etc. I'm just more interested in how in the world it could really really be used in the game in a way that doesn't penalise the person using it. So far all I know is that it involves the gain or loss of AP's and trucks.

I’m not an experience player but as far as I can tell there isn’t any point to using static mode for either side. Primary because it doesn’t provide any combat benefit as far as I can tell so all you get is the AP’s plus trucks in the pool. But secondary because the Germans have more than enough trucks and AP already, and the Soviets can manage their trucks best by not overloading on Mech/Tank Corps and in the end getting units out of static cost more AP’s in the end.

If Static mode is going to be used as the balance for limiting attacks then there really need to be a compelling reason for people to start using it. Whether it’s a carrot or a stick approach isn’t for me to say. But it could be tied somehow to increasing digging or defensive CVs then that would seem like and appropriate benefit to me.

Going one step further how about consuming AP’s to make attacks? Obviously it would need some balancing but ultimately you could stockpile AP’s that could launch a front wide offensive but it wouldn’t be sustainable in the long term since AP’s are a limited resource. Forcing you to narrow the attack or static units to gain AP’s to continue attacking?




davetheroad -> RE: How to limit attacks all over the front - attack supply, the golden bullet (7/27/2011 9:09:23 AM)

I think static mode is there in the scenarios etc as an attempt to simulate the reality of not being able to attack all along the front.

I like coding for effect rather than the complex 'realistic' calculations which ofter add complexity and little advantage

Perform a calculation each turn to show what percentage of units can be in a 'major offensive mode'

Only units in major offensive mode attack and tactically at normal values etc.

so each turn the player needs to decide which units get the 'benefit'.

For example if 30% is the calculation for that turn you can only switch on 'major offensive' for 30% of your units.




Page: <<   < prev  1 [2]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
1.0625