Confirmed HoI 4 - Soviet Atomic Bomb Project inaccessible [1.12.2][7784]

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

Highlord Alarak

Private
27 Badges
Nov 4, 2016
24
46
  • Magicka
  • Stellaris: Synthetic Dawn
  • Stellaris: Leviathans Story Pack
  • Battle for Bosporus
  • Stellaris: Federations
  • Hearts of Iron IV: La Resistance
  • Stellaris: Ancient Relics
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Megacorp
  • Stellaris: Distant Stars
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris - Path to Destruction bundle
  • Crusader Kings II
  • Stellaris: Digital Anniversary Edition
  • Hearts of Iron IV: Cadet
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris
  • Magicka 2
  • Magicka: Wizard Wars Founder Wizard
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Victoria 2
  • Darkest Hour
Description of issue
Soviet Atomic Bomb Project inaccessible [1.12.2][7784]

Game Version
[1.12.2][7784]

Enabled DLC


Do you have mods enabled?
No

Description
According to its requirements, Soviet Atomic Bomb Project should be accessible when Soviets have at least 7 academies of sciences. However, that condition does not trigger even at almost double the amount of those: on a screenshot below Soviets have +14% research bonus from their "Academy of Sciences" idea, but still cant access the focus.

Steps to Reproduce
Play as Soviet Union. Finish the focus "The USSR Academy of Sciences". Build 7+ national academies. Check availability of the "Soviet Atmoic Bomb Project".

Upload Attachment
File(s) attached
 

Attachments

  • 20211127234811_1.jpg
    20211127234811_1.jpg
    314,1 KB · Views: 0
  • 20211127234826_1.jpg
    20211127234826_1.jpg
    645,2 KB · Views: 0
  • 7Like
Reactions:
Upvote 0
Hi Highlord Alarak,

Thanks for reporting, I've added this issue to our system, and our team will be working on it. Hope you are enjoying the game!
 
Open "soviet.txt" in the game folder\common\national_focus.

focus = {
id = SOV_soviet_atomic_bomb_project
icon = GFX_focus_wonderweapons
prerequisite = { focus = SOV_leningrad_polytechnical_institute }
x = 0
y = 2
relative_position_id = SOV_leningrad_polytechnical_institute
cost = 10

available = {
custom_trigger_tooltip = {
tooltip = SOV_national_academies_of_sciences_available_tt
check_variable = { SOV_academy_of_sciences_research_speed_factor = SOV_academies_required_for_atomic_bomb_project compare = greater_than_or_equals }
}
is_subject = no
}


Then delete the custom_trigger_tooltip.

focus = {
id = SOV_soviet_atomic_bomb_project
icon = GFX_focus_wonderweapons
prerequisite = { focus = SOV_leningrad_polytechnical_institute }
x = 0
y = 2
relative_position_id = SOV_leningrad_polytechnical_institute
cost = 10

available = {
is_subject = no
}