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

Arkarnia

Captain
33 Badges
May 30, 2015
339
109
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Semper Fi
  • For the Motherland
  • Stellaris: Galaxy Edition
  • Stellaris - Path to Destruction bundle
  • Stellaris: Apocalypse
  • Hearts of Iron 4: Arms Against Tyranny
  • Stellaris: Distant Stars
  • Stellaris: Ancient Relics
  • Stellaris: Lithoids
  • Hearts of Iron IV: La Resistance
  • Stellaris: Federations
  • Battle for Bosporus
  • Stellaris: Necroids
  • Stellaris: Nemesis
  • Hearts of Iron IV: By Blood Alone
  • Hearts of Iron IV: No Step Back
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: Death or Dishonor
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV Sign-up
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris
  • Victoria 2
  • Stellaris: Megacorp
  • Hearts of Iron IV: Expansion Pass
Der Mol-Rib pact geht bei mir nicht mehr:
Hat noch wer die Orginale TFH Datei oder findet wer den Fehler?

upload_2018-11-4_1-13-12.png



Code:
    option = {
        name = "EVTOPTA1507"                    # Honor the Pact
        ai_chance = { factor = 100 }
        POL = { western_poland = { secede_province = GER } }
        western_poland = { secede_province = GER } #in case of annex
        western_poland = { add_core = GER }
        POL = { eastern_poland_to_lit = { secede_province = SOV } }       
        eastern_poland_to_lit = { secede_province = SOV }    #in case of annex
        eastern_poland_to_lit = { add_core = SOV }       
        set_country_flag = germany_honors_the_pact
        SOV = { set_country_flag = mol_rib_pact_demanded }
        relation = { who = SOV value = 50 }
    }
 
Deshalb, sollte man nur in einer Moddatei arbeiten, bzw. immer ne Sicherheitskopie in Reserve halten.

option = {
name = "EVTOPTA1507" # Honor the Pact
ai_chance = { factor = 100 }
POL = { eastern_poland = { secede_province = SOV } }
eastern_poland = { secede_province = SOV } #in case of annex
eastern_poland = { add_core = SOV }
POL = { eastern_poland_to_lit = { secede_province = SOV } }
eastern_poland_to_lit = { secede_province = SOV } #in case of annex
eastern_poland_to_lit = { add_core = SOV }
set_country_flag = germany_honors_the_pact
SOV = { set_country_flag = mol_rib_pact_demanded }
relation = { who = SOV value = 50 }
}