• 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.
About 4 or 5, but I've to re-do them. Due to an accident I lost them :eek:o But don't worry I've about 16 hours before I've to go to work, this excludes eating and sleeping, so enough time to write more as 4 events. Perhaps I even can add some Dutch leaders.
 
I made some new Dutch events plus a new Dutch leader, including picture. But what I thought about, shouldn't there a possibilty if Holland is too leniant towards the catholic south that the North would seperate?

Do you still get that white line across the screen? If so how do you duplicate it?
 
Well, I can't duplicate it any more. Here's the fix :

< Pause Game >
< Start research on [technology] >
< Click onto technology you are researching >
< Resume game >
HOORAY! It stopped.

How are you supposed to represent religion anyway?
 
All pops have a religion. Catholic and Protestant in the case of Holland. What I meant more was that if the Netherlands is too lenient to the "catholic" south the "protestant" north will start to feel uncomfertable. One of the more important reasons why Belgium seceded was because of the underrepresentation of catholics in the Dutch government
 
I believe your first event got added after I uploaded the WIP version. So it's not included yet. First we've to figure out if we really want to make it possible to prevent the Congress of Vienna all together. Personally I'm not too fond of the possibility of blocking it.

About Belgium, if a player takes all the b option there should be a possibility that the North (Holland) secedes from the United Kingdom of the Netherlands. At least I think that that would playing Holland a bit more interesting and the possibility to become Belgium (or the Netherlands, but without the North)
 
Well yeah, but at the start of the game shouldn't Netherlands be called the "United Kingdom of the Netherlands" or maybe UKN. If you choose to be belgium then through event you could "found the realms" of belgium.

BTW there's a problem with a Colombia event. When I chose to keep Gran Colombia and got the huge militancy increase it had no effect!

BTW, whenever you make 5-10 working events could you post them here? I can't trust email after what happened to the spain file.
 
Then that will cost 1 extra tag. naming the Netherlands to the United Kingdom of the Netherlands will be a bit over the top after Belgium secedes.

I'll check the Colombia event.

Here are my new Netherlands events: The first one should replace the original 104000 event
Code:
########################################################
# The Belgian Revolution
########################################################

event = {
	id = 104000
	random = no
	country = HOL

	trigger = {
		flag = { name = BEL_REV value = 1 }
		owned = { province = 290 data = HOL }	#Brussel
		NOT = { exists = FLA } 
		NOT = { exists = WLL }
		NOT = { exists = BEL }
		}
	
	name = "The Belgian Revolution"
	desc = "King William I attempted to restore the establishment order by force, but the royal army under Prince Frederick was unable to retake Brussels in bloody street fighting, September 23 to 26. The following day a provisional government was declared in Brussels; a declaration of independence followed on 4 October. In November a National Congress assembled in Brussels, and on February 7, 1831, the Belgian constitution was proclaimed."
	style = 0

	date = { day = 1 month = january year = 1851 }
	offset = 30
	deathdate = { day = 1 month = january year = 1855 }
	
	action_a = {
		name = "Crush the Revolution!"
		command = { type = independence which = BEL value = 0 }
		command = { type = prestige value = 5 }
		}
	action_b = {
		name = "Make some consessions"
		command = { type = make_satellite which = BEL }
		command = { type = prestige value = -35 }
		}
	}
Code:
##########################################################################
# The Constitution of 1815
##########################################################################

