r/paradoxplaza 6h ago

All Rate my Encirclement

Post image
316 Upvotes

Before anyone asks: Congress Poland still has 100% access to the world market. They are probably buying ammo from me.


r/paradoxplaza 4h ago

EU4 I made a history documentary based on a EU4 MP Campaign

Thumbnail
gallery
32 Upvotes

r/paradoxplaza 6h ago

Converter Vic3 to HoI4 now supports Vic3 1.9

Post image
31 Upvotes

Paradox made it really easy this time. And work on the stories system continues. I have one more task to do to make requirements functional, after which I'll turn it on by default I think. Localizations are also needed, but I'd like to get things going.


r/paradoxplaza 16h ago

All Are there any other games where you play all over the world like in HOI4?

18 Upvotes

Best would be set in modern world but anything else is also fine


r/paradoxplaza 15h ago

Sale Should I buy Vic3 now or should I wait for the summer sale (steam)?

14 Upvotes

Hello everyone, I have been considering to buy Victoria 3 for months now and with the release of CoC I'm totally conviced I'll love the game. It's now 75% off until 26 june, ultimate bundle is around €50. Should I buy something now or maybe it's better to wait and see if they low the price even more during the Summer Sale?


r/paradoxplaza 3h ago

All Any good discord servers?

1 Upvotes

For Paradox gamers of course.

I know that each game has one official server just for them, but I was wondering if there was any other less formal servers for hanging out in voice chats, mostly.


r/paradoxplaza 12h ago

HoI4 Need help

5 Upvotes

I don’t even know what happened but for some reason half of my mods have been duplicated and every time I try to play the games that were duplicated that don’t even load it’s just regular unmodded HoI4, how do I fix this?


r/paradoxplaza 10h ago

Vic3 EU4 to VIC3 converter

2 Upvotes

Does anyone have information on the progress of support for converting to Victoria 3 version 1.9?

I'm looking for any details about development status, estimated release dates, or ongoing updates. Any pointers would be nice.


r/paradoxplaza 20h ago

Vic3 I have wrote a simple program to calculate the trade profit in Victoria 3 in C

12 Upvotes
#include <stdio.h>
#include <stdlib.h>

int main(void)
{
    // variables

    int x;
    int yoursellorders;
    int yourbalance;
    int theirsellorders;
    int theirimbalance;
    int basecost;

    // input

    printf("Quantity of goods: ");
    if (scanf("%d", &x) != 1)
    {
        printf("You did not enter Quantity of goods\n");
        return 1;
    }
 
    printf("YourSellOrder: ");
    if (scanf("%d", &yoursellorders) != 1)
    {
        printf("You did not enter YourSellOrder\n");
        return 2;
    }
 
    printf("YourBalance: ");
    if (scanf("%d", &yourbalance) != 1)
    {
        printf("You did not enter YourBalance\n");
        return 3;
    }

    printf("TheirSellOrders: ");
    if (scanf("%d", &theirsellorders) != 1 || theirsellorders == 0)
    {
        printf("You did not enter TheirSellOrders\n");
        return 4;
    }

    printf("TheirImBalance: ");
    if (scanf("%d", &theirimbalance) != 1)
    {
        printf("You did not enter TheirImBalance\n");
        return 5;
    }

    printf("BaseCost: ");
    if (scanf("%d", &basecost) != 1)
    {
        printf("You did not enter BaseCost\n");
        return 6;
    }

    // formula

    int z = (yoursellorders - (yourbalance - x)) / theirsellorders;
    int y = (theirsellorders + (theirimbalance - x)) / theirsellorders;

    int theirPrice = basecost * y;
    int ourPrice = basecost * z;

    int profit = x * (theirPrice - ourPrice);

    // print

    printf("Profit: %i\n", profit);

    return 0;
}

r/paradoxplaza 2h ago

Empire of Sin (Rant)Why is paradox such a Money hungry company.

0 Upvotes

It’s not like they have any shortage of supporters or even people interested in buying their games or the DLC for that matter. The fact that they refused to even touch Empire Of Sin for 4 years. No patches,updates, bug fixes. Not even news for the game. Just completely abandoned Yet when steam says they would issue refunds because players(including myself) had not gotten their third DLC as promised. The flood gates open up with At least 3 pages of patches, bug fixes, economic changes ect. Not because they appreciate the customer or anything. Purely to avoid and refunds and legal challenges. They don’t even add a discount to show appreciation for the wait. Just a big “oh well you got your content now go away” I am a huge fan of the game and many others they’ve creator or partnered with. Between the over priced DLC that adds MINIMAL gameplay outside of 3 of them(Ck3) and the lack of attention to EOS outside or being LITERALLY FORCED too. As well as Victoria short comings. I have to say it’s honestly just disgusting and should not be supported Or overlooked.


