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

Should I form Italy, or stay as the Pope?

  • Stay as the Pope

    Votes: 35 60,3%
  • Forza Italia!

    Votes: 23 39,7%

  • Total voters
    58
The Papal State : A Mission AAR
Part "Announcement"









EU3_1-1-1.jpg














"The Papal State : A Mission AAR" Falls Under The Following Categories:

(*) Favorite Gameplay AAR, EU3
(*) Best New Writer, Overall


And now, a hat:

7e_off1.jpg
 
i want my reptuation prestige money and full of hat updates i just voted
 
You forgot to add hat_filled_updates to the localisation, remember it is:
hat_filled_updates;Hat filled updates;;;;;;x
and
desc_hat_filled_updates;The updates of The Papal State:A Mission AAR for EUIII (In Nomine) will be full of fun, funky, and fresh hats.;;;;;;x
 
spl said:
You forgot to add hat_filled_updates to the localisation, remember it is:
hat_filled_updates;Hat filled updates;;;;;;x
and
desc_hat_filled_updates;The updates of The Papal State:A Mission AAR for EUIII (In Nomine) will be full of fun, funky, and fresh hats.
Silly me, I must have missed a semi-colon! :p
 
Enewald said:
Damn, I can't complete the missions since I have allready completed it earlier. :p
I win! :p :D

Capibara said:
Done ;) Now bring on those hats! :D
Yay! :D

shako%20detail72.JPG

Gigalocus said:
*Cancels mission* ;)

I'll see what I can do.
If you notice, the cancel option is gray. :eek:o

You can't escape the truth!!!

Mwuahahahaha!!!

Ahura Mazda said:
I voted for this as favorite EU3 AAR

Do I get a special modifier?
Yes.

special_hat_modifier which gives +10 prestige to your signature. :)

comagoosie said:
you got it wrong, when we vote for you, we gain reputation :rofl:

:mad:

:D

:rofl:

rexodia48 said:
i want my reptuation prestige money and full of hat updates i just voted

:)

Mohatma said:
4.997) And I wanna be your fan) You just made me ROFLing to death with this:

:)
Thanks!

I do remember that comment. :nods:

The russians, right? ;)

----------------------

3O,OOO VIEWS!!! :D

Update in about 12-15 hours! :D

EDIT: And happy birthday!!! :eek:
 
The Papal State : A Mission AAR
Mission : The Holy Triumvirate
Ultimate Part!


Here we have Judea finally converted to catholic in 1762!

EU3_21-2.jpg


And our mission is complete!!!

EU3_22-2.jpg

Now, for the next mission, I'm having a bit of difficulty setting it up in code. :eek:o

If any of you are knowledgable in the aspect of missions and code, please read over this and tell me what is wrong. :D

I don't need the mission to fire, I just write it in in the save game, but when I go to the mission screen in the game, it crashes. :(

Code:
dominate_the_mediterranian = {
	
	type = country

	allow = {
                tag = PAP
	        exists = PAP
                NOT = { owns = 334 }
                NOT = { owns = 145 }
                NOT = { owns = 358 }
                NOT = { owns = 341 }
	}
	abort = {
		not = { exists = PAP }
	}
	success = {
		or = {
			owns = 213 #Bacelona
			owns = 220 #Valencia
		}
		owns = 226 #Gibraltar
		owns = 334 #Tangiers
		owns = 145 #Morea
		owns = 358 #Alexandria
		owns = 341 #Tunis
		big_ship = 10
	}
	chance = {
		factor = 1000
		modifier = {
			factor = 2
			num_of_cities = 15
		}
		modifier = {
			factor = 2
			num_of_ports = 5
		}
		modifier = {
			factor = 1.5
			num_of_ports = 10
		}
		modifier = {
			factor = 3
			prestige = 0.5
		}
	}
	effect = {
		prestige = 0.4
		add_country_modifier = {
			name = "papal_domination_of_mediterranian"
			duration = -1
		}
	}
}

And also, where should this go:

Code:
papal_domination_of_mediterranian = {
	global_tax_modifier = 0.05
	prestige = 0.01	
	merchants = 1
	merchant_placement_chance = 0.1
	merchant_compete_chance = 0.1
	global_trade_income_modifier = 0.10
	icon = 5
}
 
spl said:
I saw no errors looking over it quickly, the modifier should go in common\event_modifiers.txt. Not defining that will cause a crash.
I don't know what happened, I had set it up before and it worked.

I'll try again. and the modifier was in event_modifiers.txt, so that's not the problem...

Mohatma said:
What if I send you a custom country and an mission with it's liberation?


That is to me?
Yes, You could send that. :)

And no, that's to me. ;) :D

comagoosie said:
congratulations on the mission

and darn it, my mission isn't next :D
Your's is coming. ;)

And I already know how I'm going to do it. :D
 
EU3_23-3.jpg


EU3_24-3.jpg


It works without the description. :confused:

Here is what's in the localisation:

dominate_mediterranian_title;Take control of the Mediterranean Trade;;;;;;;;;;;;;x
dominate_mediterranian_desc;For a long time our papal holiness has successfully come to dominate the italian lands, and for this each and every man of our realm is happy. However, now is not the time to celebrate succeses of the past but to look forwards and see the future. It is the will of God that his messenger on our earth, the Pope, is in total control of the sinful trade that goes on throughout the Mediterranean. Make it so. ;;;;;;;;;;;;;x

-------------------

So that's the next mission!

Submitted by Flooper X!!!

I don't think the description will change anything about the mission, so I will just leave it like that, and start the mission in the next update. :D
 
I have finally made my own mission for you. I have sent it to you privately.