• 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.

Vishaing

MM Prime Minister in Exile
12 Badges
Jan 25, 2008
1.420
723
  • Crusader Kings II
  • Europa Universalis III
  • Europa Universalis IV
  • Heir to the Throne
  • Europa Universalis III Complete
  • March of the Eagles
  • Europa Universalis III Complete
  • Victoria 2: A House Divided
  • Victoria 2
  • 500k Club
  • Crusader Kings II: Holy Knight (pre-order)
  • Europa Universalis IV: Pre-order
And Austria should be the Hapsburg Monarchy!
Note that I'm completely serious about that, I always rename them to that in my games.
 

Shiranui

Colonel
19 Badges
Oct 5, 2012
881
0
  • Europa Universalis III
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Sengoku
  • Semper Fi
  • Europa Universalis IV: Res Publica
  • March of the Eagles
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
  • For the Motherland
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Europa Universalis IV
  • Crusader Kings II
  • Victoria 2
  • 500k Club
  • Europa Universalis IV: Pre-order
  • Hearts of Iron IV Sign-up
I like Ottoman Empire... although it isn't quite fitting anymore if they are beaten down to a few provinces. "Turkey" sounds relatively boring, IMO.
 

Vishaing

MM Prime Minister in Exile
12 Badges
Jan 25, 2008
1.420
723
  • Crusader Kings II
  • Europa Universalis III
  • Europa Universalis IV
  • Heir to the Throne
  • Europa Universalis III Complete
  • March of the Eagles
  • Europa Universalis III Complete
  • Victoria 2: A House Divided
  • Victoria 2
  • 500k Club
  • Crusader Kings II: Holy Knight (pre-order)
  • Europa Universalis IV: Pre-order
THE HOUSE OF HAPSBURG NEVER DIES OUT!
Code:
Private Void CheckIsPlayable(country TAG)
{
	if(TAG.getRulingDynasty()==Hapsburgs)
	{
		TAG.setPlayable(true);
	}
	else
	{
		TAG.GTFO();
	}
}
 

Shiranui

Colonel
19 Badges
Oct 5, 2012
881
0
  • Europa Universalis III
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Sengoku
  • Semper Fi
  • Europa Universalis IV: Res Publica
  • March of the Eagles
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
  • For the Motherland
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Europa Universalis IV
  • Crusader Kings II
  • Victoria 2
  • 500k Club
  • Europa Universalis IV: Pre-order
  • Hearts of Iron IV Sign-up
the house of hapsburg never dies out!
Code:
private void checkisplayable(country tag)
{
	if(tag.getrulingdynasty()==hapsburgs)
	{
		tag.setplayable(true);
	}
	else
	{
		tag.gtfo();
	}
}

lol