Hoi4 Focus Tree Maker ((top)) -

From Spreadsheet to Strategy: The Ultimate Guide to HOI4 Focus Tree Makers

If you’ve ever dipped your toes into Hearts of Iron IV modding, you know the feeling. You have a grand vision for an alternate history—perhaps a restored Byzantine Empire or a Communist USA—but then you open the focus tree files. Suddenly, you are staring at a wall of code, curly braces, and indentation errors.

For years, modders relied on Notepad++ and sheer willpower. But today, a new wave of tools—collectively known as HOI4 Focus Tree Makers—has revolutionized how we create alternate history. hoi4 focus tree maker

In this post, we explore the best tools available to build your focus trees, why you should use them, and how to get your first tree running without writing a single line of raw code. From Spreadsheet to Strategy: The Ultimate Guide to


Step 4: Branch Out

  • Add a second focus: “Align with Moscow” (X=0, Y=1). Prerequisite: “Siberian Railway Expansion.”
  • Add a mutually exclusive third focus: “Seek Japanese Investment” (X=200, Y=1) – also requiring the first focus.
  • Use the “Mutual Exclusivity” button to make them red arrows.

1. The HOI4 Modding Helper (Web-based)

The most popular entry-level tool. It runs in your browser, meaning no installation or Python requirements. Step 4: Branch Out

  • Pros: Intuitive drag-and-drop; live preview; exports directly to a .mod file.
  • Cons: Requires an internet connection; struggles with very large trees (300+ focuses) due to browser memory limits.
  • Best for: Beginners and small overhaul mods.

Step 5: Add Icons & Localisation

  • In the icon field, type GFX_goal_generic_construct_infrastructure.
  • For localisation, write:
    focus_TTU_Siberian_Railway_Expansion:0 "Siberian Railway Expansion"
    focus_TTU_Siberian_Railway_Expansion_desc:0 "We will connect Kyzyl to the Trans-Siberian line."

Step 6: Export & Test

  • Click “Export Mod.” The tool generates:
    • common/national_focus/TTU_focus.txt
    • localisation/english/TTU_l_english.yml
    • common/ideas/TTU_ideas.txt (if needed)
  • Place the mod in Documents/Paradox Interactive/Hearts of Iron IV/mod/
  • Launch HOI4, enable the mod, and play as Tannu Tuva. Your focus tree should appear in 1936.