• 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.
REVOLT RISK FOR wb

U09 Autonomous Province of Western Bosnia

U09 = {
date = { day = 1 month = january year = 1980 }
expirydate = { day = 30 month = december year = 1999 }
minimum = { 340 339 1948 }

extra = { 1949 1951 1950 341 342 1953 1954 1952 343 345 1955 }
capital = 340
}

minimum= extra try with that.
 
WB 1993 - 1995 maybe you relaise earlier and because of that ministers dont work.


or u must be U

ministers_u07 to ministers_U07
 
U07;Ruling Cabinet your WB csv files must be U09


U09 Autonomous Province of Western Bosnia revolt risk did you use my revolt risk?

wait, I see now that you change it on the first page.
 
Well Vojvodina, Macedonia and Kosova have their files like this:

Kosova.csv
Macedonia.csv
etc.
And they work, you can see the ministers in-game.
It's those countries who haven't already a made TAG (Bosnia=BOS, Croatia=CRO). My theory is that something is wrong with that. I tried one time to write "Western Bosnia" but still it didn't work.
 
Code:
#########################################################################
#  Independent RSK made by Hax
#########################################################################
event = {
	id = 1003000
	random = no
	country = SER
	trigger = {

	name = "Indenpendence of Republika Srpska Krajina"
	desc = "EVT_1003000_DESC"
	style = 0
	picture = "RSK"

	date = { day = 1 month = january year = 1091 }
	offset = 1 # Check for trigger conditions every day
	deathdate = { day = 30 month = december year = 1999 }

	action_a = {
		name = "ACTIONNAME1003000A" # Create RSK
                ai_chance = 99
		command = { type = independence which = U06 value = 1 }
		command = { type = manpowerpool value = -10 } # JNA to RSK
}
	action_b = {
		name = "ACTIONNAME1003000B" # Don't do it!
                ai_chance = 1
		command = { type = dissent value = 20 }
	}
}

How does it look? I copied the Create CRO event in vanilla.
 
Well Vojvodina, Macedonia and Kosova have their files like this:

Kosova.csv
Macedonia.csv
etc.
And they work, you can see the ministers in-game.
It's those countries who haven't already a made TAG (Bosnia=BOS, Croatia=CRO). My theory is that something is wrong with that. I tried one time to write "Western Bosnia" but still it didn't work.

did you try WB
 
And hax you can alter make event that refugies from RSK and RS fleed to Serbia like +100 manpower.


EDIT: OK you says that you try Western Bosnia, but did you try WB?
 
Code:
U07;Ruling Cabinet - Start;Name;Pool;Ideology;Personality;Loyalty;Picturename;x
70101;Head of State;Fikret Abdic;36;PA;Stern Imperialist;Very High;Fabdic;x
70102;Head of Goverment;Zlatko Jušic;36;PA;Political Protege;High;Zjusic;x
70103;Foreign Minister;Rifet Dolic;36;PA;Iron-fisted Brute;High;Rdolic;x
70104;Armament Minister;Jovica Stanisic;36;PA;Resource Industrialist;Low;Jstanisic;x
70105;Minister of Security;Ibragim Jušic;36;PA;Prince of Terror;Very High;[COLOR="Red"]Ijušic[/COLOR];x
70106;Head of Intelligence;Hazim Delic;36;PA;Political Specialist;High;Hdelic;x
70107;Cheif of Staff;Serif Mustedanagic;36;PA;School of Mass Combat;High;Smustedanagic;x
70108;Chief of the Army;Hazim Delic;36;PA;Static Defence Doctrine;High;Hdelic;x
70109;Chief of the Navy;Hazim Delic;36;PA;Base Control Doctrine;High;Hdelic;x
70110;Chief of the Air Force;Hazim Delic;36;PA;Army Aviation Doctrine;High;Hdelic;x
;Replacements;;;;;;;
70111;Foreign Minister;Fikret Abdic;36;PA;Ideological Crusader;High;Fabdic;x
70112;Armament Minister;Ibrahim Djedovic;36;PA;Military Entrepreneur;High;Idjedovic;x
70113;Chief of the Army;Nevzad Dieric;36;PA;Elastic Defence Doctrine;High;Ndieric;x

Don't know anything about minister files, but can be something related to the 'š' present at picturename? (Zjusic didn't have it but Ijušic has :confused: )
 
Code:
U07;Ruling Cabinet - Start;Name;Pool;Ideology;Personality;Loyalty;Picturename;x
70101;Head of State;Fikret Abdic;36;PA;Stern Imperialist;Very High;Fabdic;x
70102;Head of Goverment;Zlatko Jušic;36;PA;Political Protege;High;Zjusic;x
70103;Foreign Minister;Rifet Dolic;36;PA;Iron-fisted Brute;High;Rdolic;x
70104;Armament Minister;Jovica Stanisic;36;PA;Resource Industrialist;Low;Jstanisic;x
70105;Minister of Security;Ibragim Jušic;36;PA;Prince of Terror;Very High;Ijušic;x
70106;Head of Intelligence;Hazim Delic;36;PA;Political Specialist;High;Hdelic;x
70107;[COLOR="Yellow"][B]Cheif of Staff[/B][/COLOR];Serif Mustedanagic;36;PA;School of Mass Combat;High;Smustedanagic;x
70108;Chief of the Army;Hazim Delic;36;PA;Static Defence Doctrine;High;Hdelic;x
70109;Chief of the Navy;Hazim Delic;36;PA;Base Control Doctrine;High;Hdelic;x
70110;Chief of the Air Force;Hazim Delic;36;PA;Army Aviation Doctrine;High;Hdelic;x
;Replacements;;;;;;;
70111;Foreign Minister;Fikret Abdic;36;PA;Ideological Crusader;High;Fabdic;x
70112;Armament Minister;Ibrahim Djedovic;36;PA;Military Entrepreneur;High;Idjedovic;x
70113;Chief of the Army;Nevzad Dieric;36;PA;Elastic Defence Doctrine;High;Ndieric;x

I think I found the error. "Cheif of Staff" (70107) must be "Chief of Staff".