Also, has anyone made a user-defined language set for Notepad++ for working on DH (makes certain terms, comments, formatting, etc. show up as different colors)?
# Combat Modifier: Default Supply Problems Mod - Land
-0.2
# Combat Modifier: Default Supply Problems Mod - Air
-0.2
# Combat Modifier: Default Supply Problems Mod - Naval
0.0
# Combat Modifier: Default Fuel Problems Mod - Land
0.0
# Combat Modifier: Default Fuel Problems Mod - Air
0.0
# Combat Modifier: Default Fuel Problems Mod - Naval
0.0
Is it possible to edit the .inc files to make some brigades appear in the unit pool? If so, how is it?
I did it like this for homeland:
############################################
## jap islands LOCKED units##
######################################
landunit = {
id = { type = 13016 id = 80000 }
name = "HomeIslands Unit 1"
location = 1675
division = {
id = { type = 13016 id = 80001 }
name = "HomeGuard Brigade 1"
strength = 100
type = d_01
model = 0
locked = yes
}
}
EDIT: So if the unit is available on game start, it can be placed in the inc file. d_01 could be a brigade, no problem. Doesn't have to be locked, that was just something I wanted at the time.
Is it possible to edit the .inc files to make some brigades appear in the unit pool? If so, how is it?