event = {
	id = 104010
	random = no
	country = HOL

	name = "The Constitution of 1815"
	desc = "The conservative constitution of 1815, which Willem proposed to the South, was rejected by 1603 'Belgian' aristocrats. The King adopted a system called Arithmétique hollandaise in which the votes of people who voted against the constitution because of religious reasons were counted as if they voted in favor of the new constitution."
	style = 0
	
	date = { year = 1835 }
	
	action_a = {
		name = "Force the new constitution"
		command = { type = pop_militancy which = liberal where = 290 value = 1 }
		command = { type = pop_militancy which = liberal where = 744 value = 1 }
		command = { type = pop_militancy which = catholic where = 290 value = 1 }
		command = { type = pop_militancy which = catholic where = 744 value = 1 }
		command = { type = pop_consciousness which = liberal where = 290 value = 1 }
		command = { type = pop_consciousness which = liberal where = 744 value = 1 }
		command = { type = pop_consciousness which = catholic where = 290 value = 1 }
		command = { type = pop_consciousness which = catholic where = 744 value = 1 }
		command = { type = press_rights which = state_press }
		command = { type = public_meetings value = no }
		command = { type = setflag which = opera_riot value = 1 }
		}
	action_b = {
		name = "Don't force the new constitution"
		command = { type = prestige value = -15 }
		command = { type = pop_militancy which = conservative where = 280 value = 2 }
		command = { type = pop_militancy which = conservative where = 282 value = 2 }
		command = { type = pop_militancy which = protestant where = 280 value = 2 }
		command = { type = pop_militancy which = protestant where = 282 value = 2 }
		command = { type = pop_consciousness which = conservative where = 280 value = 2 }
		command = { type = pop_consciousness which = conservative where = 282 value = 2 }
		command = { type = pop_consciousness which = protestant where = 280 value = 2 }
		command = { type = pop_consciousness which = protestant where = 282 value = 2 }
		}
	}

##########################################################################
# The Language Question
##########################################################################

event = {
	id = 104011
	random = no
	country = HOL

	name = "The Language Question"
	desc = "Willem didn't have much support in the Southern Netherlands, at the most he had some support from the people of Antwerp. His policy conserning the language spoken in the United Kingdom of the Netherlands lost him much support. Especially after the manditory use of Dutch in the military, the administration and at schools and university."
	style = 0

	date = { day = 1 month = january year = 1838 }
	offset = 30
	deathdate = { day = 30 month = december year = 1842 }

	action_a = {
		name = "Dutch is the official language"
		command = { type = pop_militancy which = ruthenian value = 1 }
		command = { type = pop_militancy which = north_german value = 1 }
		command = { type = pop_militancy which = south_german value = 1 }
		command = { type = pop_consciousness which = ruthenian value = 1 }
		command = { type = pop_consciousness which = north_german value = 1 }
		command = { type = pop_consciousness which = south_german value = 1 }
		command = { type = incflag which = opera_riot value = 1 }
		}
	action_b = {
		name = "Accept French aswell"
		command = { type = prestige value = -5 }
		command = { type = pop_militancy which = dutch value = 3 }
		command = { type = pop_consciousness which = dutch value = 3 }
		}
	}

##########################################################################
# Religious Policy
##########################################################################

event = {
	id = 104012
	random = no
	country = HOL

	trigger = {
		flag = { name = opera_riot value = 2 }
		}
	
	name = "The Religious Policy of Willem I"
	desc = "The North-Dutch conservatives pressured that only people who were supported of the former protestant state religion were appointed in the government, while the South-Dutch conservatives wanted a restoration of the catholic religion in Belgium. Accepting two state religions was unacceptable to both and until 1821 the government used the resistance of the catholics to appoint protestant to the government."
	style = 0

	date = { day = 1 month = january year = 1841 }
	offset = 30
	deathdate = { day = 30 month = december year = 1849 }
	
	action_a = {
		name = "Protestantism is the way"
		command = { type = relation which = PRU value = 10 }
		command = { type = relation which = ENG value = 10 }
		command = { type = relation which = SWE value = 10 }
		command = { type = relation which = DAN value = 10 }
		command = { type = pop_militancy which = catholic value = 2 }
		command = { type = pop_militancy which = catholic value = 2 }
		command = { type = pop_consciousness which = catholic value = 2 }
		command = { type = pop_consciousness which = catholic value = 2 }
		command = { type = incflag which = opera_riot value = 1 }
		}
	action_b = {
		name = "Catholicism is the way"
		command = { type = prestige value = -25 }
		command = { type = relation which = SPA value = 10 }
		command = { type = relation which = FRA value = 10 }
		command = { type = relation which = PAP value = 10 }
		command = { type = relation which = AUS value = 10 }
		command = { type = pop_militancy which = protestant value = 3 }
		command = { type = pop_militancy which = protestant value = 3 }
		command = { type = pop_consciousness which = protestant value = 3 }
		command = { type = pop_consciousness which = protestant value = 3 }
		}
	}

##########################################################################
# The Alliance between the Liberals and the Clergy
##########################################################################

event = {
	id = 104013
	random = no
	country = HOL

	trigger = {
		flag = { name = opera_riot value = 3 }
		}

	name = "The Alliance between the Liberals and the Clergy"
	desc = "In December 1825 a catholic politician from Liegé called the liberals to form a union of the opposition. He called on the liberals to defend the constitutional rights of freedom of religion, freedom of press and freedom of education."
	style = 0

	date = { day = 1 month = january year = 1841 }
	offset = 30
	deathdate = { day = 30 month = december year = 1844 }

	action_a = {
		name = "Crush this opposition"
		command = { type = pop_consciousness which = catholic value = 3 }
		command = { type = pop_consciousness which = liberal value = 3 }
		command = { type = incflag which = opera_riot value = 1 }
		}
	action_b = {
		name = "Let them shout"
		command = { type = pop_militancy which = catholic value = 3 }
		command = { type = pop_militancy which = liberal value = 3 }
		command = { type = prestige value = -10 }
		}
	}

##########################################################################
# The Opera Riot
##########################################################################

event = {
	id = 104014
	random = no
	country = HOL

	trigger = {
		flag = { name = opera_riot value = 4 }
		}
	
	name = "The Opera Riot"
	desc = "The affable and moderate Crown Prince William, who represented the monarchy at Brussels, was convinced by the Estates-General on September 1 that the administrative separation of north and south was the only viable solution to the crisis. His father rejected the terms of accommodation that he proposed. King William I attempted to restore the establishment order by force, but the royal army under Prince Frederick was unable to retake Brussels in bloody street fighting."
	style = 0

	date = { day = 1 month = august year = 1850 }
	offset = 30
	deathdate = { day = 30 month = december year = 1851 }
	
	action_a = {
		name = "Aargh"
		command = { type = setflag which = BEL_REV value = 1 }
		command = { type = revolt where = 290 }	#Brussels
		command = { type = pop_militancy which = flemish value = 2 }
		command = { type = pop_militancy which = ruthenian value = 2 }
		command = { type = leadership value = 20 }
		}
	}
Note that ruthenian is Walloon culture
 
Great!

Can you give me an event to write? Another thing, is that on Gold Coast like on V.I.P perhaps there could be the "Togoland" state?

When this mod is on it's way to being good, could we perhaps extend from 1861? I would really like to play with lots of events. Just integrate the Paradox events into the files no?
 
I already had plans on changing at least that corner of Africa conserning states. But never got around to it.

The enddate is in no way fixed, meaning it can be changed. Although I'm a bit afraid to include the standard vanilla events at this stage, especially since all their dates need to be changed. When there is a NTL which would modify the start date all is possible. I'll start a thread about this shortly.

Conserning Columbia: replace the pop_militancy lines with this: command = { type = pop_militancy value = 8 }

About events you can do. IIRC there was an uprising in Scotland around 1820, also between 1831-1835 there were uprisings in Ireland.

Radical War in Scotland
Tithe War in Ireland
 
Few questions :

Can you give me the province id for glasgow.
What is the command to create a rebel unit?
What is the command to increase militancy and consciousness in glasgow state (id for that as well)
 
-Glasgow has ID 214
-Command to create rebels is type = revolt

Pop_militancy and pop_consciousness are the commands. So an appropriate command line would look like this:
Code:
 command = { type = pop_militancy which = azerbaijdani value = 8 where = 214 }
Azerbaijdani is the culture tag for scottish

Oh just realised what I did wrong with other events, including Columbia :eek:o

Check this page in vickywiki: http://victoria.nsen.ch/wiki/index.php/Modding_events I found it very usefull in learning to make events.
 
Here's the Scottish Radical War (Scottish Insurrection) for you!

Code:
###############################################
# Scottish radical war!
###############################################

event = {
        id = 109024
        random = no
        country = ENG

        name = "Radical war in Scotland"
        desc = "On the 3rd of April, a large strike was launched in Scotland, because the population, the workers of factories demanded greater reforms. For the scots found the British Crown uncaring and this made unrrest greater so eventually revolts were launched."
        style = 0

        date = { day = 1 month = january year = 1835 }
        
        action_a = {
                name = "Send in the military!"
                command = { type = pop_militancy which = azerbaijdani value = 3 where = 214 } 
                command = { type = revolt where = 214 }#Glasgow
                }
	}

OT - Why is it that I always forget to put speech marks at the end of the description :rofl:
 
Ok, looks great although I made some small changes. Adding a b-option for the British Crown to cave in.

Code:
###############################################
# Scottish radical war!
###############################################

event = {
        id = 109024
        random = no
        country = ENG

        name = "Radical war in Scotland"
        desc = "On the 3rd of April, a large strike was launched in Scotland, because the population, the workers of factories demanded greater reforms. For the scots found the British Crown uncaring and this made unrrest greater so eventually revolts were launched."
        style = 0

        date = { day = 3 month = april year = 1840 }   #It was in 1820
        
        action_a = {
                name = "Send in the military!"
                command = { type = pop_militancy which = azerbaijdani value = 3 where = 214 } 
                command = { type = revolt where = 214 }#Glasgow
                }
       action_b = {
                name = "We don't want those Scots anymore"
                command = { type = independence which = SCO }
                command = { type = pop_militancy which = irish value = 3 } #If the scots get it why can't they?
                command = { type = prestige value = -25 }
	}
 
OK, here we go!

Code:
###############################################
# Irish Tithe war!
###############################################

event = {
        id = 109025
        random = no
        country = ENG

        name = "Tithe war!"
        desc = "Under the Penal Laws of the previous century, anybody working the land was required to pay an annual tithe (or religious tax) of 10% of the agricultural produce for the upkeep of official state church, the Anglican (Episcopal) Church of Ireland. This was the case despite the fact that the vast majority of the population were Catholic. Despite Daniel O’Connell’s achievement of having most remaining Penal Laws repealed in 1829 (Catholic Emancipation), the obligation to pay tithes remained. More often than not, tithes were collected in the form of goods, especially livestock, as opposed to payment of monies."
        style = 0

        date = { day = 3 month = march year = 1851 }

        action_a = {
                name = "Oh no! Not another rebellion, send in troops!"
                command = { type = pop militancy which = irish value = 3 where = 245 }
                command = { type = pop militancy which = british value = 3 where = 240 }
                command = { type = pop militancy which = irish value = 3 where = 243 }
                command = { type = pop militancy which = irish value = 3 where 247 }
                }
	}

#########################################################
# Bannishment of Tithe laws!
#########################################################

event = {
        id = 109026
        random = no
        country = ENG

        name = "End of the Tithe laws!"
        desc = "In 1861, after rebellions, strikes and uprisings the Tithe laws were bannished, which greatly pleased the population of Ireland considering they no longer had to pay special taxes."
        style = 0

        date = { year = 1861 }

        action_a = {
                name = "HooRay! Finally no more extra taxes!"
                command = { type = pop militancy which = irish value = -3 where = 245 }
                command = { type = pop militancy which = british value = -3 where = 240 }
                command = { type = pop militancy which = irish value = -3 where = 243 }
                command = { type = pop militancy which = irish value = -3 where 247 }
                }
	}