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

Varlen Maroth

Corporal
40 Badges
Jul 8, 2020
30
39
  • Stellaris: Humanoids Species Pack
  • Europa Universalis IV: Mandate of Heaven
  • Crusader Kings Complete
  • Europa Universalis IV: Third Rome
  • Surviving Mars
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Synthetic Dawn
  • Age of Wonders III
  • Europa Universalis IV: Cradle of Civilization
  • Hearts of Iron IV: Expansion Pass
  • Stellaris - Path to Destruction bundle
  • Stellaris: Apocalypse
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV: Dharma
  • Shadowrun Returns
  • Shadowrun: Dragonfall
  • Europa Universalis IV: Golden Century
  • Prison Architect
  • Stellaris: Federations
  • Europa Universalis 4: Emperor
  • Europa Universalis IV: Res Publica
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • March of the Eagles
  • Crusader Kings II
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Hearts of Iron IV: Cadet
  • Europa Universalis IV: Rights of Man
  • Tyranny: Archon Edition
So...I'm trying to get this achievement and I don't understand why it's not triggering.

First of all, there is the issue of a not NOT. So from my understanding, you have to exactly own 20 provinces.

Code:
happened = {
        tag = AUG
        not = { # Having less than 20 provinces
            NOT = { num_of_cities = 20 }
        }
        
        calc_true_if = { #subsidize 3 Great Powers at least 20% of their income
            all_country = {
                is_great_power = yes
                subsidised_percent_amount = {
                    who_from = ROOT
                    value = 0.2
                }
            }
            amount = 3
        }
    }

I tried with 20 and 19 provinces, I'm sending like 50% of their income and it never flags the country as receiving enough money. Any insight?

Sending 3 subsidies

screen1.png



More than 20% for each great power


France.png


portugal.png


Common.png


All great powers
List.png



Finally, the confusing part which I tried with 20 or 19 provinces
screen2.png



Thanks,
 

Attachments

  • portugal.png
    portugal.png
    331,1 KB · Views: 0
  • 2Like
Reactions:
I believe currently you need at least 21 provinces.
 
I read this as the three countries being subsidised have to be great powers, but it doesn't matter if Augsburg is. This appears to be what the source code suggests too.
Yea just saw the code, it wouldn't suggest that Augsburg can't be a great power however it is weirdly stated in the acheevo screen. In that case I have no clue what the issue is.
 
I think the "who_from = ROOT" line in the conditions doesn't work. I tested this with console commands (including "debug_achievements") and the achievement only worked when I removed that line
Thanks for testing it that way, it would seems logical that it's a bug rather than something I'm missing. I'm disapointed that the first achievement I'm trying don't work. 4 hours that were wasted.

Paradox, do you even test the achievements? The only condition that was right in this achievement was that you must be AUG...
 
Will be fixed in the first hotfix. ;)
 
  • 3Like
  • 1
Reactions:
Thought it was just me. Been grinding at this for hours; the "Less than 20" actually being "more than 20" was manageable, but I'm wondering if it ALSO has to be EXACTLY 20% to fire - I'm easily 50%+ for multiple GPs and still not getting it.
 
Thought it was just me. Been grinding at this for hours; the "Less than 20" actually being "more than 20" was manageable, but I'm wondering if it ALSO has to be EXACTLY 20% to fire - I'm easily 50%+ for multiple GPs and still not getting it.
It would seems the condition who_from = ROOT is the problem. Still not able to get it with the patch.

2021-11-12 10_56_43-Europa Universalis IV.png
 
Did today's patch fix the discrepancy where the achievement says you need less than 20 provinces and the tooltip says you need more than 20? Maybe you have more and need less?
 
  • 1Like
Reactions:
From what I understood with the dev, today patch was only fixing the amount of provinces needed. It did not fix yet the code with the subsidies. It will be fix on the patch this week.
 
  • 2Like
Reactions: