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

Dagfinn

Oddball
40 Badges
Mar 8, 2001
1.409
97
Visit site
  • Crusader Kings II: Charlemagne
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Pre-order
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Victoria: Revolutions
  • Europa Universalis IV: Res Publica
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis III
  • Deus Vult
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
  • Crusader Kings II
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Monks and Mystics
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Cradle of Civilization
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: Golden Century
  • Europa Universalis 4: Emperor
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: El Dorado
  • 500k Club
  • Victoria 2
  • Europa Universalis IV
As it is now, quite a few historical events gets lost because of the problem with saving.

I was wondering what you think of changing a monarchs event so they would all happen in the very begining of the regin.

Would this be worse than missing the events?

Please dont tell me to play without saving....:) I already know:eek: , but I tell myself that I have valid reasons. Truly:D
 
Yes that was the idea. I know it sounds stupid, but as it is now you risk that countrys like Russia and Sweden doesent get their mutch needed boosts in tech and so on.

It was just an idea that I wanted to have others toughts on, I fully understand the problems involved with this metod...:)
 
As an (ex) programmer this problem has been bothering me. How could it work as long as you don't reload. The events are in a static file, historicalevents.csv. This should not be a problem.

I've thought of the scenario. When a new monarch occurs the game code puts the historical events to occur into a memory queue. That is the only time this queue will be built. When you reload a save game the queue is not, and will not be built. This scenario implies that any historical events for a monarch at the start of a game will not occur. Anyone seen that? Not that it matters, it's a bug out of our control.
 
Continuing the thought. A very ugly work-around would be to manipulate both historicalevents.csv and the save game prior to restarting. All monarchs currently active would have to be patched to become new monarchs on the first day of the game (once reloaded), and all events that have already occurred would have to be removed while the events that haven't occurred are adjusted for time that has already passed.

Not viable for a human making these changes, but for a utility...
 
Hey, now we are cooking:)

This is exactley what I was hoping when I started this thread: Someone more clever would come up with a better solution then me:)

Now we just has to make someone put State M's solution into real life.

Anyone out there?
 
Another solution

I just thought of a nother solution, but it involves quite some work:D

What if you (we) expand the monarch files so that everythime there is a new event, the monarch dies and is then resurrected?

This would solve the problem but would make the monark files a mess. On the possitive side we would need no fancey utility...

What do ya think?
 
No matter what, you need a fancy utility, and it must be run outside of the game, and the game restarted.

I am currently writing another fancy utility, and it will probably take the remainder of my free time for the next month, and after that I don't have any free time, so...

Perhaps pursuing the fix with Paradox has some merit.
 
State M

Why would I need a fancey utility?:)

I know witch date all events is supposed to happen from the event file. It is not a foolprof plan but it will help tremendously compared to what we have today. I'll give you an example:

Queen X comes to power 1500. In the eventfile she is supposed to give you an factory in october 1509. Now , what we do is to edit the monarch file ( before you start the campain )so that Queen X dies and is resurected in 1509.

So IMHO no fancey utility, but lots of manhours to kill/resurect the monarcs at the time of the event. BUT, this is a permanent fix only done once in the monarc file.

If you only save once a year, witch should be enough:rolleyes: , this should solve our problem.

I would like to have known what Doomdark thinks of this for his ICG?
 
Ah - I see. Very good.

However, new mods would be required for each new version of IGC (or other mods). Also, I am not sure how Ministers are handled. I think they are an historical monarch event. If so, that event may need reapplied for each reincarnation of a monarch.

The general problem with mods to EU is keeping track of all the files and file contents that belong together in a "package". Monarchs and historical events are a particular problem as some parts of several files have to be coordinated. I am developing a tool to address this but it is at least 2 weeks till it is complete enough to use.

It is very useful to have a "diff" tool for comparing files. I have windiff that comes with MS Visual Studio. I am sure there are shareware tools available. Linux comes with one. Highly recommended for doing the work you are suggesting.
 
Sorry

Oops, after studying the files and reconsidered quite a bit I must withdraw my statement. It seems like it is not quite as easy as I thought.:(

It might still be possibel but then we need quite a few free monarch "tags" or numbers, and I dont know if there is a unlimited number of free "tags". Could anybody give me some hints about this?

And yes State M, even if my idea is possible ther is a bit of a need for coordination of the different files...

Perhaps we better go with your fancy tool anyway SM? :)

Sorry if I raised your hopes folks:( or is'nt all hopes lost?:D
 
WhiteHound (or something like that) has just posted the same solution in the General Discussions forum. He says he has done all the files - it was a lot of work.

Monarch tags is a problem. I am not sure if there is a limit (probably is).

The code I am writing for my other tool might be useful for this - I will think about it.