• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

unmerged(106790)

Sergeant
Jul 7, 2008
81
0
Barbarossa: Invasion of Russia appears 2 times on the mission selection column of 1.2 Armageddon. Does it happen to you too?

How can I fix this? Probably it's no more than deleting a folder or a file, maybe changing a line on a .cfg or something.

Thanks in advance.
 
There is two different versions of that battlescenario.

First one is Finland, Hungary, Slovakia, Romania and Germany vs Soviet union.

Second is Slovakia, Romania and Germany vs Soviet union.
 
13th warrior said:
There is two different versions of that battlescenario.

First one is Finland, Hungary, Slovakia, Romania and Germany vs Soviet union.

Second is Slovakia, Romania and Germany vs Soviet union.

Both of mine are the same:

Hungary, Romania, Finland, Germany vs Soviet Union.


?????
 
Last edited:
They are all listed as playable nations in both scenarios, but they won`t necessarily be at war.

Scenarios\barbarossa.eug:
Code:
	war = {
	        id = { type = 9430 id = 1 }
	        date = {
	            year = 1941
	            month = june
	            day = 20
	            hour = 1
			}
			enddate = {
	            year = 1941
	            month = june
	            day = 20
			}
        	attackers = {
        	    id = { type = 9430 id = 2 }
        	    participant = { GER ROM SLO HUN FIN }
        	}
	        defenders = {
       			id = { type = 9430 id = 3 }
			participant = { SOV }

Scenarios\fall_barbarossa.eug:

Code:
	war = {
	        id = { type = 9430 id = 1 }
	        date = {
	            year = 1941
	            month = june
	            day = 20
	            hour = 1
			}
			enddate = {
	            year = 1941
	            month = june
	            day = 20
			}
        	attackers = {
        	    id = { type = 9430 id = 2 }
        	    participant = { GER ROM SLO }
        	}
	        defenders = {
       			id = { type = 9430 id = 3 }
			participant = { SOV }

Load both scenarios, and you should notice the difference.
 
13th warrior said:
Load both scenarios, and you should notice the difference.

Done. Hardly notice any difference. Only on one Finland has more units than the other.

Thanks for the explanation. Now I know that the scenarios are plain text files terminated on .eug.
 
JimiJamesMR said:
Done. Hardly notice any difference. Only on one Finland has more units than the other.

Strange. When I load that first scenario as Finland, and click USSR it should read "We are at war". In second scenario Finland should be neutral.

And in my version Finlad has 22 divisions in both scenarios.

screensave0cy5.png


screensave1iv6.png
 
Last edited:
13th warrior said:
Strange. When I load that first scenario as Finland, and click USSR it should read "We are at war". In second scenario Finland should be neutral.

And in my version Finlad has 22 divisions in both scenarios.

Later I will count the divisions on the both scenarios (I can't for now), but, if it is same as you, I don't understand yet why make so little changes and present both scenarios. But the fact that I don't get the point of this is not the same that having both missions with so little differences is pointless. Maybe you understand why Paradox presented both missions?

Thanks in advance.