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

History_Buff

Lt. General
67 Badges
Jan 1, 2010
1.240
16
  • Crusader Kings II
  • Stellaris: Synthetic Dawn
  • Europa Universalis IV: Third Rome
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mare Nostrum
  • Heir to the Throne
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Divine Wind
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
  • Hearts of Iron II: Armageddon
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Charlemagne
  • Europa Universalis III Complete
  • Crusader Kings II: Legacy of Rome
  • Europa Universalis IV: Golden Century
  • Stellaris: Lithoids
  • Crusader Kings II: Holy Fury
  • Europa Universalis IV: Dharma
  • Stellaris: Distant Stars
  • Europa Universalis IV: Rule Britannia
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron 4: Arms Against Tyranny
  • Imperator: Rome Deluxe Edition
  • Stellaris: Ancient Relics
  • Hearts of Iron IV: La Resistance
  • Stellaris: Federations
  • Imperator: Rome - Magna Graecia
  • Crusader Kings III
  • Crusader Kings III: Royal Edition
  • Europa Universalis 4: Emperor
  • Stellaris: Necroids
  • Stellaris: Nemesis
  • Hearts of Iron IV: By Blood Alone
  • Hearts of Iron IV: No Step Back
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Victoria 2
  • 500k Club
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
I am having problems with custom events and with the editor. The problem is that neither will work. If I try to edit the save game using the editor, it freezes upon my clicking the save button. If I make a custom event, the moment I try to start up the game, the game freezes during a load screen. Not to mention, I have begun to have a problem wherein the election events simply are not happening. I changed them so that I would have my custom made candidates in said election, but they do not fire. I got away with this because the sitting president won both previous elections that this happened. However, I do not plan to run him again in the next election so I must address this before that comes up.
 
Most likely you are missing a { or a } somewhere when modding the files manually.

I recommend using an advanced editor like TextPad or Notepad ++ that will detect these missing symbols when you load the file in C language mode.

Also how many files did you modify? The recommended approach is to modify 1 file at a time and then verify that each one works... that way you always know what file is failing.

Did you backup your files before modding?
 
Most likely you are missing a { or a } somewhere when modding the files manually.

I recommend using an advanced editor like TextPad or Notepad ++ that will detect these missing symbols when you load the file in C language mode.

Also how many files did you modify? The recommended approach is to modify 1 file at a time and then verify that each one works... that way you always know what file is failing.

Did you backup your files before modding?

In every case but one of elections, I did back them up. But the elections can be fixed rather easily, since I have two instances of this game installed on two separate computers, thus allowing me to copy and/or transfer them from that computer onto this one.
Also, I wil try that and see if it works