All of these bugs apply to the Gotterdammerung scenario:
* There are coastalforts in provinces that have no beachheads.
They are:
id = 539 - Lorient
id = 536 - Nantes
id = 535 - Cholet
id = 589 - Wilhelmshafen
id = 586 - Kiel
* There is a German division named 272. Infanterie-Division (mot) in prov 929... unfortunately it is an infantry division and not a motorized division as the name suggests
* Many of the US army/squadron/corps names use the / naming format (1/USAF Squadron) instead of the traditional US naming format (1st 2nd 3rd 4th)
* This line is commented out, resulting in the unit not having a proper corps name:
landunit = { location = 1991 #should be Cape Gloucester id = { type = 10178 id = 88 } name = "8/SWPAF"
Should be: landunit = { location = 1991 id = { type = 10178 id = 88 } name = "8/SWPAF"
* The US corps stationed at the Panama Canal are named Channel Force... instead of Canal Force
That's all for now
* There are coastalforts in provinces that have no beachheads.
They are:
id = 539 - Lorient
id = 536 - Nantes
id = 535 - Cholet
id = 589 - Wilhelmshafen
id = 586 - Kiel
* There is a German division named 272. Infanterie-Division (mot) in prov 929... unfortunately it is an infantry division and not a motorized division as the name suggests
* Many of the US army/squadron/corps names use the / naming format (1/USAF Squadron) instead of the traditional US naming format (1st 2nd 3rd 4th)
* This line is commented out, resulting in the unit not having a proper corps name:
landunit = { location = 1991 #should be Cape Gloucester id = { type = 10178 id = 88 } name = "8/SWPAF"
Should be: landunit = { location = 1991 id = { type = 10178 id = 88 } name = "8/SWPAF"
* The US corps stationed at the Panama Canal are named Channel Force... instead of Canal Force
That's all for now
Last edited:
Upvote
0