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

dominicus83

Second Lieutenant
64 Badges
Jul 21, 2008
108
1
  • Europa Universalis 4: Emperor
  • Victoria 2
  • Crusader Kings III
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Rule Britannia
  • 500k Club
  • Imperator: Rome
  • Europa Universalis III Complete
  • Europa Universalis IV: El Dorado
  • Europa Universalis III Complete
  • Hearts of Iron IV: Expansion Pass
  • Crusader Kings II: Holy Fury
  • Pride of Nations
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: Golden Century
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Expansion Pass
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: La Resistance
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Monks and Mystics
  • Europa Universalis IV: Mandate of Heaven
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV: Cradle of Civilization
  • Europa Universalis IV: Res Publica
  • Divine Wind
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • Europa Universalis III: Chronicles
  • Europa Universalis III Complete
  • Sengoku
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Call to arms event
  • For the Motherland
  • Hearts of Iron III
  • Heir to the Throne
  • March of the Eagles
  • Europa Universalis: Rome
French version 1.2
How rectify this ?
gouverneurcorrompuaccormw0.jpg
 
Upvote 0
Nimismies said:
Quel est la probleme?

Sur les deux premières lignes, le nom du personnage est répété deux fois !
Problème de parenthèses apparement, mais dans quel fichier ? :wacko:
Il me semble que ce n'est pas normal, la troisième ligne, elle, est correcte.
 
Last edited:
Besuchov said:
If you would explain the problem in english someone from paradox could also help you, unfortunately none of is speak french.

I speak scholar english.
I try to explain the problem.
The name of the character is double on the first and second lines. (in extra-texts).
Parenthesis problem ?
The third line is correct.
 
Last edited:
J'ai trouvé le code

Dans le fichier events\governors


title = "EVTNAME1060"
desc = "EVTDESC1060"

option = {
name = "EVTOPTA1060" # It may be time to find a new governor
ai_chance = { factor = 40 }
governor_scope = {
corruption = 0.15
family_prestige = -0.1
}
owner = { ruler = { add_trait = just } }
random = {
chance = 50
governor_scope = { popularity = -10 }
}
}
option = {
name = "EVTOPTB1060" # See if you can come to some agreement
ai_chance = { factor = 60 }
governor_scope = { corruption = 0.15 }
owner = {
ruler = {
corruption = 0.1
wealth = 200
}
}
}
}

I think the last parenthesis is too much, option "some agreement" 5 open parenthesis, 6 close parenthesis...