HOI4 Dev Diary - Equipment Conversion & War Update

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

podcat

Game Director <unannounced>
Paradox Staff
12 Badges
Jul 23, 2007
12.811
38.516
  • Europa Universalis IV
  • Hearts of Iron III
  • Semper Fi
  • 500k Club
  • Europa Universalis III: Collection
  • Europa Universalis IV: Pre-order
  • Hearts of Iron II: Beta
  • Europa Universalis: Rome Collectors Edition
  • Mount & Blade: Warband
  • Paradox Order
  • Hearts of Iron IV Sign-up
  • Hearts of Iron IV: Together for Victory
Hi everyone and welcome to today's dev diary. I’m home with a nasty cold, but lets power through and check out some more stuff coming in Death or Dishonor and the Oak update. Today’s main topic is Equipment Conversion, or how to choose the StuG Life.

Using older chassis to mount more powerful guns etc was very common in WW2 era Germany, in fact its most produced armored fighting vehicle the StuG III was essentially a PzIII with its turret removed to make room for a more powerful gun. We've always let you build these self-propelled variants in HOI4, but its not been possible to convert existing vehicles before. Now if you get Death or Dishonor it will be! This is a great way of getting rid of older stuff you might not want to deploy and keeping it relevant for longer.

dd_3.jpg

If you look at the top production line there you can see that the conversion tickbox is enabled, and that the line is using suspiciously little resources and running at high speed. This is what it looks like with the box unticked:
dd_2.jpg

You can only enable this if you have spare equipment that is possible to convert from sitting around in your stockpile. When converting you pay the difference in resources only rather than the full amount and production speed is much higher.
dd_1.jpg


Note that it lists in what order and what will be converted (although here all I had for the diary was PzIIIs).

So what exactly can you convert?
  • Any base model (PzIV) or upgraded variant marked obsolete (say PzIV B) to a newer one (PzIV C). This goes for planes too.
  • Any base model or variant (up to one tech level back) to a self propelled. So you can convert a Medium Tank 1 to a Medium Tank Destroyer 1 or Medium Tank Destroyer 2 (the second one would then cost more resources).
  • The above also works for licensed or captured equipment (although you can't convert a captured T-34 to a PzIV C, they need to actually be upgraded versions of the same thing).

There are also some new techs that help improve conversions to be even more efficient. 2 of them in the machine tools tree and Dispersed Industry also gives a base bump.
dd_4.jpg


For modders its fairly easy to mess around with this, check out the spoiler for scripting examples:
Code:
medium_tank_equipment = {
        is_convertable = yes
}

Code:
medium_tank_artillery_equipment_3 = {
        can_convert_from = {
            medium_tank_equipment_2
            medium_tank_equipment_3
        }
}

We have also been updating the war overview interface to make it nicer and more informative.
its now possible to see total losses, fielded manpower, industry and also to be able to sort by each column.
dd_5.jpg

Another thing is that we now showcase capitulation a bit clearer (see Free France) and its now also possible to get out of capitulation. Previously this only happened at the end of the war which led to some weird cases where a France who had reclaimed all their territory still wouldn't be able to stop their side from giving up if the other majors had fallen. Now the capitulated state is reset if you reclaim your original capital and get back 90% of their surrender level.

This weekend is PdxCon and next Wednesday we will be taking a look at new air stuff! Also do tune in to the World War Wednesday stream at https://www.twitch.tv/paradoxinteractive with maybe only Daniel at 16:00CET (unless he manages to snag another sidekick than me). It will be full "hot code!" mode and start a new campaign as Hungary to show off stuff from last week's diary.
 
Last edited:
  • 1Like
Reactions:
Very interesting! Can't wait for the reworked Air Warfare DD!:)
 
Any chance that famous TDs like the Stug is gonna get its own icon instead of using the Panzer III one? Could you also explain more about the conversion of captured units, so would a T-34 MK-1 be able to be converted into a PzIVC? If not how does the conversion of captured units works? Also can this be done for ships as well to convert them into newer variants?
 
Last edited:
So can we convert all the captured trash into, for example, MArm I and then into MArm IA? Or it will be converted straight into MArmI A? OR I have to setup two production lines, one to convert all to MArm I and another to Convert it to Marm IA?
 
You can only enable this if you have spare equipment that is possible to convert from sitting around in your stockpile.

Yes Yes Yes!!!

quick question: will production of the converted tanks stop completly so you get the "free factories" alert or will production just continue with normal speed/costs when the stockpile is empty?

description says "...at reduced costs. This will continue untill the stockpile is empty" - reduced cost until stockpile is empty or build-order until stockpile is empty?

Would prefer the later and to choose myself if I want to continue building or build other things :) or I would have to check all the time if the conversion is already finished
 