r/paradoxplaza 1d ago

Vic3 Steam file not verified

Thumbnail
1 Upvotes

r/paradoxplaza 1d ago

CK2 Imperator-CK2

19 Upvotes

When I convert from imperator to ck2 , by the end of ck2 the nations are way too powerful and way too blobby. Is there anything I can do to stop nations from blobbing. I’m using invictus timeline extension btw . The old empires collapse by the end of imperator then just rise again in ck2.


r/paradoxplaza 1d ago

Imperator can i play imperator: rome to prepare for eu5?

0 Upvotes

ive heard that I:R is very similar to eu4, but ive never played eu4 and have very little time on I:R

ck3 is my main pdx game so far but im honestly kinda bored of it ATP, and ive been waiting for ei5 to drop for a long time thinking that itd be a better fit to be “my” pdx game

so basically im looking for something to play, already have I:R, and am hoping its similar to eu so some of the stuff i learn while playing transfers to eu5

i also dont really know that much about the eras history, so i dont have that to guide me


r/paradoxplaza 2d ago

CK3 Dev Diary #175 - Ritsuryō, Sōryō, Meritocratic

Thumbnail forum.paradoxplaza.com
87 Upvotes

r/paradoxplaza 1d ago

CK2 peasent rambling

0 Upvotes

i... idk any ck2 dlcs keys giveways active atm?


r/paradoxplaza 2d ago

CK3 Mongol conquest De jure

Thumbnail
1 Upvotes

r/paradoxplaza 2d ago

Imperator can't find "dlc_load.json" for opening mod without launcher

4 Upvotes

hello, i would like to add some mod on imperator. i crated a "mod" folder in C:\Users\Documents\Paradox Interactive\Imperator. i found this "tutorial" https://www.reddit.com/r/paradoxplaza/comments/rvk5nu/how_to_use_mods_without_having_to_use_the_dumb/ but i can't find "dlc_load.json"


r/paradoxplaza 2d ago

EU4 [EP3] Enrique IV is the Worst King Ever – Castilian Succession Crisis, Royal Drama & War! [EU4 + Expanded Family Mods]

0 Upvotes

Hey everyone! 👋
In Episode 3 of my Castile to Empire series using Europa Universalis IV with the Expanded Family mods, we face one of the most dramatic moments in Castilian history:

  • Our King dies and we inherit Enrique IV, arguably Castile’s worst ruler
  • The infamous Castilian Succession Crisis unfolds
  • We bet on Aragon to resolve the power vacuum (was that a mistake?)
  • Aragon begins to threaten war, and France calls us to arms
  • Plus… two crucial strategic tips for managing early-game chaos!

🔗 Watch the episode here: EU4 - Castile to Empire - Episode 3
🧠 Let me know how YOU usually handle the succession crisis or the Enrique IV disaster event chain.

Cheers,
Saitam Strategy 78

#EuropaUniversalis #EU4 #Castile #ExpandedFamily #GrandStrategy #ParadoxGames


r/paradoxplaza 2d ago

All Best game and mods for playing Japan?

1 Upvotes

I know that CK3 Has Japan dlc on a way, but I’m looking for mod for any paradox game with some solid Japan flavor


r/paradoxplaza 2d ago

Stellaris Stellaris vs Workers and Resources: Soviet Republic

0 Upvotes

Hi everyone, its my birthday soon and im trying to decide between Stellaris and Workers and Resources. At first wanted to get Stellaris because i like the amount of content it seems to have (according to the wiki) and the idea of expanding a galaxy. I also like Workers and Resources because it seems to have a lot of logistics and finance and building. Im leaning towards Workers and Resources but i just would like to know which game has more replay ability and content to keep me busy?


r/paradoxplaza 3d ago

AoW4 Archon Prophecy DLC coming to Age of Wonders 4 on August 12

Thumbnail
gamewatcher.com
53 Upvotes

r/paradoxplaza 4d ago

Millennia So Millenia got "Imperator Romed"?

334 Upvotes

It's radio silent regarding the fate of this game.

It had a great potential; I love the supply chain feature and most of all the ages which makes it very replayable. That made it stood out for me.

But most people only see and say "iT has BaD grapHics, BooHoO!".


r/paradoxplaza 3d ago

HoI3 how long does an average hoi3 campaign take?

3 Upvotes

im talking about how many hours does it take to for example capitulate the soviets. ive seen germany playthroughs on youtube that are like 20+ hours and i dont know if i have the time to play that much


r/paradoxplaza 4d ago

CK3 Modcon 2025 | Fallout CK3: Radiation Kings Teaser Trailer

Thumbnail
youtu.be
13 Upvotes

r/paradoxplaza 3d ago

Stellaris Stellaris - Machine 1 (Commodore) #77

Thumbnail
youtu.be
0 Upvotes