• 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(17489)

General
Jun 7, 2003
2.475
7
I have tried and tried but can't get it to work..
this is what I have done, here are the alliances and vassalizations:
Code:
    alliance = { 
        id = { type = 9423 id = 1 } 
        type = vassalization 
        startdate = { year = 1500 month = january day = 0 } 
        expirydate = { year = 1820 month = june day = 24 } 
        participant = { SWE BRE } 
        } 
    alliance = { 
        id = { type = 9423 id = 2 } 
        type = vassalization 
        startdate = { year = 1500 month = january day = 0 } 
        expirydate = { year = 1820 month = june day = 24 } 
        participant = { SWE MAG } 
        } 
    alliance = {
        id = { type = 9423 id = 3 }
        type = vassalization
        startdate = { year = 1500 month = january day = 1 }
        expirydate = { year = 1820 month = january day = 1 }
        participant = { FRA MUN }
        }
     alliance = {
        id = { type = 9423 id = 4 }
        type = vassalization
        startdate = { year = 1500 month = january day = 1 }
        expirydate = { year = 1820 month = january day = 1 }
        participant = { FRA NAP }
        }
     alliance = {
        id = { type = 9423 id = 5 }
        type = vassalization
        startdate = { year = 1500 month = january day = 1 }
        expirydate = { year = 1820 month = january day = 1 }
        participant = { FRA TUS }
        }
     alliance = { ***my comment this is line 174***
        id = { type = 9423 id = 6 }
        type = vassalization
        startdate = { year = 1500 month = january day = 1 }
        expirydate = { year = 1820 month = january day = 1 }
        participant = { FRA KLE }
        }
     alliance = {
        id = { type = 9423 id = 7 }
        type = militaryalliance
        startdate = { year = 1510 month = january day = 1 }
        expirydate = { year = 1520 month = january day = 1 }
        participant = { FRA PFA GEN }
        }
     alliance = {
        id = { type = 9423 id = 8 }
        type = militaryalliance
        startdate = { year = 1510 month = january day = 1 }
        expirydate = { year = 1520 month = january day = 1 }
        participant = { FRA PFA GEN }
        }
     alliance = {
        id = { type = 9423 id = 9 }
        type = militaryalliance
        startdate = { year = 1510 month = january day = 1 }
        expirydate = { year = 1520 month = january day = 1 }
        participant = { SWE BRE OLD MAG }
        }
     alliance = {
        id = { type = 9423 id = 10 }
        type = militaryalliance
        startdate = { year = 1510 month = january day = 1 }
        expirydate = { year = 1520 month = january day = 1 }
        participant = { ENG SPA }
        }
     alliance = {
        id = { type = 9423 id = 11 }
        type = militaryalliance
        startdate = { year = 1510 month = january day = 1 }
        expirydate = { year = 1520 month = january day = 1 }
        participant = { HAB HUN BOH ALB }
        }
     alliance = {
        id = { type = 9423 id = 12 }
        type = militaryalliance
        startdate = { year = 1510 month = january day = 1 }
        expirydate = { year = 1520 month = january day = 1 }
        participant = { POL LIT DEN HAN }
        }
and always, I get this error

Code:
Critical Error
--- ERROR : (Illegal Tag) 'participant = {' line = 174 file = scenarios\save games\Kopia av Kopia av Call to 
Death.eug ---
Do you still want to continue?
Abort    Ignore     Retry

if I press ignore, I get another error which crashes the game

Code:
Critical Error!
--- ERROR : (Illegal top level object) 'alliance = {' Line = 176 file = scenarios\save games\Kopia av Kopia av Call to Death.eug ---
Do you still want to continue?
Abort    Ignore     Retry
 

kelumden

Second Lieutenant
11 Badges
Jan 4, 2004
104
0
  • Arsenal of Democracy
  • Darkest Hour
  • Europa Universalis III Complete
  • For The Glory
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Rome Gold
  • Sword of the Stars
  • Victoria 2
  • 500k Club
  • Pride of Nations
Flame of Udûn said:
Code:
Critical Error
--- ERROR : (Illegal Tag) 'participant = {' line = 174 file = scenarios\save games\Kopia av Kopia av Call to 
Death.eug ---
Do you still want to continue?
Abort    Ignore     Retry

if I press ignore, I get another error which crashes the game

Code:
Critical Error!
--- ERROR : (Illegal top level object) 'alliance = {' Line = 176 file = scenarios\save games\Kopia av Kopia av Call to Death.eug ---
Do you still want to continue?
Abort    Ignore     Retry

I have seen you use TUS and DEN as a tag. I think it should be TOS for Tuscany and DAN for Danemark.
 

unmerged(17489)

General
Jun 7, 2003
2.475
7
kelumden said:
I have seen you use TUS and DEN as a tag. I think it should be TOS for Tuscany and DAN for Danemark.
oops, now you've made me feel embarrassed, I thought I checked all tags before I added them :eek:o
I changed that, but now it crashes without giving an error :confused: