Add this to the japan.inc file in Mods\Darkest Hour Full\scenarios\19xx
Place it anywhere after country = {tag = JAP
It adds 8x 1921 garrison divisions with 5/100 strength, all locked into place at one of the 4 beaches on the home islands. Names are unique.
NB: I don't know what the results will be of having unit IDs that are not contiguous (eg leaping from 298 or whatever to 900)
Code:
landunit = {
id = { type = 13016 id = 900 }
name = "Tokyo Garrison"
location = 1552
division = {
id = { type = 13016 id = 901 }
name = "Dai 168 Hoheishidan"
strength = 5
type = garrison
model = 3
locked = yes
}
division = {
id = { type = 13016 id = 902 }
name = "Dai 169 Hoheishidan"
strength = 5
type = garrison
model = 3
locked = yes
}
}
landunit = {
id = { type = 13016 id = 903 }
name = "Kagoshima Garrison"
location = 1561
division = {
id = { type = 13016 id = 904 }
name = "Dai 170 Hoheishidan"
strength = 5
type = garrison
model = 3
locked = yes
}
division = {
id = { type = 13016 id = 905 }
name = "Dai 171 Hoheishidan"
strength = 5
type = garrison
model = 3
locked = yes
}
}
landunit = {
id = { type = 13016 id = 906 }
name = "Hiroshima Garrison"
location = 1554
division = {
id = { type = 13016 id = 907 }
name = "Dai 172 Hoheishidan"
strength = 5
type = garrison
model = 3
locked = yes
}
division = {
id = { type = 13016 id = 908 }
name = "Dai 173 Hoheishidan"
strength = 5
type = garrison
model = 3
locked = yes
}
}
landunit = {
id = { type = 13016 id = 909 }
name = "Matsuyama Garrison"
location = 1559
division = {
id = { type = 13016 id = 910 }
name = "Dai 174 Hoheishidan"
strength = 5
type = garrison
model = 3
locked = yes
}
division = {
id = { type = 13016 id = 911 }
name = "Dai 175 Hoheishidan"
strength = 5
type = garrison
model = 3
locked = yes
}
}