• 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.
[CHECKING]

Hmmm, I dont see any in my inbox for quite some time...

Can you please send them again, then I will try to insert them wednesday or so...

EDIT: I hope the program is running fine now?
 
good :)
 
Sent.

Everybody, if you want piccies, you can post in the thread, I won´t bite you...

(it seems that I have done no real work on this mod for some time, hmmm...)
 
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?
}
}
 
I tried to put the event working, but when Serbia changes to Yugoslavia there is some problem with the flag. It simply disappears.

I already put a flag named sie , but nothing happens... :(
 
You also need to add sie in country.csv :)
 
how do you create leader files for contries that don't have them...like Makhnoshovchina? i've tries to make a file, but the leaders won't show up. How do i create a new file for leaders, and does it have to be a certain thing like word or excel?
 
Notepad :p

First you need to create a file with something like this:
Code:
leader = {
	name = "Burnside"
	category = general
	id = {
		type = 6
		id = 14100 
		}
	date = { year = 1847}
	deathdate = { year = 1881 }
	personality = inept
	background = bureaucrat
	}

Now save it with the extension of the country's tag:

Ex: leaders.u11
(for Makhnovshchina)

:cool:
 
also...i am a tad concerened that all the random leaders are called Makhnoshovchina.. :p
I think, when the time comes, to use the same random leaders as Ukraine.
Also does anyone have any ideas about the Bavarian Red Republic? I came up with some events that actualy include the break away of Bavaria from Germany and some other relted events. I'll post them in a sec.