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

Kossatx

Second Lieutenant
7 Badges
Apr 16, 2009
108
1
  • Arsenal of Democracy
  • Hearts of Iron III
  • Victoria: Revolutions
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Victoria 2
  • 500k Club
Hi! I'm trying to mod Darkest Hour making the British Raj british colonial provinces. In order to do it I have added as "owned" and "controlled" the British Raj provinces to Britain, but not "national". Then I have eliminated British Raj as selectable nation in the 1933.eug file, and finally I have eliminated the "british raj.inc" file. I have done anything wrong because the game crashes... someone can help me?
 
RAJ had to be terminated at the scenario.eug and the events/inc.txt files.
When u delete those RAJ inc the game will still try to load an raj.inc because there still a command to load raj-files at those files.
 
I'm not familiar with the DH file structure but there are general txt files were all loaded txt files are listed.
You have to find this loading list and you have to eliminate all RAJ file links here too because the game will always try to load those files from the beginning.
 
I used the easiest way :)

###################################
# India for DH-Full multiplayer realism mod
###################################
event = {
id = 4440001
random = no
country = ENG

trigger = {
exists = U02
}

name = "Historicity and Gameplay!"

desc = "There was no any 'separate' India during 2WW!
Also, 'separate' India deprives the Game of important and interesting aspect - hunting for India-to-Britain convoys!"

style = 2
picture = "British_Raj"

date = { day = 1 month = december year = 1930 }
offset = 1
deathdate = { day = 1 month = december year = 1945 }

action_a = {
name = "OK"

command = { type = inherit which = U02 value = 1 }
}
}
 
I used the easiest way :)

###################################
# India for DH-Full multiplayer realism mod
###################################
event = {
id = 4440001
random = no
country = ENG

trigger = {
exists = U02
}

name = "Historicity and Gameplay!"

desc = "There was no any 'separate' India during 2WW!
Also, 'separate' India deprives the Game of important and interesting aspect - hunting for India-to-Britain convoys!"

style = 2
picture = "British_Raj"

date = { day = 1 month = december year = 1930 }
offset = 1
deathdate = { day = 1 month = december year = 1945 }

action_a = {
name = "OK"

command = { type = inherit which = U02 value = 1 }
}
}

Thanks Nick3210! In which file do you write this?
 
Thanks Nick3210! In which file do you write this?

db / events/ Mods.txt


For the first time, Britain under AI-control liberated India again and again.
But then, during other modding AI-Britain stopped doing this.
I don't remember what I have changed to fix this.
 
Last edited: