• 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.
Yeah it has been a year..... We went through a bout of missing leadership - as in our leader started going to an intensive school but said he was still our leader.... and everything slowed way down and then he just disappeared and everything stopped..... and then several new people showed up and we got our sh@t together and now we are coming out with a new version - that has a ton of new stuff and a LOT of fixes

Ok I presumed it was something like that. I love this mod and was just curious why it had taken so long. But, I'm glad to see progress has resumed!
 
Just wanted to say that this mod is great! I'd heard about it when I first got HOI2, but thought it a bit daft, however, as even weirder things began to happen in my 'historical' vanilla campaigns (AI france invading Germany in 1938 lol) and after reading some AARs about this mod, I've decided it would actually be really cool. There's loads of factions to choose from, each with some ambitious goals, which I think is excellent! I've started a game as Canada, and I'm really enjoying plotting the doom of the British Union :p, and I'm actually a socialist lol.

Great job fellas :)

Edit: Question, what are all other countries in the selection screen without descriptions that have various versions of the german flag and names like "Volks partei"?
 
Last edited:
Dl-ing... I'll do a short game to see what changes were made and then will restart the AAR. Thanks chaps! :)
 
Edit: Question, what are all other countries in the selection screen without descriptions that have various versions of the german flag and names like "Volks partei"?

They are german parties.
 
When's the first hotfix going to be relased? Looks like something's screwed with my Galician political crisis event >_<

Darn, at least I've got some motivation to write more events when correcting this issue :p
 
When's the first hotfix going to be relased? Looks like something's screwed with my Galician political crisis event >_<

Darn, at least I've got some motivation to write more events when correcting this issue :p

Ah! post the things on the forum! xD
 
It was like events that had domestic changes and some of the options would give one of the parties manpower and the party with the most manpower would have won the election.
 
Out of curiosity. What the heck is wrong with this event?

Code:
event = {
        id = 7300
        random = no
        country = GLD
	picture = "Polish Sejm"
 
        name = "Jakub Bojko's cabinet crisis"
        desc = "In December 1935 'Czas', one of the most influential newspapers in Galicia, publish a number of articles accusing minister-president Jakub Bojko and a number of his ministers of frauding public money. The investiagation took over a month and confirmed many suspicions. As the result, Bojko's cabinet has been dissolved by Karol Olbracht Habsburg. Ignacy Daszynski, leader of the Galician social democrat movement was designated in Bojko's place."
        style = 0
 
        date = { day = 7 month = february year = 1936 }
 
        action_a = {
                name = "OK"
                command = { type = dissent value = 15 }
                command = { type = set_domestic which = political_left value = 5}
                command = { type = headofgovernment which = 551034 }
                command = { type = foreignminister which = 551014 }
                command = { type = trigger which = 7301 }
        }
}

In theory it should change the government to social democrat and put a new HoG in power. But the sliders don't change. However, should I use the "freedom" cheat and change the slider, then both ministers (HoG and Foreign Affairs) change to correct ones. So, is the set_domestic command no longer valid? If yes, then which one should I use?

Oh, and I know I should post this on Kaiserreich forums. But I can't remember my password there :p
 
Hey, was going through the Princely Federation Events, look what I found:
Code:
event = {
id = 101179
random = no
country = IND
name = "Anarchy in the Federation"
desc = "Continued revolts have destabilised our country further. Moreover both Delhi and Bengal have sent in troops, the latter probably to aid the rebels, the former to secure their frontier. Skirmishes between all the factions have occured and it is clear that our government lacks the ability to enforce our rule on our nation."
style = 0
trigger = {
  flag = SOCIALISTS_FED
  flag = BENGAL_INTERVENES
  flag = DELHI_INTERVENES 
}
date = { day = 1 month = January year = 1940 }
offset = 40
deathdate = { day = 30 month = December year = 1945 }
        
action_a = {
  name = "We are powerless to do anything but watch our country collapse (game over)"
  ai_chance = 60
  command = { type = dissent value = 15 }
  command = { type = supplies value = -350 }
  command = { type = revolt which = -1 }
  command = { type = revolt which = -1 }
  command = { type = revolt which = -1 }
  command = { type = relation which = PRK value = -50 }
  command = { type = relation which = PAK value = -50 }
  command = { type = sleepevent which = 101179 }
}
action_a = {
  name = "Declare war and drive the foreigners out"
  ai_chance = 40
  command = { type = dissent value = 20 }
  command = { type = supplies value = -400 }
  command = { type = revolt which = -1 }
  command = { type = revolt which = -1 }
  command = { type = revolt which = -1 }
  command = { type = revolt which = -1 }
  command = { type = revolt which = -1 }
  command = { type = relation which = PRK value = -50 }
  command = { type = war which = PRK }
  command = { type = relation which = PAK value = -50 }
  command = { type = war which = PRK }
  command = { type = trigger which = 101076 }
  command = { type = trigger which = 101260 }
  command = { type = sleepevent which = 101180 }
}
}
 
Hey, was going through the Princely Federation Events, look what I found:
Code:
event = {
id = 101179
random = no
country = IND
name = "Anarchy in the Federation"
desc = "Continued revolts have destabilised our country further. Moreover both Delhi and Bengal have sent in troops, the latter probably to aid the rebels, the former to secure their frontier. Skirmishes between all the factions have occured and it is clear that our government lacks the ability to enforce our rule on our nation."
style = 0
trigger = {
  flag = SOCIALISTS_FED
  flag = BENGAL_INTERVENES
  flag = DELHI_INTERVENES 
}
date = { day = 1 month = January year = 1940 }
offset = 40
deathdate = { day = 30 month = December year = 1945 }
        
action_a = {
  name = "We are powerless to do anything but watch our country collapse (game over)"
  ai_chance = 60
  command = { type = dissent value = 15 }
  command = { type = supplies value = -350 }
  command = { type = revolt which = -1 }
  command = { type = revolt which = -1 }
  command = { type = revolt which = -1 }
  command = { type = relation which = PRK value = -50 }
  command = { type = relation which = PAK value = -50 }
  command = { type = sleepevent which = 101179 }
}
action_a = {
  name = "Declare war and drive the foreigners out"
  ai_chance = 40
  command = { type = dissent value = 20 }
  command = { type = supplies value = -400 }
  command = { type = revolt which = -1 }
  command = { type = revolt which = -1 }
  command = { type = revolt which = -1 }
  command = { type = revolt which = -1 }
  command = { type = revolt which = -1 }
  command = { type = relation which = PRK value = -50 }
  command = { type = war which = PRK }
  command = { type = relation which = PAK value = -50 }
  command = { type = war which = PRK }
  command = { type = trigger which = 101076 }
  command = { type = trigger which = 101260 }
  command = { type = sleepevent which = 101180 }
}
}

aaaaaand? xD
 
Out of curiosity. What the heck is wrong with this event?

<...>

In theory it should change the government to social democrat and put a new HoG in power. But the sliders don't change. However, should I use the "freedom" cheat and change the slider, then both ministers (HoG and Foreign Affairs) change to correct ones. So, is the set_domestic command no longer valid? If yes, then which one should I use?

Oh, and I know I should post this on Kaiserreich forums. But I can't remember my password there :p

Shouldn't it be "political_right" rather than "political_left"?

@ ZombieSlayer and Davisx3m - does this refer to the two action_a commands in the second event?
 
ah
 
The more important part is that the Federation declares war on Bengal twice in "action_b", rather than on Bengal and Delhi.
 
Got an error in my Canada game. Here's the screen:
Untitled-2.jpg

And here's the aforementioned file and line in excel:
Untitled2.jpg


I've not been playing paradox games long, but I've modded for the total war games, so an educated guess would be that it's some problem with an emergent Iceland. However the file looks fine, so I dunno.