• 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.
Aug 5, 2005
679
0
I want to make some insignificant ocuntries (if possible ones that are revolters and don't even exist in most games) into Axis, Allies and Comintern, while leaving all the allies and the comintern together (just in a small scale alliance).
What would I need to change?
 

Ayeshteni

Jehanne's Slave
111 Badges
Jul 31, 2002
6.280
108
  • 500k Club
  • Europa Universalis III Complete
  • March of the Eagles
  • Europa Universalis III Complete
  • Penumbra - Black Plague
  • Europa Universalis IV: Res Publica
  • Europa Universalis: Rome
  • Semper Fi
  • Sengoku
  • Victoria 2
  • Victoria 2: A House Divided
  • Rome: Vae Victis
  • 200k Club
  • Heir to the Throne
  • Cities: Skylines
  • Crusader Kings II: Holy Knight (pre-order)
  • Europa Universalis III: Collection
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Pride of Nations
  • Rise of Prussia
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Hearts of Iron IV: No Step Back
  • Europa Universalis III
  • Hearts of Iron II: Armageddon
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Deus Vult
  • A Game of Dwarves
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
to my knowledge the Axis allies and comintern HAVE to exist at the start of the scenario.

So you could make three small insignificant nations these members at the start.

If you look in the scenari file (1936.eug) you will see a section like this

Code:
		allies = {
	        id = { type = 15000 id = 1 }
			participant = { ENG IRQ FRA AST NZL CAN SAF NEP BHU YEM OMN }
				}
		axis = 	{
	        id = { type = 15000 id = 2 }
			participant = { GER }
		}
		comintern = 	{
	        id = { type = 15000 id = 3 }
			participant = { SOV MON TAN }
		}
		alliance = {
			id = { type = 15000 id = 10 }
			participant = { CHI CXB }
			}
		alliance = {
			id = { type = 15000 id = 11 }
			participant = { EST LAT }
			}
		alliance = {
			id = { type = 15000 id = 12 }
			participant = { JAP MAN }
			}

the first three are the big three alliances. Here you would put the tag of the three small countries you want to head those three. The other 'alliance' entries underneath are the other alliances. You would make an entry below the last (giving it a unique id, 13 in this case) and put the tags of the Soviets and the allies (making it one alliance).

When the revolters revolt you will need to make an event that will put them into the alliance headed by the country tag first in order in the alliance wished (see the event files for who this is done).



A possible (but I havent tried it so it might not work, or work as expected) way is the leave the comintern, axis and allies alliance as is. When the revolters revolt, write an event that places them in the axis/allies or comintern and then have an event which drops the big players out of those alliances and another event that makes them create small alliances. This is of course a lot more work.

Ayeshteni