• 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.
KR for DH 1.1 released!

########################################
### Kaiserreich: Legacy of the Weltkrieg
### A Mod for Darkest Hour 1.01.1
### Version 1.1
### July 18th, 2011
########################################

Kaiserreich for Darkest Hour - 1.1 Version:

http://www.megaupload.com/?d=IU822DS0


Fix to use KR for DH 1.1 with DH 1.02 beta patch: http://www.megaupload.com/?d=38RGG6NP
(to use this, unzip this in Darkest Hour\Mods\Kaiserreich for DH 1.1\db\)

Do you have an alternative download? This megaupload pos is überslow and not working properly (used almost five min to get to 9.5 MB on a 40 Mbit line, and then stopped downloading).
 
Do you have an alternative download? This megaupload pos is überslow and not working properly (used almost five min to get to 9.5 MB on a 40 Mbit line, and then stopped downloading).

ATM we don't have any other one. I guess we will get more :)
 
ATM we don't have any other one. I guess we will get more :)

Great.:) Second try didn't work, third try got to 161 MB, then it told me it was 1 min left for some 3-4 min, then it got interrupted.:(
 
Maybe a bug, but Canada has 3 levels of CV, but no CAG tech. The initial builds also have no CAGs attached.

EDIT: Changed both myself, 1930 CAG and both build-queue CVs have CAG and anti-air brigades.
For some strange reason it won't let me upload it here though.
 
Last edited:
Am I right in assuming that the skins of kanax and melites won't exactly fit seamlessly into the new version?
 
Am I right in assuming that the skins of kanax and melites won't exactly fit seamlessly into the new version?

Probably not.
 
Question: Once the Ausgleich begins, and Austria chooses Centralization, Hungary says no, and the war begins, the Italian Fed. gets an event to invade them. Now, once Plus XI dies, if they choose Stephen X, shouldn't an event be made where Austria and North Italy make peace?
 
A question, how does someone playing as the Union of Britain joins the internationale, my intervention is maxed, and it still says my policies doesn't let. It is some kind of event, I will get later? I am in 1938.
 
Oh ok, since I am in the middle of the Iceland Issue, I am kind of afraid of getting myself in a war against the Canada and the Empire alone, since I am still quite inexperienced at this game. How hard is the war with Canada. Any suggestions for a newbie?
 
Last edited:
Well for starters, if you protect your beaches they can't really harm you, and if you have a good air force they can't bomb you (which they usually can't because of lack of nearby airports).
 
Oh well nevermind, reached the world war and we are getting slaughtered in France. There is no chance other socialist nations that appear during the campaign and manage to win their respective civil wars, like the soviets or the spanish anarchists eventually joining?
 
Oh well nevermind, reached the world war and we are getting slaughtered in France. There is no chance other socialist nations that appear during the campaign and manage to win their respective civil wars, like the soviets or the spanish anarchists eventually joining?

Soviets: There isn't an event for it, so no.
Spain: There's an event for it, but it doesn't work in the latest version. It's easy to fix though.


Code:
event = {
	id = 900822
	picture = "English_declaration_war"
	decision_picture = "decision_english_declaration_war"
	style = 2
	country = SPR

	decision = {
		war = { country = GER country = FRA }
		NOT = {
			war = { country = GER country = SPR }
			alliance = { country = SPR country = FRA }
			alliance = { country = SPR country = GER }
			ispuppet = SPR
			ispuppet = FRA
			exists = SPA
			exists = EUS
		}
	}

	decision_trigger = { }

	trigger = {
		war = { country = GER country = FRA }
		NOT = {
			war = { country = GER country = SPR }
			alliance = { country = SPR country = FRA }
			alliance = { country = SPR country = GER }
			ispuppet = SPR
			ispuppet = FRA
			exists = SPA
			exists = EUS
		}
	}

	name = "Germany and France at War"
	desc = "After France refused German ultimatum to pull from its troops from the disputed territory, German Empire declared war upon it. If France falls, we will be alone on this continent and it is being questioned if we could even keep up our industrial capacity without the resources France trades."

	date = { day = 1 month = january year = 1936 }
	offset = 10
	deathdate = { day = 30 month = december year = 1960 }

	action_a = {
		ai_chance = 97
		name = "This is the first stage of the Worldwide Revolution!"
		[COLOR="red"]command = { type = trigger which = 900821 }[/COLOR]		
                          command = { type = belligerence which = SPR value = 3 }
		command = { type = dissent value = -10 }
		command = { type = manpowerpool value = 25 }
		command = { type = relation which = FRA value = 200 }
		command = { type = relation which = RSI value = 175 }
		command = { type = relation which = ENG value = 150 }
		command = { type = relation which = GER value = -200 }
		command = { type = relation which = AUS value = -100 }
		command = { type = relation which = HUN value = -100 }
		command = { type = relation which = ITA value = -100 }
                command = { type = end_non_aggression which = SPR where = GER }
                command = { type = end_non_aggression which = SPR where = ITA }
		command = { type = domestic which = interventionism value = 1 }
		command = { type = domestic which = defense_lobby value = 1 }
    }
	action_b = {
		ai_chance = 3
		name = "We cannot get involved, we're safe behind Pyrenees"
		command = { type = belligerence which = SPR value = -5 }
		command = { type = dissent value = 15 }
		command = { type = relation which = FRA value = -100 }
		command = { type = relation which = RSI value = -75 }
		command = { type = relation which = GER value = 20 }
		command = { type = relation which = AUS value = 10 }
		command = { type = relation which = HUN value = 10 }
		command = { type = relation which = ITA value = 10 }
		command = { type = domestic which = interventionism value = -2 }
		command = { type = domestic which = defense_lobby value = -2 }
    }
}

event = {
	id = 900823
	picture = "news_paper"
	country = FRA
	style = 2

	name = "Spain joins in the fight"
	desc = "The Spanish syndicalist have joined our side in the war."

	action_a = {
		name = "United we shall win !"
		command = { type = alliance which = SPR }
		command = { type = dissent value = -10 }
    }
}

The first choice of the first event is supposed to trigger the second and the alliance. To make it work, go into the CNT foreign policy event files and find these two events. Change the line I've made red To this:
command = { type = trigger which = 900823 }

Note that unless Spain is still in its civil war, the CNT has probably already used the decision. If that is the case, then you’ll have to cheat to get Spain into the Internationale.
 
Oh well nevermind, reached the world war and we are getting slaughtered in France. There is no chance other socialist nations that appear during the campaign and manage to win their respective civil wars, like the soviets or the spanish anarchists eventually joining?

There seem to be events for other nations joining but I never see them fire. And as the Soviet Union and Bharatiya I've never been able to get into their alliance without using acceptall.
 
to KR modders: Look, I know you poured so much dedication into this mod-its my favorite mod ever-in fact its one of the only mods I will play. and in fact it inspired me to make A World To Win

but look, the civil wars in this mod are insane and unbalanced.

-Spain has an absurdly well placed Carlist and Revolutionary Spain, while the Kingdom of Spain gets the hardest to defend provinces in the game. This is why I'm a big fan of 1 vs 1 civil wars.

-America. Cool, but oh my god. You have what FOUR(five if you count Canada) factions killing each other for control of the States? not only does it stretch the bounds of what my mind can accept as alternate history, but it makes for a very unbalanced game. CSA nine out of 10 wins. Otherwise the USA can become really powerful-so strong in fact that no one can stand in its way.

-Russia. It is impossible-I have yet to see it. the Soviet Union has no way of winning. Its rigged so that Russia wins all the time. My solution would be to simply give the USSR a ton more units, so i hope in the next v. that will become a reality. lets not forget the unfairness of Germany and her pals ganging up on the USSR.

all in all this is a great mod, if not my favorite mod I've ever played IN A GAME, but I hope you do something about he civil wars. I also hope this mod continues for many many more years.

Be sure-and this goes to everyone-to check out A World To Win when me and Ostheim release it. The map is done, were working on OOB and events right now. over time the AI should be done and the techs and then we can release it.