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

unmerged(45086)

Corporal
Jun 5, 2005
38
0
Oh great scenario...people!
I have a favour to ask...

I was bored a while ago so I decided to create my own scenario, but now, it won't launch, it won't even give an error, it just crashes during load.

When I open it again in Scenario editor it says there are errors, but, the complete noob that I am, didn't find any, so, is there anyone else that could do it for me, please?

Scenario

Thanks in advance guys :)
 

KaRei

Lt. General
14 Badges
Dec 27, 2005
1.588
47
  • Ancient Space
  • Crusader Kings II
  • Europa Universalis III
  • Divine Wind
  • For The Glory
  • Heir to the Throne
  • Majesty 2 Collection
  • Victoria: Revolutions
  • Rome Gold
  • Sengoku
  • Rome: Vae Victis
  • Europa Universalis III: Collection
  • Stellaris
  • Age of Wonders
Problem is in Rebels (last country in the file).

Here:
Code:
...
    ownedprovinces = {} 
    [COLOR=Yellow]controlledprovinces = {1495}[/COLOR] 
    nationalprovinces = { } 
    landunit = { 
...
Problem is that province 1495 isn't owned by any country (and also city is missing there). Province cann't be controlled if it isn't owned by anybody and hasn't a city. ;)
 

unmerged(45086)

Corporal
Jun 5, 2005
38
0
KaRei said:
Problem is in Rebels (last country in the file).

Here:
Code:
...
    ownedprovinces = {} 
    [COLOR=Yellow]controlledprovinces = {1495}[/COLOR] 
    nationalprovinces = { } 
    landunit = { 
...
Problem is that province 1495 isn't owned by any country (and also city is missing there). Province cann't be controlled if it isn't owned by anybody and hasn't a city. ;)

Awesome!
THat did the job, thank you so much :)