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

stillsuit

Private
74 Badges
Dec 22, 2014
15
5
  • Crusader Kings II: Charlemagne
  • Age of Wonders III
  • Stellaris
  • Magicka
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: The Republic
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Rajas of India
  • Shadowrun Returns
  • Cities: Skylines - Natural Disasters
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Monks and Mystics
  • Cities: Skylines Industries
  • Cities: Skylines - Mass Transit
  • Stellaris: Distant Stars
  • BATTLETECH
  • Surviving Mars
  • Hearts of Iron IV: Death or Dishonor
  • Surviving Mars: First Colony Edition
  • Cities: Skylines - Parklife
  • Tyranny - Bastards Wound
  • Cities: Skylines - Green Cities
  • Crusader Kings II: Jade Dragon
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Surviving Mars: Digital Deluxe Edition
  • Crusader Kings II: Way of Life
  • Europa Universalis IV
  • Hearts of Iron IV: No Step Back
  • Imperator: Rome
  • Crusader Kings II: Holy Fury
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Cities: Skylines
  • Europa Universalis IV: Pre-order
  • Stellaris: Leviathans Story Pack
  • Pillars of Eternity
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Crusader Kings II: Conclave
  • Cities: Skylines - Snowfall
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Tyranny: Archon Edition
Description
Fallen Empires HATE criminal branch offices everywhere in the galaxy [3.7.2][e793]

Game Version
3.7.3

What version do you use?
Steam

What expansions do you have installed?
Synthetic Dawn, Utopia, Leviathans Story Pack, Apocalypse, Megacorp, Distant Stars, Ancient Relics, Lithoids, Federations, Nemesis, Aquatics

Do you have mods enabled?
No

Please explain your issue is in as much detail as possible.
Playing as a Criminal Heritage I got constantly humiliated by FE from the start of the game. I haven't done anything to anger them but still kept at a huge -opinion. Then I realised their opinion is based on the number of my branch offices anywhere in the galaxy.

The most broken part is that the actual empire, where I build my branches got only -10 opinion, no matter how many offices i would build on their territory.
FE meanwhile get a stacking -10 opinion, sending them into enrage.


I couldn't find in files, when exactly opinion penalty triggers, but 'common\opinion_modifiers\00_opinion_modifiers.txt' contains penalty itself. I think creating a fix is not a huge issue:

ORIGINAL:

Code:
opinion_crime_corp_branch_offices = {
    min = -200
    block_triggered = yes # stops modifier from automatically triggering when trigger evaluates to true

    trigger = {
        FROM = {
            is_criminal_syndicate = yes
        }
        is_gestalt = no
        is_megacorp = no
    }

    opinion = {
        base = -10
    }
}

MY PROPOSED FIX:

Code:
opinion_crime_corp_branch_offices = {
    min = -200
    block_triggered = yes # stops modifier from automatically triggering when trigger evaluates to true
    trigger = {
        FROM = {
            is_criminal_syndicate = yes
        }
        NOR = {
            is_gestalt = yes
            is_megacorp = yes
            is_country_type = fallen_empire
            is_country_type = awakened_fallen_empire
        }
    }

    opinion = {
        base = -10
    }
}

Steps to reproduce the issue.
1. Play as a Criminal Syndicate
2. Contact any FE (besides robot ones)
3. Build Criminal offices anywhere
4. Get a stacking opinion debuff, depending on the amount of branches.

Upload Attachment
File(s) attached
 

Attachments

  • 281990_20230315195157_1.png
    281990_20230315195157_1.png
    380,9 KB · Views: 0
  • 281990_20230315195150_1.png
    281990_20230315195150_1.png
    385,8 KB · Views: 0
  • 281990_20230315195143_1.png
    281990_20230315195143_1.png
    366,7 KB · Views: 0
  • 281990_20230315195135_1.png
    281990_20230315195135_1.png
    383,8 KB · Views: 0
Last edited:
  • 2Like
Reactions:
This is save that you can use to test it. Fallen Empire on the south-east. Try to close/open branch offices and you see how their opinion changes.

I also made a mod (in steam workshop) that fixes FE opinion. I am pretty sure, that only -10 opinion from normal empires is also a bug (as opinion_modifier states that it stacks up to -200), but this is not a big deal actually (everyone still hates me).
 

Attachments

  • ironmasssn.sav
    3,1 MB · Views: 0
  • 1Like
Reactions:
Looks like with the latest patch you fixed the scaling of normal empires opinion about you based on number of branch offices.

But FE still hates you for every office in the galaxy. Come on, this is one of the only civics that are stealth centred, and it's ruined by constant humiliation wars, declared by FEs.