• 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.
Scorpi said:
Do not choose the 1936 scenario, there is a speific Kaiserrich scenario you need to choose.

errr.... lol xD I didn't see such a scenario in the first place, I'll check it out.

But does this mean I can't play the other scenario's anymore? will the diplomatic style of countries be like the kaiserreich mod made them?
 
But does this mean I can't play the other scenario's anymore? will the diplomatic style of countries be like the kaiserreich mod made them?

Well you can, but you'll get Empire of Germany instead of the Third Reich etc.

It is due to the way the game itself works.
 
I tried to install Kaiserreich on my Mac version of Armageddon, but the game crashes just before starting. I get the startup screen, select the country and click start, but then the app crashes before the game starts.

Of course, on a Mac, there's no way I can run the JSGME app, so I unpacked the RAR and placed it into the folder by hand, and then requested the game to use the Kaiserreich folder as the scenario folder.

Anybody managed to get this game running on Mac, and if so, how?

Many thanks in advance!
 
The Great Duck said:
Well,the skins are uploaded on MegaUpload...Please upload them on some other site,like Rapid Share.:)
The pack is so big that rapidshare won't allow me to upload it there.
 
I played your modification, and I have to say one thing: you have added very much of industry, but very few resources. For example Delhi never can use it's IC because lack of rare materials. Of course nations have to have some problems getting resources to get industry run, but impossible and difficult are two different thinsg.
 
You may have a point there, a we'll add some resources and resource related events in the next version. If you'd like to make some resource events for India, please go ahead.


UncleAlias: Sorry I can't help you, I know little of Macs. Are you sure you put all the files into the right place?
 
Actually, I could make some resource events. You mean something like this:

There's first event I have in Anatolian wars. It's for Azeri Republic (Azerbaijan). You can use it if you want:

Code:
event = {
	id = 100000616
	random = no
	country = AZB

	trigger = {
	}

	name = "Azeri economies"
	desc = "Our economy improved hardly during early 1920's, but the market crash of 1928 stroke hardly against our industries. Oil industry is making our nation rich, but the wealth haven't devided smooth: there's rich Azeris and poor Azeris. The Azeri National Metal Mines in north Azerbaijan are saying that they could expand metallurgial industry. Also expanding production from Baku oilfields should be possible."
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 200
	deathdate = { day = 29 month = december year = 1937 }

	action_a = {
		name = "Expand our metal production"
		ai_chance = 25
		command = { type = dissent value = 5 }
		command = { type = domestic which = free_market value = -1 }
		command = { type = domestic which = political_left value = 1 }
		command = { type = add_prov_resource which = 1857 value = 14 where = metal }
	}

	action_b = {
		name = "Expand oil industry"
		ai_chance = 65
		command = { type = dissent value = 5 }
		command = { type = domestic which = free_market value = -1 }
		command = { type = domestic which = political_left value = 1 }
		command = { type = add_prov_resource which = 1907 value = 9 where = oil }
	}

	action_c = {
		name = "Free market makes industry working"
		ai_chance = 10
		command = { type = dissent value = 10 }
		command = { type = free_money value = 5 }
		command = { type = domestic which = free_market value = 2 }
		command = { type = domestic which = political_left value = -1 }
	}
}

Then that kind of events for India:

First some energy boost:

Code:
event = {
	id = [XXX]
	country = PAK # isn't that Delhi
	style = 0
	picture = "yamuna_dam" # you have to find picture

	date = { day = 1 month = january year = 1936 }
	offset = 100
	deathdate = { day = 29 month = december year = 1936 }

	name = "Yamuna river dam"
	desc = "The huge rivers of Yamuna and Ganges have long time been almost un-used for energy production. However, after independence of Delhi State, the industry have improven fastly and we lack resources which keep the economy running. It may be possible to use big rivers on our nation to produce some energy for our factories."

	action_a = {
		name = "You are right, we need more energy"
		ai_chance = 60
		command = { type = money value = -20 }
		command = { type = supplies value = -400 }
		command = { type = setflag which = YAMUNA_RIVER }
	}

	action_b = {
		name = "We have to take what we can, even if it costs more than it immediately gives"
		ai_chance = 39
		command = { type = money value = -50 }
		command = { type = supplies value = -900 }
		command = { type = setflag which = YAMUNA_RIVER_BIG }
	}

	action_c = {
		ai_chance = 1
		name = "It would cause ecological catastrophe, and may not be werth of it"
		command = { }
	}
}

event = {
	id = [XXX]
	country = PAK # isn't that Delhi
	style = 0
	picture = "yamuna_dam" # you have to find picture

	trigger = { flag = YAMUNA_RIVER }

	date = { day = 1 month = january year = 1937 }
	offset = 100
	deathdate = { day = 29 month = december year = 1937 }

	name = "Yamuna river dam - finished!"
	desc = "The dam project of Yamuna river is finished. Thousands have found job from this project, as well as our industry have found great boost from fruits of this project."

	action_a = {
		name = "Whoa!"
		command = { type = add_prov_resource which = 1469 value = 15 where = energy }
		command = { type = add_prov_resource which = 1460 value = 15 where = energy }
	}
}

event = {
	id = [XXX]
	country = PAK # isn't that Delhi
	style = 0
	picture = "yamuna_dam" # you have to find picture

	trigger = { flag = YAMUNA_RIVER_BIG }

	date = { day = 1 month = january year = 1937 }
	offset = 100
	deathdate = { day = 29 month = december year = 1937 }

	name = "Yamuna river dam - finished!"
	desc = "The dam project of Yamuna river is finished. Thousands have found job from this project, as well as our industry have found great boost from fruits of this project."

	action_a = {
		name = "Whoa!"
		command = { type = add_prov_resource which = 1469 value = 25 where = energy }
		command = { type = add_prov_resource which = 1460 value = 25 where = energy }
	}
}

Then some metal production in middle of nowhere:

Code:
event = {
	id = [XXX]
	random = no
	country = PAK

	trigger = {
	}

	name = "Metal production in north Delhi"
	desc = "The foreign companies have reporter about finding possible places of metal mines in northern part of Delhi State. Our central government could nationalise those territories and easily get some resources from those provinces."
	style = 0

	date = { day = 1 month = december year = 1936 }
	offset = 20
	deathdate = { day = 29 month = december year = 1936 }

	action_a = {
		name = "Start metal mining in Ludhiana province"
		ai_chance = 33
		command = { type = dissent value = 5 }
		command = { type = domestic which = free_market value = -1 }
		command = { type = domestic which = political_left value = -1 }
		command = { type = add_prov_resource which = 1476 value = 7 where = metal }
	}

	action_b = {
		name = "Start metal mining in Meerut province"
		ai_chance = 33
		command = { type = dissent value = 5 }
		command = { type = domestic which = free_market value = -1 }
		command = { type = domestic which = political_left value = -1 }
		command = { type = add_prov_resource which = 1477 value = 7 where = metal }
	}

	action_c = {
		name = "Start the project in both provinces, Meerut and Ludhiana"
		ai_chance = 33
		command = { type = dissent value = 10 }
		command = { type = domestic which = free_market value = -2 }
		command = { type = domestic which = political_left value = -1 }
		command = { type = add_prov_resource which = 1477 value = 7 where = metal }
		command = { type = add_prov_resource which = 1476 value = 7 where = metal }
	}

	action_d = {
		name = "Let the foreigners dig what they have found"
		ai_chance = 1
		command = { type = dissent value = 15 }
		command = { type = free_money value = 5 }
		command = { type = domestic which = free_market value = 2 }
	}
}

And finally rare material bonus

Code:
event = {
	id = [XXX]
	random = no
	country = PAK

	trigger = {
	}

	name = "Rubber production"
	desc = "Near the border of Princely Federation, there's rubber plantations, which are producing huge amount of rare materials not only for Delhi industry, but also for whole Asian industry. However, it's looking that resources and money from production haven't gone for legal owners, the Delhi Government. Local bandits and criminals have betrayed millions from the pot. But now it have found, and criminals may be smashed!"
	style = 0

	date = { day = 1 month = april year = 1936 }
	offset = 100
	deathdate = { day = 20 month = september year = 1936 }

	action_a = {
		name = "Great news!"
		ai_chance = 33
		command = { type = dissent value = -5 }
		command = { type = add_prov_resource which = 1467 value = 4 where = rare_materials }
		command = { type = add_prov_resource which = 1466 value = 5 where = rare_materials }
	}
}

In my opinion, events are quite good. Use them if you want, and if you want, you can ask some events from me if I'm not busy :D Keep making this great mod.

EDIT: Thsi picture you can use as event picture for those dam events

 
Last edited:
Very good, we can use those.

Could you maybe expand the rubber events a bit? Maybe that a player has to spend men and material to fight the criminals and corrupt officials in that region, with a chance of failure?

Also if you have time, can you make two resource events for the Carribbean Federation? Jamaica has, according to my maps, deposits of rare materials, and oil production on Trinidad could be expanded.