• 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.
Just wondering can i use ordep viet/pb converter with all the hip modules ?

It's not possible to play all hip modules at once, you either must leave SWMH or VIET immersion as the two aren't compatible.

Anhow, I believe the converter doesn't work with SWMH currently, but the other hip mods are fine.
 
I was just wondering, I know the next update will get released when the SWMH team is ready, but is there an ETA on that? I'm planning on starting a new game this weekend and wonder if I should put it off until late saturday or sunday hoping to get to use an updated HIP.
 
I was just wondering, I know the next update will get released when the SWMH team is ready, but is there an ETA on that? I'm planning on starting a new game this weekend and wonder if I should put it off until late saturday or sunday hoping to get to use an updated HIP.

We really don't know specifics, TBH. We need NBRT to be ready as well. And we need everything to work together at our highest quality standards before release. It's not totally clear the next release will be savegame-incompatible w/r/t SWMH yet either.
 
Sorry if this is a FAQ, but the search engine on these forums is horrifying :mad:

I'm playing with PB + VIET (immersion and music included) + ARKO (both modules) + NBRT+. I skipped SWMH. I have the Feb, 27th version, the latest patch (2.0.4.) and all DLCs up to Sons of Abraham.

I choose the Duke of Barcelona, but I noticed that his title is "Count". So he is Count of Barcelona (it should be the Duke of course) *and* Count of Barcelona (the territory). The title of "Duke of Barcelona" in his profile is surmounted by the correct ducal crown, but it is still defined as "Count".

The game works, but I checked other Dukes and I found the same problem: a lot of them bear the title of Count even if it is surmounted by the correct ducal crown.

Is this WAD? Just cosmetic problem? Or there is something porked in my game? I installed PB et al twice, both times starting from a clean start, but the problem does't go away. I even tried a custom character but no joy.

Thanks in advance for your help!
 
Sorry if this is a FAQ, but the search engine on these forums is horrifying :mad:

I'm playing with PB + VIET (immersion and music included) + ARKO (both modules) + NBRT+. I skipped SWMH. I have the Feb, 27th version, the latest patch (2.0.4.) and all DLCs up to Sons of Abraham.

I choose the Duke of Barcelona, but I noticed that his title is "Count". So he is Count of Barcelona (it should be the Duke of course) *and* Count of Barcelona (the territory). The title of "Duke of Barcelona" in his profile is surmounted by the correct ducal crown, but it is still defined as "Count".

The game works, but I checked other Dukes and I found the same problem: a lot of them bear the title of Count even if it is surmounted by the correct ducal crown.

Is this WAD? Just cosmetic problem? Or there is something porked in my game? I installed PB et al twice, both times starting from a clean start, but the problem does't go away. I even tried a custom character but no joy.

Thanks in advance for your help!

It's a wad feature of VIET immersion (and SWMH actuallym I believe, though I know you're not running that). Historically the dukes of Barcelona, as they are known inv anilla, were in fact counts. The title will however function like any other duchy - it's just a cosmetic thing (you will notice something similar for Flanders, for instance).

If it's something you find annoying it's pretty simple to change, we can point out the parts of the code udon need to look for to delete.
 
Thank you for your kind answer. I was only baffled by this strange change and I feared there was some bug/bad installation.

I'll play with my "Count of Barcelona" as VIET Immersion requires. No changes to the code required for me.

Thank you again!

Vincenzo
 
Hey guys, sorry if this has been asked before, but I don't get it how to convert this mod to EU IV. I followed your instructions on preparing the game for the conversion and downloaded the extra files, but the converted game still crashes after a few ingame days.

What did I do wrong?
 
Hi, there. I have a question about the converter. So im playing Norway from the Old Gods and have managed to create the Empire of Nordriki. Now, after I have converted it, I am able to launch EU4. I am able to play as England, my now vassal in the empire. However, if I want to play Nordrikki itself, I cant. I select them, it loads, I hear this money/cash sound, the game zooms in on Norway, and then the game crashes. Every time.

Im launcing the game with both the save file and the other converter mod ticked on. Please help :( Why does England work but not Norway? :(
 
Im launcing the game with both the save file and the other converter mod ticked on. Please help :( Why does England work but not Norway? :(

Like the previous post suggests, it's still a work in process. :)

Does the duel engine work correctly nowadays? Or is that due for the next patch? Which are the submods that aren't compatible yet?
 
Does the duel engine work correctly nowadays? Or is that due for the next patch? Which are the submods that aren't compatible yet?
Next patch.

The only incompatible mods within HIP are SWMH and VIET Immersion.
 
Are you going to include the latest changes made to the anglicization sub mod for swmh?
Aasmul will send you a PM about that if he hasn't already.
New Version of NBRT+ is about 80% done now.
So Friday sound good to me :ninja:
Sounds great.
Saturday release seems likely then. Send the files to me as soon as they're ready.
 
Mustn't be easy to coordinate the efforts so every submod remains compatible.

Yeah, it's pretty much a nightmare to maintain the level of mod compatibility and coordination required for the completely-customizable aspect of HIP, actually. We're definitely, persistently making new strides at streamlining the process, though.
 
Pragmatically, such strings are usually stored in memory as an array of bytes with a terminating 0-valued byte at the end (which ASCII annoyingly calls the NUL character, as if it were actually a character, but hey, it's better than epsilon, right?).
Just to be pedantic: ASCII (and even earlier codes) defined character 0 as NUL, a valid character, years before C was invented. While C uses 0-terminated strings, not all languages do. Even in C, 0 is a valid character, in a binary file for instance.