Rudankort wrote: BTW, the game does have one more difficulty level which is named "ultimate" in my code comments. It is a combination of all three bonus difficulty levels, PLUS Field Marshal (which means you gain exp more slowly too). It is not shown in the UI, but it is possible to add it there. To do this:
- Go to game's UI subfolder
- Open gameoptions.htm file in Notepad (don't forget to backup the file)
- Find this line:
- Add one more line after it:Code: Select all
<div.diffbtn type="radio" name="Difficulty" id="Difficulty8" tooltip="IDS_TT_ROMMEL" style="display:none">IDS_DIFF_ROMMEL</div>
- Save the file and restart the game.Code: Select all
<div.diffbtn type="radio" name="Difficulty" id="Difficulty9">Ultimate</div>
And that will be it - you should see new level in difficulty selection. So, you guys don't even need to wait for the next patch to have the game harder. I wonder how many people can beat the game on ultimate level.
The new "Ultimate" mode of Difficulty
Moderators: Slitherine Core, Panzer Corps Moderators, Panzer Corps Design
The new "Ultimate" mode of Difficulty
-
- 2nd Lieutenant - Panzer IVF/2
- Posts: 696
- Joined: Wed Oct 05, 2011 6:39 pm
- Location: Eifel / south of Aachen
-
- 2nd Lieutenant - Panzer IVF/2
- Posts: 696
- Joined: Wed Oct 05, 2011 6:39 pm
- Location: Eifel / south of Aachen
-
- 2nd Lieutenant - Panzer IVF/2
- Posts: 696
- Joined: Wed Oct 05, 2011 6:39 pm
- Location: Eifel / south of Aachen
-
- 2nd Lieutenant - Panzer IVF/2
- Posts: 696
- Joined: Wed Oct 05, 2011 6:39 pm
- Location: Eifel / south of Aachen
To fulfill all further requests:
How to get to Manstein or change values manually?
viewtopic.php?t=30267

How to get to Manstein or change values manually?
viewtopic.php?t=30267

Extra difficulty level: Don't reload!
I can imagine "Manstein" being hard enough with this optional difficulty level.
Some scenarios might be very difficult in Guderian and for Rommel... hmmm... running low on units and prestige is indeed a challenge but one of the kind that has potential to be a somewhat annoying experience.
I can imagine "Manstein" being hard enough with this optional difficulty level.
Some scenarios might be very difficult in Guderian and for Rommel... hmmm... running low on units and prestige is indeed a challenge but one of the kind that has potential to be a somewhat annoying experience.
Some people claimed that prestige you get on Rommel is too high, and would prefer 25% instead of 50%.Longasc wrote:Extra difficulty level: Don't reload!
I can imagine "Manstein" being hard enough with this optional difficulty level.
Some scenarios might be very difficult in Guderian and for Rommel... hmmm... running low on units and prestige is indeed a challenge but one of the kind that has potential to be a somewhat annoying experience.

Based on my own modification for DLC 39, it seems that -75% prestige does bring the difficulty up to around Manstein, but different. On Manstein you can lose units, and you will, but you can always replace them, and you can always afford the best equipment/overstrength (and you will need it!). With -75% prestige, you can't really fill your core up, much less upgrade, and you'll have to fight enemies with vastly inferior equipment/numbers, although the enemy is much easier to kill. You can barely afford normal reinforcements during battle. I think this is what Rommel was meant to be.Some people claimed that prestige you get on Rommel is too high, and would prefer 25% instead of 50%.
For instance, on Piatek with -75% prestige, I dared not cross the river, just like on Manstein! So that's why I feel this is about right.
That leaves Guderian difficulty to be balanced. I'm thinking it could be a small combination of everything, like +2 AI strength, -5 turns, -25% prestige, or something, to bring it up to par with the others. Just - turns isn't too hard, at least for the DLCs, unless you do something like -8 turns.
As for this Ultimate difficulty, the game will be unplayable without saving/reloading every turn to get the best combat result. Maybe MV might be achievable on some maps, but it's not worth it.
I have yet to see anyone who thinks Manstein is too easy. I suspect a number of players have tried it, but given the rate of loss of their units unless you play very very carefully, it is just not encouraging to play.
Edit:
Yeah, this is worth like two difficulties...Extra difficulty level: Don't reload!
At one point I was thinking about a special challenge/ironman mode where you would not be allowed to save/reload. Essentially, the game would automatically save a fixed file after every action, so you can postpone the game, but cannot take back a move. But then I concluded that it was probably redundant. People with strong will can already play without reloading, and others can still cheat the game by copying the files around (Alt-Tab from the game, make a backup of the saved game, if anything went wrong, overwrite saved game with backup version, reload).
As for the bonus difficulties, thanks for sharing your observations deducter! Very useful. Would be interesting to hear opinion of other people playing on bonus difficulties. Guderian is tricky, yes, -8 would probably destroy the main campaign, even if it works for the DLCs.
PS. I quite agree with your evaluation of ultimate mode. That is the reason why it was not enabled in the base game. Although who knows, maybe eventually someone will find a way to beat it.
As for the bonus difficulties, thanks for sharing your observations deducter! Very useful. Would be interesting to hear opinion of other people playing on bonus difficulties. Guderian is tricky, yes, -8 would probably destroy the main campaign, even if it works for the DLCs.
PS. I quite agree with your evaluation of ultimate mode. That is the reason why it was not enabled in the base game. Although who knows, maybe eventually someone will find a way to beat it.
If this isn't too hard to code, it can't hurt to have it as an option. You're right people can still cheat, but I suspect most people won't, and best of all, those who do play like that can get an extra little "achievement." Players love achievement after all... Sometimes enforcing discipline can't hurt. I know I would enjoy the added distinction.At one point I was thinking about a special challenge/ironman mode where you would not be allowed to save/reload. Essentially, the game would automatically save a fixed file after every action, so you can postpone the game, but cannot take back a move. But then I concluded that it was probably redundant. People with strong will can already play without reloading, and others can still cheat the game by copying the files around (Alt-Tab from the game, make a backup of the saved game, if anything went wrong, overwrite saved game with backup version, reload).
It'd probably only truly be doable in some sort of online-only mode, but that sucks and I would refuse to play that, as I like to play offline especially when traveling.
It's like Diablo 2 Hardcore mode, at least in SP you can still cheat your way to non-death, but so what? That doesn't mean you shouldn't have the mode.
The main question I think is how to balance Guderian. For the DLCs, I almost always achieve DV without having to rush, often many turns in advance, so the difficulty is trivial. I wonder if there's another variable you can play around with to make it more interesting. For the DLCs, if you make it -50% prestige and -5 turns, it would probably be roughly the same as Manstein and Rommel. But is there a better way to achieve that?
OK, point taken. Another way to code this would be to allow saving only between scenarios, but this would hurt in case of a crash or PC fail in the middle of a scen...deducter wrote: If this isn't too hard to code, it can't hurt to have it as an option. You're right people can still cheat, but I suspect most people won't, and best of all, those who do play like that can get an extra little "achievement." Players love achievement after all... Sometimes enforcing discipline can't hurt. I know I would enjoy the added distinction.
It'd probably only truly be doable in some sort of online-only mode, but that sucks and I would refuse to play that, as I like to play offline especially when traveling.
It's like Diablo 2 Hardcore mode, at least in SP you can still cheat your way to non-death, but so what? That doesn't mean you shouldn't have the mode.
My main idea with these levels was that all of them are "pure", i. e. affect just one parameter. And the descriptions of the levels are written to hint at parameter in question. Having all of them similar in difficulty was a less-important goal. This is certainly nice to have, but this depends on campaign design too (as the example with Guderian and DLCs shows), and probably the more additional campaigns we have the more differences between levels will appear.deducter wrote: The main question I think is how to balance Guderian. For the DLCs, I almost always achieve DV without having to rush, often many turns in advance, so the difficulty is trivial. I wonder if there's another variable you can play around with to make it more interesting. For the DLCs, if you make it -50% prestige and -5 turns, it would probably be roughly the same as Manstein and Rommel. But is there a better way to achieve that?
It might help to convert turn modifier from absolute numbers to percents, in which case short scenarios will no be crippled by huge negative modifier, while longer ones can have much higher turn penalty.
That's not a good way to code this, because I (and I suspect many people) do not always finish a scenario in one go. For instance, my Manstein playthrough of Arras took 4 hours, over three sittings.OK, point taken. Another way to code this would be to allow saving only between scenarios, but this would hurt in case of a crash or PC fail in the middle of a scen...
One interesting way to do Guderian might be to have a real-time clock? You only get 3s (or some number of seconds) to decide what to do with each unit, otherwise the turn ends automatically. This time is independent of the animation. It'd be adding a real-time component to the game, which otherwise does not exist, and I think it might simulate that blitzkrieg feeling quite well. You might argue saving/reloading etc. will be a bigger problem, all the more reason to add that ironman component.
Otherwise -33% turns is probably right for Guderian, so for 15 turns it'd be 10 turns, and for 18 turns it'd be 12, etc. I suspect it should be close to the other two difficulties in that case.
-
- Tournament Organizer of the Year 2017
- Posts: 3355
- Joined: Tue Dec 23, 2014 5:22 am
- Location: Winterset, Iowa
- Contact:
Re: The new "Ultimate" mode of Difficulty
Have you seen any of Soren's playthroughs on Manstein. Sheesh
he makes me feellike an amateur
he makes me feellike an amateur
goose_2
Lutheran Multiplayer Tournament Organizer.
https://www.youtube.com/channel/UCRHQShaOv5PWoer6cP1syLQ
Lutheran Multiplayer Tournament Organizer.

https://www.youtube.com/channel/UCRHQShaOv5PWoer6cP1syLQ
Re: The new "Ultimate" mode of Difficulty
He is one of a kind lol
Re: The new "Ultimate" mode of Difficulty
Few but Im planning for more



Battlefield Europe get the most from Panzer Corps
Download the new 2.4 Mod here http://www.slitherine.com/forum/viewtopic.php?f=147&t=47985

Download the new 2.4 Mod here http://www.slitherine.com/forum/viewtopic.php?f=147&t=47985