• 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.
M4 Emperior

KiF?

***

Yep, you can and that's veri veri easi. In Db/countries.txt you add main entry - basic stuff like sprites, colour on map etc.

Code:
ZUL = { #Zoeloe
	picture = "gfx\scenarios\picture_BAN.bmp"
	color = Orange
	techgroup = exotic
	leader_language = BAN
	new_colony = ENG
	gfx = {
		army = BAN
		navy = MUS
	}
	policy = {
		aristocracy = 8
		centralization = 5
		innovative = 5
		mercantilism = 9
		offensive = 7
		land = 6
		quality = 6
		serfdom = 6
	}
	elector = 0
	history = { }
}

And rest of it is like in EU2 - Localisation/English/countries.csv for name, revolt.txt for provinces in case you want to liberate it, and set of shields of course. And you're done. ;)