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

You are right (how come my Victoria not inform me about that?). I have corrected it on the Province Id thread.

Thanks so much :)
 
kokomo - Tomorrow I will try to develop a very simple parser for provinces ids to search duplicate ones. I hope it will be usefull (definately it won't take much time). Would you mind answering some question?

1. What the total amount of Victoria and Eu2 provinces?
2. Consider the regular shape of string like "Num0 <String with Name> Num1 ... NumN". So, as I understand all Num0's should be unique thru the file. And all Num1 - NumN should be unique as well. So, I should search duplicates in two arrays independently. Asking just to be sure.
 
I wrote first version of the program and it shows that there are no duplicated Eu2 provinces IDs and a couple of Victoria ones:

VIC ID: 470, 2 times
VIC ID: 471, 2 times
VIC ID: 1426, 2 times
VIC ID: 1797, 2 times
VIC ID: 1798, 2 times
VIC ID: 2640, 2 times

470 and 471 are already fixed ("Orenburg" ones) and others should be addressed. Hope it helps.

PS: Also I can provide you with list of Eu2 provinces that are still missed if you need it. Probably it can uncovers a "holes" in already ported areas (like Eu2 #90 and #99 provinces in USA and Canada area for example:) )
 
Last edited:
PZF:

I will try to answer to your questions

1) Are you referring to the total amount of provinces in the games or the ones that have been converted?

2) If I understand correctly you are referring that a province can be either in first position or last position or intermediate position? If so, then the answer is yes. The only province that has to go first is the Capital. The rest can go in any order. So they might be assorted as well.
 
All feedback is appreciated. I will go under those duplicates tonight.

It would be good to know which EU2 provinces have been neglected and which Victorian ones... that info won't hurt at all
 
PZF said:
I wrote first version of the program and it shows that there are no duplicated Eu2 provinces IDs and a couple of Victoria ones:

VIC ID: 470, 2 times
VIC ID: 471, 2 times
VIC ID: 1426, 2 times
VIC ID: 1797, 2 times
VIC ID: 1798, 2 times
VIC ID: 2640, 2 times

470 and 471 are already fixed ("Orenburg" ones) and others should be addressed. Hope it helps.

PS: Also there are a couple of Eu2 provinces that were missed. I can provide you with these IDs to address them and to prevent from getting "holes" in the map. I understand that the work is in progress, but probably it will make it easier. Just give me a sign:)

To keep things in order, would you mind posting this in the Geography thread? Thanks! That's where I seek all info about duplicates. :)
 
Ironfoundersson said:
When there are more than 8 selectable countries in the EU2 savegame (common in MP scenarios) more than 8 show up in Victoria resulting in the ones over 8 gettng choped of the screen.

you can still right click over the flag to change nation, can't we?
 
Ironfoundersson said:
Haven't checked that :rolleyes: but I guess you cannot select the ocuntries that are off the screen.

I have right clicked and a selection of "tagged" nations appear

Ironfoundersson said:
Plus it looks ugly to have the nineth flag only half.

Yes it does ;)
 
Folks:

I still get this error msg while loading Eu2Vic
Code:
Loading Data\Provinces.txt.
Line 315: Expected: EU2 ID
Line 333: Expected: EU2 ID
There were 2 during loading.
895 provinces were loaded..

Any idea what's wrong???
 
kokomo said:
Folks:

I still get this error msg while loading Eu2Vic
Code:
Loading Data\Provinces.txt.
Line 315: Expected: EU2 ID
Line 333: Expected: EU2 ID
There were 2 during loading.
895 provinces were loaded..

Any idea what's wrong???

line 315:
Niigata, Nagaoka, Toyama, Kanazawa, Fukui, Nagoya, Nagano, Sumpu, Osaka

line 333:
Danjiangkou

A line should either start with a # or a number
 
Looks like some odd word-wrap by Notepad that somehow got saved. Both of these lines are very long (i. e., there are lots of Vicky provinces in it). And they got cut off (as I add the names of provinces, it gives me a better overview of what's already done ;) ).
 
Lord Asharak said:
Looks like some odd word-wrap by Notepad that somehow got saved. Both of these lines are very long (i. e., there are lots of Vicky provinces in it). And they got cut off (as I add the names of provinces, it gives me a better overview of what's already done ;) ).

Back from Brazil...

Yes, it must have been that. I´ll correct it. Thnx so much! :)
 
Ironfoundersson said:
line 315:
Niigata, Nagaoka, Toyama, Kanazawa, Fukui, Nagoya, Nagano, Sumpu, Osaka

line 333:
Danjiangkou

A line should either start with a # or a number

Already corrected. check Province Id thread :)
 
Anybody here??? This place seems desserted lately... :eek: