just a question....i want to form Yugoslavia, i know i need to sort out the Revolt text etc but how would i go about doing this. The tag is SIE for Yugoslavia, but whenever i try to create it it never forms, all the other consequences come up but i don't form serbia into Yugoslavia. If i remove the '#' from #command = { type = country which = SIE } Yugoslavia? (i changed it to SIE and did the revolt text etc, when i load up the screen it says somethings wrong and crashes. How do i sort our this yugoslavian problems?
I'm not good at this modding business..only the ideas, concepts and reaserch lol....
This is what i put for SIE (Yugoslavia) is anything wrong with it?
SIE = { #Yugoslavia
date = { day = 1 month = january year = 1918 }
expirydate = { day = 31 month = december year = 1933 }
minimum = { 918 937 917 930 931 940 941 906 914
913 928 746 770 755 754 929 769 908
729 934 932 910 747 749 935 909 933
748 757 756 912 750 730 907 911 751
936 }
extra = { }
capital = 930
culture = { type = serb }
religion = orthodox
literacy = -1
ai = "DYN_SER_ECO.ai"
slaves = no
vassal = no
revolt = no
primitive = no
}
If so...what else could be wrong? Sorry for this, but i wanna test it out.
Heres the event just to make sure :
#########################################################
# Serbia proclaims herself Yugoslavia - Zuckergußgebäck #
#########################################################
event = {
id = 159503
random = no
country = SER
name = "Serbia proclaims herself Yugoslavia"
desc = "SER_EVENT_159503_DESC"
style = 0
date = { day = 3 month = october year = 1919 }
action_a = {
name = "Three cheers for the slavs!"
command = { type = pop_consciousness which = serb value = -3}
command = { type = pop_militancy which = serb value = -1 }
command = { type = pop_militancy which = cultural_minority value = 1 }
command = { type = prestige value = 25 }
#command = { type = country which = SIE } Yugoslavia?
}
}