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

Allenby

Custom User Title
8 Badges
Apr 4, 2003
7.170
5
  • Europa Universalis IV
  • Cities: Skylines
  • Cities: Skylines Deluxe Edition
  • Hearts of Iron II: Beta
  • Europa Universalis IV: Rights of Man
  • Europa Universalis IV: Rule Britannia
  • Cities: Skylines - Parklife Pre-Order
  • Cities: Skylines - Parklife
Maggern2k said:
seriously though, all help is deeply appreciated

Wonderful :)

Do you have the Aircraft Carriers HMS Queen Elizabeth ready for 2012 and HMS Prince of Wales ready for 2015 in the British .inc file? They're both going to be CVF's - about 60,000 tonnes. :)
 

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
Does this seem acceptable?(just a small uggestion from me)

Code:
event = {
	id = xxx
	random = no
	country = SWE
	trigger = {

	}
	name = "Introduce the Euro?"
	desc = "Two years after the frist vote, Sweden has yet again gone to vote about the Euro. Results: No 60%, yes 40%. Despite this apparent victory for the no-side, the government is planning to introduce the Euro anyway."
	style = 0

	date = { day = 1 month = june year = 2006 }

	action_a = {
		name = "It will bring us closer to the EU"
		command = { type = dissent value = 1}
	}
	action_b = {
		name = "The will of the people must be respected"
		command = { type = sleepevent which = xxx}#GP has been assasinated!
	}
}

event = {
	id = xxx
	random = no
	country = SWE
	trigger = {

	}
	name = "Göran Persson has been assasinated!"
	desc = "When the PM of Sweden, Göran Persson took a car-ride through the streets of Stockholm, a youngster jumped out of the crowd and threw a home-made bomb towards the car - totally destroying it and the people inside. As the police desperately chases the purpotrator, rumors are flying throughout Sweden: whas there not a man in trenchcoat next to him? Had he not acted nervously? A sense of doom are hanging over the head of most swedes..."
	style = 0

	date = { day = 6 month = june year = 2006 }

	action_a = {
		name = "Eeeeek!"
		command = { type = dissent value = 5}
            command = { type = sleepminister which = xxx }#GP
	}
}
event = {
	id = xxx
	random = no
	country = SWE
	trigger = {
      event = xxx#GP assasinated

	}
	name = "Provisional government"
	desc = "Upon the assasination of Göran Persson, a temporary PM has to bee appointed."
	style = 0

	date = { day = 7 month = june year = 2006 }

	action_a = {
		name = "Socialdemocrats gain majority"
		command = { type = headofgovernment which = xxx}
	}
	action_b = {
		name = "Leftist party gain majority"
		command = { type = headofgovernment which = xxx }
	}
	action_c = {
		name = "Ultra-right gain majority"
		command = { type = headofgovernment which = xxx}
	}
}
event = {
	id = xxx
	random = no
	country = SWE
	trigger = {
      event = xxx#GP assasinated

	}
	name = "Internal unrest"
	desc = "Grief has given way for anger. People are sensing conspiracies everywhere. Across the country, unknown agitators are springing up, anti-euro posters are beeing torn own, windows are smashed in, and clashes between police and demonstrators are frequent. "
	style = 0

	date = { day = 9 month = june year = 2006 }

	action_a = {
		name = "Oh no!"
		command = { type = dissent value = 10}
            command = { type = manpowerpool value = -10} 
	}
}

event = {
	id = xxx
	random = no
	country = SWE
	trigger = {
      event = xxx#GP assasinated

	}
	name = "Martial law in main cities"
	desc = "As the situation in the major cities are becoming intolerable, and that the police cannot cope with the riot. martial law is declared in Malmö, Göteborg and Stockholm. The army and home guard are beeing mobilised. "
	style = 0

	date = { day = 10 month = june year = 2006 }

	action_a = {
		name = "Put them under martial law"
		command = { type = province_manpower which = 653 value = -5 }
            command = { type = province_manpower which = 2160 value = -5 }
            command = { type = province_manpower which = 660 value = -5 }
            command = { type = manpowerpool value = -10 }

	}
	action_b = {
		name = "Martial law? We need no friggin martial law!"
		command = { type = dissent value = 15 }
	}
}
 