Is concentrated industry getting a small buff? Dispersed industry is allredy powerful!
Can we convert Light armor 36 to Medium td 39?
Can we convert ships, guns and artillery also?
Nice game addition! Keep up the good work and try haveing a nice day
 
OR I have to setup two production lines, one to convert all to MArm I and another to Convert it to Marm IA?

you can convert directly to upgraded versions, no need for a middle step

When can we convert outdated battleships to carriers or something?
Since ships are huge and dont live in the stockpile the same stuff wouldnt really work for them (realistically they would need to sit in port etc). Its something that makes sense to add long term though. Perhaps in an expansion with more naval focus.
 
quick question: will production of the converted tanks stop completly so you get the "free factories" alert or will production just continue with normal speed/costs when the stockpile is empty?
if you run out of stuff to convert it will continue producing with regular costs. We felt its what makes sense most of the time (you produce to meet a lack in your armies etc)
 
Can you convert for example Light tanks to medium tanks?
 
Can we get a button we can tick so our industry will automatically use spare equipment to convert? that way we won't have to micromanage the whole thing if we don't want to.
 
get back 90% of their surrender level

Does this mean that for a country to "uncapitulate," in addition to reclaiming the capital, that country's capitulation bar would have to move from 100% "red" (100% capitulated) all the way to 90% "green" (only 10% towards capitulation) or will it be enough to get the bar to 10% "green" (i.e., still 90% of the way to capitulation)?
 
Since ships are huge and dont live in the stockpile the same stuff wouldnt really work for them (realistically they would need to sit in port etc). Its something that makes sense to add long term though. Perhaps in an expansion with more naval focus.
Thing is - now it is a usual solution to ignore middle techs and build only later tech ships. Because, well, you can't upgrade or refit them or actually DO anything with them. They are a dead weight. At least it would make building early-tech ships worth it gameplay-wise, like we had in EUIV.
 
Can we convert Light armor 36 to Medium td 39?
no, we felt this would make stuff a bit too unbalanced so there is no conversion between light-medium-heavy. You could mod it though I guess.

Can we get a button we can tick so our industry will automatically use spare equipment to convert? that way we won't have to micromanage the whole thing if we don't want to.
not sure it makes sense on global level. I think it wont be something you always want to use as you wont want stockpiles to sink too low and be able to maintain reinforcements etc. We'll keep it in mind tho.

Does this mean that for a country to "uncapitulate," in addition to reclaiming the capital, that country's capitulation bar would have to move from 100% "red" (100% capitulated) all the way to 90% "green" (only 10% towards capitulation) or will it be enough to get the bar to 10% "green" (i.e., still 90% of the way to capitulation)?

need to get 90% green
 
Any base model (PzIV) or upgraded variant marked obsolete (say PzIV B) to a newer one (PzIV C). This goes for planes too.

This is amazing! I have a tendency to use my experience to upgrade the newest model to make sure I'm producing state of the art equipment. Why make a better PzIV variant in '42 when I could just upgrade my Panthers in '43? (I know, production efficiency, but it isn't enough for me). Now it gets interesting: Sure, I can beef up my brand new Panthers, but I could also upgrade the thousands of PzIVs I'll have at that point.
 
Looking forward to playing with conversion.

The main thing I'm taking away from this though is that dispersed is being buffed again. I already pretty much considered it the go to tech of choice and unless you've nerfed part off it or buffed concentrated its going to be even more lopsided. Also dispersed industry isn't as good at this efficiency stuff as concentrated industry in real life, maybe it's time to consider renaming then at the very least.
 
Looking good