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

billy bob

The crazy little mushroom
59 Badges
Jun 9, 2004
2.265
985
  • Hearts of Iron IV: Colonel
  • 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
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris Sign-up
  • Hearts of Iron IV: Cadet
  • 500k Club
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Knights of Honor
  • Europa Universalis IV: Third Rome
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV: Cradle of Civilization
  • Europa Universalis 4: Emperor
  • Europa Universalis IV: Art of War
  • 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: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Dungeonland
  • Europa Universalis III: Chronicles
  • Europa Universalis IV
  • Crusader Kings II
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • Hearts of Iron III: Their Finest Hour
  • Knights of Pen and Paper +1 Edition
  • Leviathan: Warships
  • Magicka
  • Europa Universalis IV: Res Publica
  • Teleglitch: Die More Edition
What Im talking about is which file is the monopoly holder of the cot in.
edit:fixed

New problem. Look at later post.
 
Last edited:
Red Baron said:
Who owns the CoT, who has merchants in it, or who has a monoply in it? I'm confused as usual. :)

monopoly.
 
It is in the scenario file.

Take a look at this:

Code:
cot = {	location = 370	merchant = { TAG = VEN level = 5  } merchant = { TAG = HSA level = 1} }

What does this say?

Code:
cot = {
Tells the game that it is a COT entry

Code:
location = 370
Where the COT is, in this case Venice

Code:
merchant = { TAG = VEN level = 5  }
From left to right, this says:

1) merchant entry
2) Which country it is from (Venice)
3) How large it´s presence is.

It is the thing in italic that is of interest, there are six levels of presence, from one trader to monopoly, in this case, Venice has five traders(level below monopoly), and the Hanseatic league has one(lowest one).

So if the entry looks like this:

Code:
cot = {	location = 385	merchant = { TAG = SWE level = 6  } merchant = { TAG = FRA level = 2} }

It means that it is a cot in Ile de France and therefor owned by France, that sweden has six merchants(monoploly) and france has two.
 
Thanks.I figured out Venice is wrong somehow in the unified europe scenario.
 
Zuckergußgebäck said:
So, is it fixed? Or do you still need help to find the problem?

I said I figured it out. I didnt say I fixed it.
 
Zuckergußgebäck said:
Post the COT section of the scenario file and I shall see if I can find something.
Here you go.

#Major (8)
cot = { location = 370 merchant = { TAG = PAP level = 4 } merchant = { TAG = BRA level = 2 }
#Venice
cot = { location = 380 merchant = { TAG = ENG level = 4 } merchant = { TAG = SPA level = 3 } merchant = { TAG = ENG level = 2 } }
#Antwerp
cot = { location = 403 merchant = { TAG = PAP level = 3 } merchant = { TAG = FRA level = 2} }
#Genoa
cot = { location = 274 merchant = { TAG = RUS level = 1 } merchant = { TAG = SWE level = 1} }
#Novgorod
cot = { location = 301 merchant = { TAG = POL level = 1 } }
#Danzig
cot = { location = 283 merchant = { TAG = SWE level = 2 } merchant = { TAG = SPA level = 2} }
#Riga
cot = { location = 385 merchant = { TAG = FRA level = 4 } merchant = { TAG = SPA level = 2} merchant = { TAG = ENG level = 1 } }
#Paris
cot = { location = 441 merchant = { TAG = POR level = 5 } merchant = { TAG = SPA level = 1} }
#Lisbon
cot = { location = 443 merchant = { TAG = SPA level = 3 } }
#Cadiz

#Minor (4)
cot = { location = 306 merchant = { { TAG = SPA level = 3} merchant = { TAG = ENG level = 1} merchant = { TAG = SWE level = 1} }
#Kiel
cot = { location = 357 merchant = { { TAG = FRA level = 1} merchant = { TAG = PAP level = 1 } merchant = { TAG = ENG level = 1 } merchant = { TAG= TUR level = 4} }
#Istanbul
cot = { location = 744 merchant = { { TAG = TUR level = 1} merchant = { TAG = FRA level = 1} merchant = { TAG = MAM level = 3 }}
#Alexandria
#RoW (5)
cot = { location = 533 merchant = { TAG = PER level = 3 } merchant = { TAG = TUR level = 2} } #Isfahan
cot = { location = 504 merchant = { TAG = OMA level = 2 } } #Mascate
cot = { location = 685 merchant = { TAG = NIP level = 4 } merchant = { TAG = CHI level = 1} } #Edo
cot = { location = 543 merchant = { TAG = MOG level = 2 } merchant = { TAG = MAM level = 3} merchant = { TAG = CHI level = 1} } #Delhi
cot = { location = 647 merchant = { TAG = NIP level = 2 } merchant = { TAG = CHI level = 4} } #Peking
 
Zuckergußgebäck said:
Th frist cot shall have two }} at the end, not one, try it then.

Im an idiot.
 
Still problems.
 
Nikolai II said:
I don't know if that is it, but you have England twice in the Venice CoT.

Thats Antwerp and its alredy like that.

1492 Venice
cot = { location = 370 merchant = { TAG = VEN level = 5 } merchant = { TAG = HSA level = 1} }
#Venice
Unified Europe Venice.
cot = { location = 370 merchant = { TAG = PAP level = 4 } merchant = { TAG = BRA level = 2 } }
#Venice
 
billy bob said:
Thats Antwerp and its alredy like that.

1492 Venice
cot = { location = 370 merchant = { TAG = VEN level = 5 } merchant = { TAG = HSA level = 1} }
#Venice
Unified Europe Venice.
cot = { location = 370 merchant = { TAG = PAP level = 4 } merchant = { TAG = BRA level = 2 } }
#Venice

Ah, I usually have the comments before the line, not after :eek:o

Still, is the problem in the same line? Could we get to see the 10 (or so) lines preceeding the CoT section too?
 
Grahamule said:
How do you know there's a problem? Usually it says something like Error in line 4693... when you try to load the game. If that's the problem, just go to that line and post it.

Its the Venice cot in Unified Europe thats wrong. And it says error on line 79 when I try to load. Unified Europe that one is the venice cot.
 
cot = { location = 370 merchant = { TAG = PAP level = 4 } merchant = { TAG = BRA level = 2 } }
#Venice

Thats line 79.