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

Kaosium

Captain
34 Badges
Nov 7, 2015
497
146
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III Collection
  • Victoria: Revolutions
  • Semper Fi
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV: Cossacks
  • Hearts of Iron IV: Expansion Pass
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Golden Century
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: La Resistance
  • Crusader Kings III
  • Crusader Kings III: Royal Edition
  • Battle for Bosporus
  • Europa Universalis 4: Emperor
  • Hearts of Iron IV: By Blood Alone
  • Hearts of Iron IV: No Step Back
  • Europa Universalis IV: Third Rome
  • Hearts of Iron IV: Together for Victory
  • Hearts of Iron IV: Cadet
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: El Dorado
  • Victoria 2
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
Hmm, is this bugged? I'm communist, I have a democratic reformer, but I don't have any democracy decisions available. Support for democracy is at 53% and rising

Did you scroll down to the bottom of the decisions screen, the one on far left of the tool bar where the tech page used to be summoned?

I was surprised not to get a pop-up informing me of that, but noticed the number on the advisory button that comes up had increased and found an option to begin the process of a 'peaceful transition' for ~75 PP and afterwards an option to hold a referendum for 100 PP when I exceeded 50% popularity.
 

Lantalia

Private
116 Badges
May 18, 2016
23
0
  • Warlock 2: The Exiled
  • Magicka 2
  • Stellaris
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II
  • Stellaris: Distant Stars
  • Victoria 2
  • Ship Simulator Extremes
  • Rome: Vae Victis
  • Warlock: Master of the Arcane
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Knights of Pen and Paper 2
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV: Cadet
  • Stellaris: Necroids
  • Hearts of Iron IV: Field Marshal
  • Crusader Kings II: Reapers Due
  • Stellaris: Digital Anniversary Edition
  • For The Glory
  • Cities in Motion
  • Cities in Motion 2
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Darkest Hour
  • Europa Universalis III
  • Europa Universalis III Complete
  • Europa Universalis IV
  • Europa Universalis IV: Conquest of Paradise
  • Teleglitch: Die More Edition
  • Hearts of Iron III
  • Europa Universalis III Complete
  • King Arthur II
  • Knights of Pen and Paper +1 Edition
  • The Kings Crusade
  • March of the Eagles
  • Europa Universalis III Complete
  • Victoria: Revolutions
  • Rome Gold
  • Sengoku
Yes, it isn't there at all. I've got the categories:

Propaganda Efforts
War Measures
Operations
Political Actions
Economic Policy
Prospect for Resources

The only ones that refer to democracy at all are:
Anti-democratic Raids
Ban Democratic Parties
Institute Press Censorship
 

DicRoNero

Oberst
27 Badges
May 13, 2013
1.913
1.066
  • Hearts of Iron IV: La Resistance
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: Colonel
I'll quote a post from another thread which seems relevant:

I looked through the files, i believe nations that have the ability to go democratic via foci cannot get the event to flip them to democratic, which is ridiculous in my opinion.
Essentially if the following trigger is true, then the decision to cause the flip is not visible.
Edit: Well, the peaceful referendum transition, not sure about self triggered civil wars.
Code:
check_has_focus_tree_to_switch_to_democratic = {
    NOT = { tag = MAN }
    NOT = { tag = FRA }
    NOT = { tag = USA }
    NOT = { tag = ENG }
    NOT = { tag = CAN }
    NOT = { tag = SAF }
    NOT = { tag = AUS }
    NOT = { tag = NZL }
    NOT = { tag = RAJ }
    NOT = { tag = CZE }
    NOT = {
        AND = {
            tag = HUN
            has_dlc = "Death or Dishonor"
        }
    }
    NOT = {
        AND = {
            tag = JAP
            has_dlc = "Waking the Tiger"
        }
    }
    NOT = {
        AND = {
            tag = GER
            has_dlc = "Waking the Tiger"
        }
    }
    NOT = {
        AND = {
            tag = YUN
            has_dlc = "Waking the Tiger"
            NOT = { has_focus_tree = china_nationalist_focus }
        }
    }
    NOT = {
        AND = {
            tag = GXC
            has_dlc = "Waking the Tiger"
            NOT = { has_focus_tree = china_nationalist_focus }
        }
    }
    NOT = {
        AND = {
            tag = XSM
            has_dlc = "Waking the Tiger"
            NOT = { has_focus_tree = china_nationalist_focus }
        }
    }
    NOT = {
        AND = {
            tag = SHX
            has_dlc = "Waking the Tiger"
            NOT = { has_focus_tree = china_nationalist_focus }
        }
    }
    NOT = {
        AND = {
            tag = SIK
            has_dlc = "Waking the Tiger"
            NOT = { has_focus_tree = china_nationalist_focus }
        }
    }
}
 

Kaosium

Captain
34 Badges
Nov 7, 2015
497
146
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III Collection
  • Victoria: Revolutions
  • Semper Fi
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV: Cossacks
  • Hearts of Iron IV: Expansion Pass
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Golden Century
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: La Resistance
  • Crusader Kings III
  • Crusader Kings III: Royal Edition
  • Battle for Bosporus
  • Europa Universalis 4: Emperor
  • Hearts of Iron IV: By Blood Alone
  • Hearts of Iron IV: No Step Back
  • Europa Universalis IV: Third Rome
  • Hearts of Iron IV: Together for Victory
  • Hearts of Iron IV: Cadet
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: El Dorado
  • Victoria 2
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
Yes, it isn't there at all. I've got the categories:

Propaganda Efforts
War Measures
Operations
Political Actions
Economic Policy
Prospect for Resources

The only ones that refer to democracy at all are:
Anti-democratic Raids
Ban Democratic Parties
Institute Press Censorship

It looks like you're on the right page, if it's not on the bottom and you need to scroll down, I don't know what to tell you.

When this one was first released I lost my guns for a while, they simply disappeared off the production screen. I naturally figured I'd messed something up with the new interface and had 'hidden' them using that option near the top, but that wasn't it, my support equipment and motorized were still shown, just not infantry weapons. I noticed from the stockpile screen that they were still producing, in fact they'd gotten the new factories I'd assigned them before, but just weren't viewable. I very carefully made sure I wasn't failing to see them because they were at the top or the bottom and had scrolled them out of view, but that wasn't it either. Eventually I just quit and reloaded and that solved the problem, there they were like they'd never been gone.

Give that a try is all I can suggest.
 

Kaosium

Captain
34 Badges
Nov 7, 2015
497
146
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III Collection
  • Victoria: Revolutions
  • Semper Fi
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV: Cossacks
  • Hearts of Iron IV: Expansion Pass
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Golden Century
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: La Resistance
  • Crusader Kings III
  • Crusader Kings III: Royal Edition
  • Battle for Bosporus
  • Europa Universalis 4: Emperor
  • Hearts of Iron IV: By Blood Alone
  • Hearts of Iron IV: No Step Back
  • Europa Universalis IV: Third Rome
  • Hearts of Iron IV: Together for Victory
  • Hearts of Iron IV: Cadet
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: El Dorado
  • Victoria 2
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
Reload didn't work, and the USA doesn't have any ideology swap focuses

Oh dear, I hope this is a bug. It just occurred to me they might have tried to put a stop to us players who liked changing our ideology like we were changing our underwear to allow us more options playing the game.
 

Sirbab

Field Marshal
109 Badges
Jul 29, 2013
3.158
923
  • Crusader Kings II: Jade Dragon
  • Stellaris
  • Cities: Skylines - Snowfall
  • Europa Universalis IV: Cossacks
  • Cities: Skylines - After Dark
  • War of the Roses
  • Imperator: Rome Deluxe Edition
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Conclave
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Tyranny: Archon Edition
  • Tyranny: Archon Edition
  • Shadowrun Returns
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Cities: Skylines - Natural Disasters
  • Surviving Mars: First Colony Edition
  • Shadowrun: Dragonfall
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Europa Universalis IV: Rule Britannia
  • BATTLETECH - Digital Deluxe Edition
  • Cities: Skylines - Parklife
  • Stellaris: Distant Stars
  • Europa Universalis IV: Dharma
  • Cities: Skylines - Green Cities
  • Europa Universalis IV
  • Europa Universalis IV: Mandate of Heaven
  • Warlock: Master of the Arcane
  • BATTLETECH
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV: Golden Century
  • Europa Universalis III Complete
  • Cities: Skylines - Mass Transit
  • Europa Universalis III Complete
  • Tyranny - Bastards Wound
  • Teleglitch: Die More Edition
  • Victoria 2
  • Hearts of Iron IV: Expansion Pass
Hmm, is this bugged? I'm communist, I have a democratic reformer, but I don't have any democracy decisions available. Support for democracy is at 53% and rising
The united states cannot flip to democratic via event, which i find strange, given they don't actually have a focus to flip back to democratic. The trigger that was quoted basically prevents a nation from seeing the decision that fires the event to flip to democratic. I recommend reporting this as a bug/oversight.