CommanderEurope Grand Strategy 2.0
Moderators: firepowerjohan, Happycat, rkr1958, Slitherine Core
CommanderEurope Grand Strategy 2.0
How i can play CEAW Grand Strategy 2.0 longer as 1945 ?
Thanks
Thanks
Re: CommanderEurope Grand Strategy 2.0
I don't believe there is any way to play past 1945
-
- Corporal - 5 cm Pak 38
- Posts: 44
- Joined: Thu Dec 23, 2010 11:07 pm
- Location: Washington State, USA
Re: CommanderEurope Grand Strategy 2.0
I have never played with the option but in the 2.0 scenario set up page you can "uncheck" the "Game Ends in 1945" Box. I would assume that will allow you to play past 1945. The option is the 2rd from the top in the left hand column under Game Rules. Give it a try and have fun!
-
- General - Carrier
- Posts: 4745
- Joined: Sun Jul 08, 2007 4:13 pm
- Location: Oslo, Norway
Re: CommanderEurope Grand Strategy 2.0
No, it won't work. The game ends in May 1945 because it's coded to do so. The victory conditions are setup for that.
Re: CommanderEurope Grand Strategy 2.0
Thanks at all
So there is no possibility this play longer than 1945 to play ?
So there is no possibility this play longer than 1945 to play ?
Re: CommanderEurope Grand Strategy 2.0
If there is maybe a mapeditor for CEAW Grand Strategy 2.0 ?
Re: CommanderEurope Grand Strategy 2.0
The Map editor for the CEAW-GS series was created by the Dev Team and will not be available.
-
- General - Carrier
- Posts: 4745
- Joined: Sun Jul 08, 2007 4:13 pm
- Location: Oslo, Norway
Re: CommanderEurope Grand Strategy 2.0
The way to change the length of the game requires update of the class files. It's possible to do, but you will have to spend a lot of time decompiling the correct files and changing what needs to be changed.
-
- Corporal - 5 cm Pak 38
- Posts: 44
- Joined: Thu Dec 23, 2010 11:07 pm
- Location: Washington State, USA
Re: CommanderEurope Grand Strategy 2.0
I was curious so this morning I deselected the Game Ends in 1945 checkbox, started the 1944 scenario and just clicked through the turns from the Allied. The game played right through May all they way to the end of 1945 but when the first Allied turn of 1946 rolled around it locked up. So you can play past May 1945 as it is, but not into 1946. Have no idea how that would screw with the victory conditions of course. But it's interesting to test these things sometimes.
Oh, and yes, I used the Mac version of 2.0 for the test.
Oh, and yes, I used the Mac version of 2.0 for the test.

Re: CommanderEurope Grand Strategy 2.0
Yes v2.0 has that option, but that option has since been removed from the version v2.10 and the new v3.00
-
- General - Carrier
- Posts: 4745
- Joined: Sun Jul 08, 2007 4:13 pm
- Location: Oslo, Norway
Re: CommanderEurope Grand Strategy 2.0
The game stops in 1946 because we use arrays that are dimensioned for 1939-1945. These arrays contain data used by the game like year when you get free generals etc. If you get to 1946 you get an out of bounds error.
To get around that you need to increase the matrix size of a lot of variables. It can be done in the code, but you have to know where all of them are.
To get around that you need to increase the matrix size of a lot of variables. It can be done in the code, but you have to know where all of them are.
Re: CommanderEurope Grand Strategy 2.0
Thanks for the many answer.
So I have the version 2.10, then this would mean I would have to circumscribe some Gamefiles to play after 1945 away.
Unfortunately, I do not own the required knowledge for it.
So I have the version 2.10, then this would mean I would have to circumscribe some Gamefiles to play after 1945 away.
Unfortunately, I do not own the required knowledge for it.