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

Captain
Dec 2, 2002
319
0
Visit site
Hi

I've noticed some weird political party attributes (like war = laissez-faire for Finnish Suomalainen Puolue, which also seems to count as economic policy!) with vanilla Victoria 1.03b. I don't know if these have been already reported, or if a mod fixes them.

Anyway, I wrote a little C-tool to examine the party files (namely legal values for attributes ideology, Economic, Trade, Religious, Minority and War). Here's what I found:


CAL_party.csv:
CAL;14505;Radical;1900;2000;socialist;state_capitalism;free_trade;secularized;full_citizenship;pacifism;all;all;
- missing x at end, should be:
CAL;14505;Radical;1900;2000;socialist;state_capitalism;free_trade;secularized;full_citizenship;pacifism;all;all;x

CSA_party.csv:
CSA;14204;Populist Party;1880;1896;liberal;laissez_faire;moralism;pluralism;residence;anti_military;all;all;third_party
- illegal trade value "moralism", should be (e.g.)
CSA;14204;Populist Party;1880;1896;liberal;laissez_faire;free_trade;moralism;residence;anti_military;all;all;third_party

FIN_party.csv:
FIN;6300;Suomalainen puolue;1830;1918;conservative;interventionism;protectionism;moralism;full_citizenship;pacifist;all;all;x
FIN;6306;Maalaisliitto;1905;2000;conservative;state_capitalism;protectionism;moralism;full_citizenship;pacifist;all;all;third_party
- "pacifist" should be "pacifism" on both lines:
FIN;6300;Suomalainen puolue;1830;1918;conservative;interventionism;protectionism;moralism;full_citizenship;pacifism;all;all;x
FIN;6306;Maalaisliitto;1905;2000;conservative;state_capitalism;protectionism;moralism;full_citizenship;pacifism;all;all;third_party

NEW_party.csv:
NEW;18002;Fisherman's Protective Union;1912;2000;state_capitalism;protectionism;pluralism;limited_citizenship;anti_military;all;all;x
- ideology completely missing:
NEW;18002;Fisherman's Protective Union;1912;2000;socialist;state_capitalism;protectionism;pluralism;limited_citizenship;anti_military;all;all;x

RUS_party.csv:
RUS;2508;Populists;1860;1881;socialist;state_capitalism;interventionism;secularized;full_citizenship;jingoism;all;all;third_party
RUS;2509;Socialist Revolutionary;1901;2000;socialist;state_capitalism;interventionism;secularized;full_citizenship;anti_military;all;all;x
- illegal value "interventionism" for trade on both lines, should be (e.g.)
RUS;2508;Populists;1860;1881;socialist;state_capitalism;protectionism;secularized;full_citizenship;jingoism;all;all;third_party
RUS;2509;Socialist Revolutionary;1901;2000;socialist;state_capitalism;protectionism;secularized;full_citizenship;anti_military;all;all;x


Interestingly, fixing only FIN_party.csv didn't correct the Suomalainen Puolue war attribute in game. It was corrected only after all files had been fixed.
 
Upvote 0
Hmh, there seems to be unwanted extra spaces here and there ("state_capita lism"). Yet they don't appear when I try to edit my message. Strange. Annoying.

Let's see if this works:

Code:
CAL;14505;Radical;1900;2000;socialist;state_capitalism;free_trade;secularized;full_citizenship;pacifism;all;all;
should be:
Code:
CAL;14505;Radical;1900;2000;socialist;state_capitalism;free_trade;secularized;full_citizenship;pacifism;all;all;x

Well no... :confused: :wacko:
 
Last edited: