As was foretold, we've added advertisements to the forums! If you have questions, or if you encounter any bugs, please visit this thread: https://forums.penny-arcade.com/discussion/240191/forum-advertisement-faq-and-reports-thread/
We're funding a new Acquisitions Incorporated series on Kickstarter right now! Check it out at https://www.kickstarter.com/projects/pennyarcade/acquisitions-incorporated-the-series-2

[Paradox Interactive] Divine Wind finally on Steam, NEW HoI3 expansion announced

11213151718101

Posts

  • enlightenedbumenlightenedbum Registered User regular
    edited August 2010
    Break up all the other major powers.

    Granada/Galicia/Aragon/Portugal/Castille
    German minors stay German
    Don't let Russia form
    Break up England (Wales/Cornwall/Northumberland)
    Stop Austria

    That kind of thing.

    enlightenedbum on
    Self-righteousness is incompatible with coalition building.
  • The Fourth EstateThe Fourth Estate Registered User regular
    edited August 2010
    Vassalise any country big enough to be Emperor.

    The Fourth Estate on
    steam_sig.png
  • JaramrJaramr Registered User regular
    edited August 2010
    Create a French League of Nations, where you break up all of europe into 6-12 province chunks, and vassalize them all.

    Im doing that in my England game, where i'm attempting to balkanize France that way, its quite difficult actually.

    Although southern france is becoming a mess of revolters, with Provence reforming and becoming the dominant power since Aragon and Castille wont do anything.

    Jaramr on
    steam_sig.png
  • Michael HMichael H Registered User regular
    edited August 2010
    Looks like an update to EU: Rome got pushed today:

    Updates to Europa Universalis: Rome have been released. The updates will be applied automatically when your Steam client is restarted. The major changes include:

    Annexation of two province states allowed
    Rebels can now declare independence
    Rebels and pirates now fight as if they had a martial 7 leader, and use tech modifiers
    Mercenaries are now twice as expensive to maintain, but reinforce (with their own manpower) at a slow pace
    Revised the childhood events of characters to present clearer choices
    Civil wars no longer affect trade routes
    Improved handling of foreign occupation of provinces at the end of a civil war (no more gamey auto-conquests)
    Winning a civil war now gives a big loyalty boost to all characters
    Winning wars gives ruler popularity, losing costs popularity
    Generals and admirals no longer lose or gain loyalty and family prestige when assigned or dismised, or when units are reorganized
    Generals and admirals gain some monthly loyalty for each cohort or ship they command that is _not_ personally loyal to them
    No longer possible to disband units with personal loyalties
    AI improvements across the board
    Women are allowed to hold offices among the Siluri and Catavellauni
    Leader skill now matters less in combat
    Some new events, characters and character ambitions added
    Tylis is now a powerful tribe at game start to simulate the Gallic invasion of the Balkans
    Massively speeded up load times

    Michael H on
  • PolloDiabloPolloDiablo Registered User regular
    edited August 2010
    Wow, I saw it update, but I figured it was something tiny. That's a lot of changes.

    PolloDiablo on
  • Jealous DevaJealous Deva Registered User regular
    edited August 2010
    So, that thing regarding a form russia event I was just talking about?
    country_event = {
    	id = 100000
    	major = yes
    	trigger = {
    		NOT = { exists = RUS }
    		NOT = { tag = HRE }
    		primary_culture = russian
    		ai = yes
    		NOT = { has_global_flag = russian_formation 
    			}
    		year = 1450
    		num_of_cities = 5
    		is_subject = no
    		lesser_in_union = no
    		}
    
    		
    	mean_time_to_happen = {
    		months = 120
    		modifier = {
    			factor = .5
    			tag = MOS
    		}		
    
    	}
    	title = "Russian Dynamism"
    	desc = "The Russian people lack a nation, but among the statelets a leader begins to emerge."
    
    	option = {
    		name = "We will become Tsar of all the Russias."
    		add_country_modifier = {
    			name = "dynamism"
    			duration = 36500 
    			}
    		set_global_flag = russian_formation
    		set_country_flag = russian_target
    		add_core = 295
    		add_core = 310
    		add_core = 294
    		add_core = 308
    		add_core = 289
    		add_core = 293
    		add_core = 306
    		add_core = 307
    	}
    }
    
    country_event {
    	id = 100001
    	major = yes
    	trigger = {
    	has_global_flag = russian_formation
    	has_country_flag = russion_target
    	OR = { is_subject = yes
    		lesser_in_union = yes
    		NOT = { num_of_cities = 5}
    		}
    	}
    	
    	mean_time_to_happen = {
    		months = 12
    		}
    	title = "Loss of leadership in Russia"
    	desc = "With the defeat of a rising power, once again a power vacuum exists in Russia."
    
    	option = {
    		name = "Damn"
    		clr_global_flag = russian_formation
    		clr_country_flag = russian_target
    		remove_country_modifier = dynamism
    		}
    }
    


    dynamism is just an event modifier defined as the same bonuses lucky gives. They overlap. (edit - no actually apparently they stack)

    Seems to work pretty well. Basically chooses a russian minor with more than 5 provinces at random sometime between 1450 and 1480, and gives them cores on the russian provinces required for the event, then if they get beaten back down to a minor opens it back up for everyone else again.

    Edit: Missing an equals

    Jealous Deva on
  • PolloDiabloPolloDiablo Registered User regular
    edited August 2010
    That's pretty cool. I like how moddable these games are.

    PolloDiablo on
  • obolon84obolon84 Good news, everyone! I just blue myself.Registered User regular
    edited August 2010
    Haven't visited the Paradox forums in a while, so does anyone know if Heir to the Throne is supposed to come out anytime soon for Mac (preferably Steam)? Those screens posted earlier are very intriguing.

    obolon84 on
    bJnuewi.jpg
  • oldmankenoldmanken Registered User regular
    edited August 2010
    obolon84 wrote: »
    Haven't visited the Paradox forums in a while, so does anyone know if Heir to the Throne is supposed to come out anytime soon for Mac (preferably Steam)? Those screens posted earlier are very intriguing.

    It's out, though not on Steam yet. However, the DD version from deliver2mac works with the steam version, apparently.

    oldmanken on
  • HamHamJHamHamJ Registered User regular
    edited August 2010
    Man, the reformation is annoying. It's not really causing me any problems, but I want to have a nice uniform religious map and these little dots of heretics are not helping. And I have some Orthodox and Muslim infidels I would rather be converting. I need more Missionaries!

    HamHamJ on
    While racing light mechs, your Urbanmech comes in second place, but only because it ran out of ammo.
  • Jealous DevaJealous Deva Registered User regular
    edited August 2010
    So, in my current game I just noticed Catholic England is ruled by archbishop Mary Blake.

    I guess some rather interesting ideas slipped into the Catholic church during the Counter-Reformation.

    Jealous Deva on
  • TeriferinTeriferin Registered User regular
    edited August 2010
    Ugh, damn you Hundred Years War. I've tried twice to win it as France, but England refuses to accept defeat. Occupied Aquitaine and Calais, destroyed more than 40 regiments, pushed their war exhaustion past 10, and they seem to be okay with making this a 150 years war.

    I need to find a way to get Scotland to help out, but they always break our alliance the moment war starts.

    Teriferin on
    teriferin#1625
  • ElvenshaeElvenshae Registered User regular
    edited August 2010
    So, Commander: Conquest of the Americas:

    Apparently, they pushed a small patch on Steam today (no patch notes, though, which annoys slightly).

    Included in the unpublished list of things they added were better tool tips for the ship construction menus, which is good. They also added main-screen icons to let you know about the morale of your colonies, which is also good.

    I took part in three combats today, and instead of all taking place in 2kn winds like before, they instead took place in 0kn winds. No, waiting for 15 minutes on 4x acceleration while my ships creep ever so slowly up to the enemy is not fun. Thank goodness I had a book with me to read while I waited for the game to get interesting. I'm really not sure what's going on here, and I'm waiting on permission emails to post a question in the game's Steam forum. Anyone else running into this?

    Elvenshae on
  • The Fourth EstateThe Fourth Estate Registered User regular
    edited August 2010
    So, in my current game I just noticed Catholic England is ruled by archbishop Mary Blake.

    I guess some rather interesting ideas slipped into the Catholic church during the Counter-Reformation.

    That's nothing. I've seen England be completely conquered by the Papal States twice now. Apprently English religious rebels can't be bothered looking to their Catholic brethen in France and the Netherlands.

    The Fourth Estate on
    steam_sig.png
  • lowlylowlycooklowlylowlycook Registered User regular
    edited August 2010
    Michael H wrote: »
    Looks like an update to EU: Rome got pushed today:

    Updates to Europa Universalis: Rome have been released. The updates will be applied automatically when your Steam client is restarted. The major changes include:

    Annexation of two province states allowed
    Rebels can now declare independence
    Rebels and pirates now fight as if they had a martial 7 leader, and use tech modifiers
    Mercenaries are now twice as expensive to maintain, but reinforce (with their own manpower) at a slow pace
    Revised the childhood events of characters to present clearer choices
    Civil wars no longer affect trade routes
    Improved handling of foreign occupation of provinces at the end of a civil war (no more gamey auto-conquests)
    Winning a civil war now gives a big loyalty boost to all characters
    Winning wars gives ruler popularity, losing costs popularity
    Generals and admirals no longer lose or gain loyalty and family prestige when assigned or dismised, or when units are reorganized
    Generals and admirals gain some monthly loyalty for each cohort or ship they command that is _not_ personally loyal to them
    No longer possible to disband units with personal loyalties
    AI improvements across the board
    Women are allowed to hold offices among the Siluri and Catavellauni
    Leader skill now matters less in combat
    Some new events, characters and character ambitions added
    Tylis is now a powerful tribe at game start to simulate the Gallic invasion of the Balkans
    Massively speeded up load times

    Seems like this is only for the expansion. I've been avoiding that because playing as a republic seemed like a real pain and not so much fun. Meh.

    lowlylowlycook on
    steam_sig.png
    (Please do not gift. My game bank is already full.)
  • Suicide SlydeSuicide Slyde Haunts your dreams of mountains sunk below the seaRegistered User regular
    edited August 2010
    Vicky 2 demo is out now. I'm typing this on my break at work so hopefully the link is the right one.

    http://forum.paradoxplaza.com/forum/showthread.php?t=490631

    Suicide Slyde on
  • PolloDiabloPolloDiablo Registered User regular
    edited August 2010
    Cool. I'll try it out, even if I have no intention of getting it until the first few expansions are out.

    PolloDiablo on
  • HamHamJHamHamJ Registered User regular
    edited August 2010
    I just regained Constantinople from the evil Spanish. The Roman Empire truly will rise again!

    I'm tempted to make Jerusalem my next target.

    HamHamJ on
    While racing light mechs, your Urbanmech comes in second place, but only because it ran out of ammo.
  • TeriferinTeriferin Registered User regular
    edited August 2010
    HamHamJ wrote: »
    I just regained Constantinople from the evil Spanish. The Roman Empire truly will rise again!

    I'm tempted to make Jerusalem my next target.

    I highly recommend this. Holding Jerusalem gets you a prestige bonus for liberating the holy land. The same applies to Mecca.

    Teriferin on
    teriferin#1625
  • PolloDiabloPolloDiablo Registered User regular
    edited August 2010
    I've finally caught on to Crusader Kings.

    Everybody loves me, I've got a great family with tendrils in every major court, between me and the Pope, we've completed the reconquista. I finally inherited England and Wales, and I'm subjugating their vassals. Now I'm planning to sit back and spend a generation getting disgustingly rich.

    PolloDiablo on
  • enlightenedbumenlightenedbum Registered User regular
    edited August 2010
    Should note, the Vicky 2 demo is 15 years as the US only.

    enlightenedbum on
    Self-righteousness is incompatible with coalition building.
  • HamHamJHamHamJ Registered User regular
    edited August 2010
    The Holy Land has been liberated! All hail the chosen of God, the Holy Roman Emperor!

    Also, fuck you France you better go back to being Catholic or I will cut you. And give me a province while you're at it!

    Is there some way to use spies to mess up the relations between to countries? Because I would dearly love to get Spain out of the Pope's good graces so I can Excommunicate and murder them.

    HamHamJ on
    While racing light mechs, your Urbanmech comes in second place, but only because it ran out of ammo.
  • Jealous DevaJealous Deva Registered User regular
    edited August 2010
    Should note, the Vicky 2 demo is 15 years as the US only.

    Which was probably not a great nation to choose for this time period.

    "Ok the civil war is out of the time frame of the demo, can everyone please just SHUT THE FUCK UP ABOUT SLAVERY ALREADY?"

    Jealous Deva on
  • TeriferinTeriferin Registered User regular
    edited August 2010
    Okay... things have gotten weird in France. Well, actually it's in Ireland, but for some reason the Irish have decided they really like France. There's a rebel stack roaming Ireland, conquering provinces and immediately ceding them to me.

    Teriferin on
    teriferin#1625
  • enlightenedbumenlightenedbum Registered User regular
    edited August 2010
    So Vicky still plays similarly with a nicer interface and war goals and more diplomacy. Also you can see what your Capitalists are up to and how close they are to doing something, which is much much nicer.

    enlightenedbum on
    Self-righteousness is incompatible with coalition building.
  • Suicide SlydeSuicide Slyde Haunts your dreams of mountains sunk below the seaRegistered User regular
    edited August 2010
    Should note, the Vicky 2 demo is 15 years as the US only.

    Also contains the full tutorial and it works! Which is important for people like me who know fuck all what they are doing.

    Suicide Slyde on
  • DemiurgeDemiurge Registered User regular
    edited August 2010
    Should note, the Vicky 2 demo is 15 years as the US only.

    Also contains the full tutorial and it works! Which is important for people like me who know fuck all what they are doing.

    Wonder why they picked the US, its a huge and unwieldy country and its hard to do fuckall in only 15 years. I woud have preferred a smaller country like Belgium or maybe France.

    Demiurge on
    DQ0uv.png 5E984.png
  • HamHamJHamHamJ Registered User regular
    edited August 2010
    Teriferin wrote: »
    Okay... things have gotten weird in France. Well, actually it's in Ireland, but for some reason the Irish have decided they really like France. There's a rebel stack roaming Ireland, conquering provinces and immediately ceding them to me.

    Relgion, I would guess.

    I ended up getting Krakow from Poland when it got taken over by Catholic rebels. And the rebels became mine as well I think.

    HamHamJ on
    While racing light mechs, your Urbanmech comes in second place, but only because it ran out of ammo.
  • Suicide SlydeSuicide Slyde Haunts your dreams of mountains sunk below the seaRegistered User regular
    edited August 2010
    Demiurge wrote: »
    Should note, the Vicky 2 demo is 15 years as the US only.

    Also contains the full tutorial and it works! Which is important for people like me who know fuck all what they are doing.

    Wonder why they picked the US, its a huge and unwieldy country and its hard to do fuckall in only 15 years. I would have preferred a smaller country like Belgium or maybe France.

    I have yet to play the demo proper, still working on the tutorials so take my opinion with a grain, but I would hazard to guess that they went with the US because of it's relative isolation, and lots of opportunities to do different things. Playing as Belgium, you have little room for expansion and are surrounded by the major powers of France, England and Prussia. I don't have a reason for not choosing France, the best I can come up with is trying to appeal to gamers in the US? Maybe the US makes up a small percentage of their sales and they are trying to penetrate that market by appealing to our natural instinct for Nationalism?

    Really though I just needed a demo to confirm that my PC will actually run the game, running on an aging system over her.

    EDIT: And by our I mean my.

    Suicide Slyde on
  • PolloDiabloPolloDiablo Registered User regular
    edited August 2010
    I'm starting to think EU France is so strong because they're leeching all the strength from their CK version. In my current CK game, France has imploded and is now a patchwork of other nations. I've never seen them hold together. I don't know if it's something I'm doing, or it's just part of the game.

    PolloDiablo on
  • FerrusFerrus Registered User regular
    edited August 2010
    France and England are usually the most stable nations in my CK games, while Germany of course implodes 99% of the time. The AI doesn't seem to manage to form a unified Spain either.

    I've also seen Muslim Spain, which was scary. D:

    Ferrus on
    I would like to pause for a moment, to talk about my penis.
    My penis is like a toddler. A toddler—who is a perfectly normal size for his age—on a long road trip to what he thinks is Disney World. My penis is excited because he hasn’t been to Disney World in a long, long time, but remembers a time when he used to go every day. So now the penis toddler is constantly fidgeting, whining “Are we there yet? Are we there yet? How about now? Now? How about... now?”
    And Disney World is nowhere in sight.
  • PolloDiabloPolloDiablo Registered User regular
    edited August 2010
    How does excommunication work? Right after I became King, the Sicilians became papal controller, and a second later I was excommunicated for no reason. Is it their doing? How do I get back in with the pope?

    PolloDiablo on
  • FerrusFerrus Registered User regular
    edited August 2010
    The Papal Controller can excommunicate you but he can also revoke it later. At least the player can, I'm not sure how the AI handles it.

    Ferrus on
    I would like to pause for a moment, to talk about my penis.
    My penis is like a toddler. A toddler—who is a perfectly normal size for his age—on a long road trip to what he thinks is Disney World. My penis is excited because he hasn’t been to Disney World in a long, long time, but remembers a time when he used to go every day. So now the penis toddler is constantly fidgeting, whining “Are we there yet? Are we there yet? How about now? Now? How about... now?”
    And Disney World is nowhere in sight.
  • enlightenedbumenlightenedbum Registered User regular
    edited August 2010
    The one problem I had with Vicky 2 was tech is slooooow and since you can't directly promote pops to clerks/clergy (I don't think?) it's hard to influence. Would be especially bad if you have all the conservative ideological thought inventions fire, as plurality is now a percentage modifier on research points.

    enlightenedbum on
    Self-righteousness is incompatible with coalition building.
  • PhyphorPhyphor Building Planet Busters Tasting FruitRegistered User regular
    edited August 2010
    How does excommunication work? Right after I became King, the Sicilians became papal controller, and a second later I was excommunicated for no reason. Is it their doing? How do I get back in with the pope?

    I've had that happen in my current game all the time. It's probably because I have around -200 relations with the entire world. IIRC you can't be excommunicated if you maintain > 100 relations with the papal states, otherwise the current controller can get you excommunicated and will if relations are poor (I think)

    edit: Amusingly the papal states have been my vassal for close to 100 years and even all my vassals hate my guts

    Phyphor on
  • dojangodojango Registered User regular
    edited August 2010
    Should note, the Vicky 2 demo is 15 years as the US only.

    Which was probably not a great nation to choose for this time period.

    "Ok the civil war is out of the time frame of the demo, can everyone please just SHUT THE FUCK UP ABOUT SLAVERY ALREADY?"

    Yeah, it kept on firing slavery debate events. I kept hitting the anti-slavery options, and the civil war started in 1849. Ended up rolling the CSA up in about a year. I wonder how they will keep the CSA from always being curbstomped? Even with my hilariously incompetent generals, they didn't put up much of a fight.

    Part of the problem might be that I can only recruit Yankee soldiers, from the north, so that the south doesn't start with a standing army. If the US player was able to recruit armies from the south (especially for the war against mexico), it might give the south a fighting chance.

    At any rate, I was getting ready to roll into mexico when the demo ended.

    dojango on
  • enlightenedbumenlightenedbum Registered User regular
    edited August 2010
    The Mexicans invaded me for Louisiana when I was playing. This went badly for them and I ended up chasing Santa Ana all the way to Baja and taking Texas from them.

    enlightenedbum on
    Self-righteousness is incompatible with coalition building.
  • jammujammu 2020 is now. Registered User regular
    edited August 2010
    I love playing as German states in EU3. With no other country can you get a country shaped like this naturally:
    eu32y.png

    I was expecting german provinces in a shape of Swastika.

    I am so disappointed.

    jammu on
    Ww8FAMg.jpg
  • VicVic Registered User regular
    edited August 2010
    I wonder what the chanses are of someone making a savegame converter from EU3 to Vic2. It seems to me like the old converter was made by fans, so unless they code the world and savegames very differently this time it may be possible.

    Not likely perhaps, but I'll keep on dreaming!

    I have been playing a really long game as Japan, with the self-imposed rule of only conquering islands. I am just finishing up my annexation of England in 1710 and then there are only a few islands left until I rule all the seas. I'd love to see how that world works out in a Vic2 game.

    Vic on
  • dojangodojango Registered User regular
    edited August 2010
    I'm starting to think EU France is so strong because they're leeching all the strength from their CK version. In my current CK game, France has imploded and is now a patchwork of other nations. I've never seen them hold together. I don't know if it's something I'm doing, or it's just part of the game.

    That's not too surprising. From what I remember of French History (learned at the University of EU 2), France wasn't really unified until the early 1500's, after the death of the last Duke of Burgundy, the inheritance of Brittany, and then finally kicking the English out.

    dojango on
Sign In or Register to comment.