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

Zuckergußgebäck

Den ökända hästen från Troja
11 Badges
Jan 7, 2004
8.851
2
  • Hearts of Iron II: Armageddon
  • Deus Vult
  • Europa Universalis III
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Victoria: Revolutions
  • Victoria 2
  • Victoria 2: A House Divided
  • 500k Club
  • Hearts of Iron IV Sign-up
After seeing the boers beat the living crap out of the british and annexing most of South Africa, I became a bit annoyed that there was no way for them to create South Africa. I know that this isn´t perfectly historical (it´s on the level of Scandinavia), but I sat down and wrote a couple of events in the case of a boer triumph in the Boer war.

Code:
########################################################################
# Three Cheers for the United Boer Republic!
########################################################################

event = {
	id = 17602
	random = no
	country = ORA

	trigger = {
		flag = ORANJE_SUPPORT_TRANSVAAL
                won_war = { country = ORA country = ENG }
                greater_prestige = { country = ORA country = TRN }
                NOT = {
                OR = {
                war = { country = ORA country = ENG }
                war = { country = TRN country = ENG }
                }
                }
		}

	name = "Three Cheers for the United Boer Republic!?"
	desc = "The war against the british has bonded the two boer republics together closer than before. Now we might propose a union with the Transvaal!"
	style = 0

	date = { day = 1 month = july year = 1900 }
	offset = 10
	deathdate = { day = 1 month = january year = 1921 }

	action_a = {
		name = "Hurrah, Hurrah, Hurrah!"
		command = { type = prestige value = -10 }
                command = { type = trigger which = 17603 }
		}

	action_b = {
		name = "Nonsense!"
		command = { }

		}
	}

event = {
	id = 17603
	random = no
	country = TRN

	name = "Three Cheers for the United Boer Republic!?"
	desc = "The war against the british has bonded the two boer republics together closer than before. The Oranje Free State has proposed to form a union. What shall we reply?"
	style = 0

	action_a = {
		name = "Hurrah, Hurrah, Hurrah!"
                command = { type = trigger which = 17604 }
		}

	action_b = {
		name = "Nonsense!"
		command = { type = prestige value = -100 }
                command = { type = relation which = ORA value = -100 }
		}
	}

event = {
	id = 17604
	random = no
	country = ORA

	name = "Formation of the United Boer Republic"
	desc = "The United Boer Republic has been created among much fanfare."
	style = 0

	action_a = {
		name = "Hurrah, Hurrah, Hurrah!"
                command = { type = inherit which = TRN }
                command = { type = prestige value = 110 }
                command = { type = country which = SAF }
                command = { type = flagname which = "ubr" }
		}
	}

Code:
########################################################################
# Three Cheers for the United Boer Republic!
########################################################################

event = {
	id = 17702
	random = no
	country = TRN

	trigger = {
		flag = ORANJE_SUPPORT_TRANSVAAL
                won_war = { country = TRN country = ENG }
                greater_prestige = { country = TRN country = ORA }
                NOT = {
                OR = {
                war = { country = ORA country = ENG }
                war = { country = TRN country = ENG }
                }
                }
		}

	name = "Three Cheers for the United Boer Republic!?"
	desc = "The war against the british has bonded the two boer republics together closer than before. Now we might propose a union with the Oranje Free State!"
	style = 0

	date = { day = 1 month = july year = 1900 }
	offset = 10
	deathdate = { day = 1 month = january year = 1921 }

	action_a = {
		name = "Hurrah, Hurrah, Hurrah!"
		command = { type = prestige value = -10 }
                command = { type = trigger which = 17703 }
		}

	action_b = {
		name = "Nonsense!"
		command = { }

		}
	}

event = {
	id = 17703
	random = no
	country = ORA

	name = "Three Cheers for the United Boer Republic!?"
	desc = "The war against the british has bonded the two boer republics together closer than before. The Transvaal have proposed to form a union. What shall we reply?"
	style = 0

	action_a = {
		name = "Hurrah, Hurrah, Hurrah!"
                command = { type = trigger which = 17704 }
		}

	action_b = {
		name = "Nonsense!"
		command = { type = prestige value = -100 }
                command = { type = relation which = TRN value = -100 }
		}
	}

event = {
	id = 17704
	random = no
	country = TRN

	name = "Formation of the United Boer Republic"
	desc = "The United Boer Republic has been created among much fanfare."
	style = 0

	action_a = {
		name = "Hurrah, Hurrah, Hurrah!"
                command = { type = inherit which = ORA }
                command = { type = prestige value = 110 }
                command = { type = country which = SAF }
                command = { type = flagname which = "ubr" }
		}
	}

I don´t know exactly how V:R compatible these events are (the endddates should be 1933, for example), but since I don´t have V:R, I´ve made them for my standard Victoria. Some V:R player can perhaps sort out any inconsistencies.
(The "ubr" flag is the dutch south africa flag on the Victoria Flag Directory)

Now, you might ask, why does he call this the "Nationalism & Unification Mod", if all he wanted was to present his events for the creation of a boer SAF? Well, it is because I want to take this further than that, I want to have MANY ahistorical unification events for different things, such as the egyptians declaríng themselves the Caliphate in the second oriental crisis and much more.

I can´t do this alone, but I do hope that there is sufficient interest in the forum for such a mod and that I might get some help from them.

Forwards towards Unification!