Allenby

Custom User Title
8 Badges
Apr 4, 2003
7.170
5
  • Europa Universalis IV
  • Cities: Skylines
  • Cities: Skylines Deluxe Edition
  • Hearts of Iron II: Beta
  • Europa Universalis IV: Rights of Man
  • Europa Universalis IV: Rule Britannia
  • Cities: Skylines - Parklife Pre-Order
  • Cities: Skylines - Parklife
You ought to check this event, as I have always found that those with IDs higher than 90000 tend to be a bit unstable. At least, when I had some events in TGW that had IDs higher than that, there tended to be database mismatch errors.

A British event:

Code:
# European Monetary Union

event = { 
    country = ENG
    id = 92002
    random = no 
    style = 0 

    name = "European Monetary Union" 
    desc = "In 1989, the Delors report outlined plans to introduce a single
 European currency, after the French agreed to support German unification in
 exchange for German acceptance of losing their domineering currency, the
 Deutschmark.  From 1999, the Euro came into use across twelve of the
 fifteen member states of the EU, with the exception of Great Britain,
 Denmark and Sweden.  In Britain, the pro-EU Prime Minister, Tony Blair
 faced a tough task in persuading the country to join EMU, with opinion polls
 persistently against entry.  Finally, the question of entry has been put to
 the British people, with the Labour Party and the Liberal Democrats
 supportive, whilst the Conservatives, UKIP and parties of the left opposed to
 entry." 

    trigger = { 
        exists = ENG
	supplies = 4000 
    } 

    date = { day = 1 month = january year = 2005 } 
    offset = 360 
    deathdate = { day = 1 month = january year = 2006 } 

    action_a = { 
        name = "Keep the pound!" 
        command = { type = alignment which = democratic value = 5 }
        command = { type = dissent value = -3 }
    }

    action_b = { 
        name = "Ever closer union"
	command = { type = influence value = -10 }
        command = { type = supplies value = 200 }
    }
}
 

Allenby

Custom User Title
8 Badges
Apr 4, 2003
7.170
5
  • Europa Universalis IV
  • Cities: Skylines
  • Cities: Skylines Deluxe Edition
  • Hearts of Iron II: Beta
  • Europa Universalis IV: Rights of Man
  • Europa Universalis IV: Rule Britannia
  • Cities: Skylines - Parklife Pre-Order
  • Cities: Skylines - Parklife
Shadow Reaper said:
I believe that should be parties of the right against the Euro, rather than the left ;)

Parties of the right - Conservatives, UKIP (opposed to EMU)

Parties of the left - Green Party, Socialist Workers Party (opposed to EMU)

Parties of the centre - Labour, LibDems (supportive of EMU)

:) I felt the parties of the left were not worth mentioning in name because they are small.
 

unmerged(28150)

Private
Apr 21, 2004
16
0
Lunar said:
Yes, and good because we need Iceland's ministers still. Thanks for and help!

Head of state: (After elections this summer) Ólafur Ragnar Grímsson

Head of Goverment: Davíð Oddsson

Foreign Minister: Halldór Ásgrímsson (apoligical clerk

Minister of Arnaments: Geir H. Haarde (Laisses faire capitalist)

Minister of Security: Björn Bjösson (crooked plutocrat)

Minister of intelligence: none

Chied of staff: none

Chief of army: none

Chief of airforce: none

Chief of Navy: Hafsteinn Hafssteinsson (Open seas doctorine) weird his name means sea rock
 

unmerged(20873)

Official EBU Representative
Oct 17, 2003
399
0
Visit site
Well, Iceland is practically undefended but as for the navy: perhaps a Destroyer flotilla at perhaps 10 in strenght?
 

unmerged(32631)

Private
Jul 30, 2004
14
0
www.akm1917.org
mikkymaus.jpeg


There is National-Bolsheviks Poster.
http://nbp-info.ru/eng.html
 
Last edited: