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

tuore

Caramelised Utopian
76 Badges
Mar 16, 2009
6.981
188
  • March of the Eagles
  • Europa Universalis IV: Call to arms event
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Heir to the Throne
  • The Kings Crusade
  • Lost Empire - Immortals
  • Magicka
  • Crusader Kings II
  • Victoria: Revolutions
  • Rome Gold
  • Semper Fi
  • Supreme Ruler: Cold War
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • 500k Club
  • Arsenal of Democracy
  • Europa Universalis IV
  • Divine Wind
  • Europa Universalis III Complete
  • Deus Vult
  • Cities: Skylines - After Dark
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Mount & Blade: Warband
  • Mount & Blade: With Fire and Sword
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Legacy of Rome
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Cities: Skylines - Snowfall
  • Island Bound
  • 200k Club
  • Crusader Kings II: Charlemagne
  • Europa Universalis IV: Wealth of Nations
  • Victoria 2
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Europa Universalis IV: Res Publica
  • Europa Universalis III Complete
  • Crusader Kings II: Sword of Islam
  • Europa Universalis III
  • Europa Universalis III Complete
  • Europa Universalis IV: Art of War
Someone who has experience with HoI2 modding, what file determines the province ownership? As soon as I know this, I am ready to announce my mod.
 
You mean something like owned-, national- and coreprovinces? You will find the ID of the provinces eg. in: scenario > scenario folder (like 1936) > GER.inc

nationalprovinces = { 66 67 74 75 76 80 81 82 83 84 85 86 87 88 89 90 296 297 298 299 300 301 302 304 308 309 310 311 312 313
314 315 374 375 376 473 482 510 72 73 316 71
}
ownedprovinces = { 66 67 74 75 76 80 81 82 83 84 85 86 87 88 89 90 296 297 298 299 300 301 302 304 308 309 310 311 312 313
314 315 374 375 376 473 482 510
}
controlledprovinces = { 66 67 74 75 76 80 81 82 83 84 85 86 87 88 89 90 296 297 298 299 300 301 302 304 308 309 310 311 312 313
314 315 374 375 376 473 482 510
}
 
Another question. When I've created a new scenario and the files for it, the game says "cannot find file scenario/1936/afg.inc". I have removed those files of the original scenarios, because they are not needed. What file makes it check the 1936 folder?
 
All right, thanks. However, when I remove Germany's .inc file and replace it with DDR.inc (and edit the scenario thing to include the DDR AI and .inc, removing Germany's AI and INC files), the provinces are still controlled by Germany. Germany has no file inside the scenario folder, the provinces are supposed to be owned by DDR.
 
Last edited:
Dou you have deleted the: include = "scenarios\1936\germany.inc"
And add the line: include = "scenarios\1936\ddr.inc"

?

Yes.
Here's the content of my scenario file. I actually copied the 1938 scenario and made the changes:

Code:
name = "The Trinity"
panel = "scenarios/data/trinity.bmp"

header = {
	name = "The Trinity Mod (TTM)"
        startdate = {
	        year = 1962
        }

selectable = {
AFG
ALB
ARG
AST
BEL
BHU
BOL
BRA
BUL
CAN
CGX
CHC
CHI
CHL
COL
COS
CSX
CUB
CXB
CYN
CZE
DEN
DOM
ECU
ENG
EST
FIN
FRA
DDR
DFR
GRE
GUA
HAI
HOL
HON
HUN
IRE
IRQ
ITA
JAP
LAT
LIB
LIT
LUX
MAN
MEN
MEX
MON
NEP
NIC
NOR
NZL
OMN
PAN
PAR
PER
PHI
POL
POR
PRU
ROM
SAF
SAL
SAU
SCH
SIA
SIK
SOV
SPA
SPR
SWE
TAN
TIB
TUR
URU
USA
VEN
YEM
YUG
	}

DDR = { }
DFR = { }
CAN = { }
FRA = { }
SPR = { }
SOV = { }
ENG = { }
USA = { }
}

globaldata = {
    startdate = {
        year = 1962
        month = october
		day = 14
        }
    enddate = {
        year = 2001
        month = september
        day = 11
        }

		allies = {
	        id = { type = 15000 id = 1 }
			participant = { ENG USA BEL CAN FRA POR HOL ITA ICL DEN GRE TUR DFR } # ENG is leader
				}
		axis = 	{
	        id = { type = 15000 id = 2 }
			participant = { }
		}

		comintern = 	{
	        id = { type = 15000 id = 3 }
			participant = { SOV DDR ALB BUL CZE HUN POL ROM }
		}
		alliance = {
			id = { type = 15000 id = 10 }
			participant = { CHI CXB CYN CGX CSX CHC }
			}
		alliance = {
			id = { type = 15000 id = 11 }
			participant = { EST LAT }
			}
		alliance = {
			id = { type = 15000 id = 12 }
			participant = { JAP MAN MEN }
			}


	war = {
	id = { type = 9430 id = 4 }
	date = {
	    	year = 1938
	        month = september
	        day = 1
	        hour = 1
            	}

		enddate = {
	        year = 1938
	        month = september
	        day = 1
            	}

        		attackers = {
        	    	id = { type = 9430 id = 5 }
        	    	participant = { JAP MEN MAN }
        		}

	        	defenders = {
       			id = { type = 9430 id = 6 }
            		participant = { CHI CXB CYN CGX CSX CHC }
	        	}
			}

	war = {
	id = { type = 9430 id = 7 }
	date = {
	    	year = 1938
	      month = september
	      day = 1
	      hour = 1
            }

		enddate = {
	      year = 1938
	      month = september
	      day = 1
            }

        	attackers = {
        	id = { type = 9430 id = 8 }
        	participant = { SPA }
        	}

	      defenders = {
       	id = { type = 9430 id = 9 }
            participant = { SPR }
	      }
	}
}
history = {
1	# The 2-26 Incident
2	# Spanish General Election 
20	# Marco Polo Bridge incident
21	# Marco Polo Bridge incident
24	# Changfukeng Lake Incident (April-Aug 38)
25	# Chasan Lake Incident (April-Aug 38)
71	# Anti-Comintern Pact
72	# Anti-Comintern Pact
73	# Anti-Comintern Pact
80	# Panay Incident
81	# Panay Incident
82	# Operation Zet - Assistance to China
83	# Operation Zet - Soviet assistance
84	# Pitman Act - Assistance to China
85	# Pitman Act - US assistance
86	# Transfer of industry to the interior
87	# Huayuankow flooding
90	# The Xi'an Incident
91	# Forging the Unified Front
153	# AI Argentina change of govt
157	# AI Austria change of govt
158	# AI Bolivia change of govt
159	# AI Bolivia change of govt
166	# AI Cuba change of govt
167	# AI Cuba change of govt
169	# AI Ecuador change of govt
176	# AI Greece change of govt
186	# AI Japan change of govt
187	# AI Japan change of govt
198	# AI Mongolia change of govt
200	# AI Nicaragua change of govt
201	# AI Nicaragua change of govt
204	# AI Panama change of govt
209	# AI Paraguay change of govt
210	# AI Paraguay change of govt
213	# AI Peru change of govt
216	# AI Poland change of govt
220	# AI Romania change of govt
237	# AI Uruguay change of govt
300	# AI King George V departs
302	# AI George H. Dern departs
320	# AI J.A. Primo de Rivera de Heredia departs
322	# AI José Sanjurjo Sacanell departs
324	# AI José Calvo-Sotelo departs
325	# AI Ramón Franco Bahamonde departs
329	# AI Jacob von der Lippe departs
338	# AI Andrej Hlinka departs
349	# AI Austen Chamberlain departs
357	# AI Werner von Fritsch departs
358	# AI Edward VIII departs
361	# AI Anthony Eden departs
362	# AI Werner von Blomberg departs
369	# AI John Bassett Moore departs
373	# AI Erich Ludendorff departs
2000	# Re-occupation of the Rhineland
2001	# Anschluss of Austria - Annexation
2020	# Anschluss of Austria
2023	# Spanish Civil War - Intervention
2023	# Spanish Civil War - Intervention
2100	# Anschluss
2609	# The Great Officer Purge Begins
2623	# Spanish Civil War - Intervention
2801	# Spanish Civil War - Intervention
2901	# Spanish Civil War - Intervention
3001	# Spanish Civil War - Fascist Nation
3002	# Spanish Civil War - German Intervention
3003	# Spanish Civil War - Italian Intervention
3100	# Spanish Civil War
3101	# Communist Coup - Anarchist movement crushed
3102	# Spanish Civil War - Soviet Intervention
3107	# Spanish Civil War - Ceding oversea provinces to SPA
3400	# Spanish Civil War - Intervention
3709	# US. Presidential Election of 1936 - Historical Outcome
3719	# Spanish Civil War -  German Intervention
3720	# Spanish Civil War -  Italian Intervention
3721	# Spanish Civil War -  Soviet Intervention
3724	# The Nanjing Massacre
3802	# The Nanjing Massacre
4100	# The Nanjing Massacre
4104	# Transfer of Chinese industry
4105	# Move Guangzhou
4106	# Move Taiyuan
4107	# Move Nanjing and Hangzhou
4108	# Move Jinan
4109	# Move Zhengzhou
11000	# AI Joachim von Ribbentrop takes office
11002	# AI Heinrich Himmler takes office
11005	# AI Franz Halder takes office
11011	# AI Alexander McLachlan takes office
11013	# AI Cyril Bingham-White takes office
11015	# AI Henry Crerar takes office
11016	# AI Kenneth Stuart takes office
11020	# AI Pai Chung-hsi takes office
11023	# AI Tai Li takes office
11024	# AI Pai Chung-hsi takes office
11026	# AI Lord Cecil of Chelwood takes office
11030	# AI Sir Cyril Deverell takes office
11031	# AI Lord John Gort takes office
11033	# AI Sir Dudley Pound takes office
11035	# AI Sir Cyril Newall takes office
11041	# AI Joseph Paul Boncour takes office
11051	# AI Ushio Shigenosuke takes office
11052	# AI Takasu Shiro takes office
11053	# AI Yamamoto Isoroku takes office
11055	# AI Béla Imrédy de Omoravia takes office
11057	# AI Bela Imrédy de Omoravia takes office
11058	# AI Lajos Reményi-Schneller takes office
11059	# AI Rezsö Andorka takes office
11060	# AI Ferenc Feketehalmy-Czeydner takes office
11061	# AI Kyösti Kallio takes office
11065	# AI Esko Riekki takes office
11066	# AI Hugo Österman takes office
11069	# AI Toivo Somerto takes office
11070	# AI Liou Tcheng-fou takes office
11074	# AI Hsing Shi-lien takes office
11077	# AI Isono Yuzo takes office
11078	# AI Sergej Uritskiy takes office
11079	# AI Lavrenti P. Beria takes office
11081	# AI Boris M. Shaposhnikov takes office
11088	# AI Aleksandr D. Loktionov takes office
15083	# Mengkukuo AI_revolters event 
		}
sleepevent = {
3710 # US 36 Election Roosevelt loses
3713 # US 40 Election no Roosevelt
3717 # US 40 Election no Roosevelt

		}

include = "scenarios/trinity/vp.inc"

include = "scenarios/trinity/afg38.inc"
include = "scenarios/trinity/alb38.inc"
include = "scenarios/trinity/arg38.inc"
include = "scenarios/trinity/ast38.inc"
include = "scenarios/trinity/bel38.inc"
include = "scenarios/trinity/bhu38.inc"
include = "scenarios/trinity/bol38.inc"
include = "scenarios/trinity/bra38.inc"
include = "scenarios/trinity/bul38.inc"
include = "scenarios/trinity/can38.inc"
include = "scenarios/trinity/cgx38.inc"
include = "scenarios/trinity/chc38.inc"
include = "scenarios/trinity/chi38.inc"
include = "scenarios/trinity/chl38.inc"
include = "scenarios/trinity/col38.inc"
include = "scenarios/trinity/cos38.inc"
include = "scenarios/trinity/csx38.inc"
include = "scenarios/trinity/cub38.inc"
include = "scenarios/trinity/cxb38.inc"
include = "scenarios/trinity/cyn38.inc"
include = "scenarios/trinity/cze38.inc"
include = "scenarios/trinity/den38.inc"
include = "scenarios/trinity/dom38.inc"
include = "scenarios/trinity/ddr38.inc"
include = "scenarios/trinity/ecu38.inc"
include = "scenarios/trinity/eng38.inc"
include = "scenarios/trinity/est38.inc"
include = "scenarios/trinity/fin38.inc"
include = "scenarios/trinity/fra38.inc"
include = "scenarios/trinity/gre38.inc"
include = "scenarios/trinity/gua38.inc"
include = "scenarios/trinity/hai38.inc"
include = "scenarios/trinity/hol38.inc"
include = "scenarios/trinity/hon38.inc"
include = "scenarios/trinity/hun38.inc"
include = "scenarios/trinity/ire38.inc"
include = "scenarios/trinity/irq38.inc"
include = "scenarios/trinity/ita38.inc"
include = "scenarios/trinity/jap38.inc"
include = "scenarios/trinity/lat38.inc"
include = "scenarios/trinity/lib38.inc"
include = "scenarios/trinity/lit38.inc"
include = "scenarios/trinity/lux38.inc"
include = "scenarios/trinity/man38.inc"
include = "scenarios/trinity/men38.inc"
include = "scenarios/trinity/mex38.inc"
include = "scenarios/trinity/mon38.inc"
include = "scenarios/trinity/nep38.inc"
include = "scenarios/trinity/nic38.inc"
include = "scenarios/trinity/nor38.inc"
include = "scenarios/trinity/nzl38.inc"
include = "scenarios/trinity/omn38.inc"
include = "scenarios/trinity/pan38.inc"
include = "scenarios/trinity/par38.inc"
include = "scenarios/trinity/per38.inc"
include = "scenarios/trinity/phi38.inc"
include = "scenarios/trinity/pol38.inc"
include = "scenarios/trinity/por38.inc"
include = "scenarios/trinity/pru38.inc"
include = "scenarios/trinity/rom38.inc"
include = "scenarios/trinity/saf38.inc"
include = "scenarios/trinity/sal38.inc"
include = "scenarios/trinity/sau38.inc"
include = "scenarios/trinity/sch38.inc"
include = "scenarios/trinity/sia38.inc"
include = "scenarios/trinity/sik38.inc"
include = "scenarios/trinity/sov38.inc"
include = "scenarios/trinity/spa38.inc"
include = "scenarios/trinity/spr38.inc"
include = "scenarios/trinity/swe38.inc"
include = "scenarios/trinity/tib38.inc"
include = "scenarios/trinity/tur38.inc"
include = "scenarios/trinity/uru38.inc"
include = "scenarios/trinity/usa38.inc"
include = "scenarios/trinity/ven38.inc"
include = "scenarios/trinity/yem38.inc"
include = "scenarios/trinity/yug38.inc"

include = "db\events.txt"

event = "db\events\AI_ARG.txt"
event = "db\events\AI_AST.txt"
event = "db\events\AI_BEL.txt"
event = "db\events\AI_BOL.txt"
event = "db\events\AI_BRA.txt"
event = "db\events\AI_BUL.txt"
event = "db\events\AI_CAN.txt"
event = "db\events\AI_CGX.txt"
event = "db\events\AI_CHC.txt"
event = "db\events\AI_CHI.txt"
event = "db\events\AI_CHL.txt"
event = "db\events\AI_COL.txt"
event = "db\events\AI_DDR.txt"
event = "db\events\AI_COS.txt"
event = "db\events\AI_CSX.txt"
event = "db\events\AI_CUB.txt"
event = "db\events\AI_CXB.txt"
event = "db\events\AI_CYN.txt"
event = "db\events\AI_DOM.txt"
event = "db\events\AI_ECU.txt"
event = "db\events\AI_ENG.txt"
event = "db\events\AI_FIN.txt"
event = "db\events\AI_FRA.txt"
event = "db\events\AI_GUA.txt"
event = "db\events\AI_HAI.txt"
event = "db\events\AI_HOL.txt"
event = "db\events\AI_HON.txt"
event = "db\events\AI_HUN.txt"
event = "db\events\AI_IRE.txt"
event = "db\events\AI_ITA.txt"
event = "db\events\AI_JAP.txt"
event = "db\events\AI_LIB.txt"
event = "db\events\AI_MAN.txt"
event = "db\events\AI_MEX.txt"
event = "db\events\AI_MON.txt"
event = "db\events\AI_NEP.txt"
event = "db\events\AI_NIC.txt"
event = "db\events\AI_NZL.txt"
event = "db\events\AI_Other.txt"
event = "db\events\AI_PAN.txt"
event = "db\events\AI_PAR.txt"
event = "db\events\AI_PER.txt"
event = "db\events\AI_POL.txt"
event = "db\events\AI_PRU.txt"
event = "db\events\AI_ROM.txt"
event = "db\events\AI_SAF.txt"
event = "db\events\AI_SAL.txt"
event = "db\events\AI_SAU.txt"
event = "db\events\AI_SCH.txt"
event = "db\events\AI_SIA.txt"
event = "db\events\AI_SIK.txt"
event = "db\events\AI_SOV.txt"
event = "db\events\AI_sov_spheres.txt"
event = "db\events\AI_SPA.txt"
event = "db\events\AI_SPR.txt"
event = "db\events\AI_SWE.txt"
event = "db\events\AI_TUR.txt"
event = "db\events\AI_URU.txt"
event = "db\events\AI_USA.txt"
event = "db\events\AI_VEN.txt"
event = "db\events\AI_YUG.txt"
 
Last edited:
And here's the ddr38.inc file. The problem has something to do with either of these, as I could normally give Tannu Tuva's regions to SOV.

Code:
# 18 Jan 07 ASD

province =
{ id         = 90
  naval_base = { size = 10 current_size = 10 }
}              # Kiel

province =
{ id         = 313
  air_base = { size = 8 current_size = 8 }
}              # Frankfurt am main

province =
{ id         = 88
  air_base = { size = 6 current_size = 6 }
}              # Hamburg


country =
{ tag                    = GER
  belligerence           = 10
  capital                = 300
  manpower               = 850
  transports             = 160
  escorts                = 24
  energy                 = 4000
  metal                  = 4000
  rare_materials         = 2000
  oil                    = 2000 # 15 million barrels stockpile
  supplies               = 1000
  money                  = 100 # gold and foreign currency reserves were exhausted
  policy =
  { date              = { year = 0 month = january day = 0 }
    democratic        = 1
    political_left    = 1
    free_market       = 5
    freedom           = 1
    professional_army = 5
    defense_lobby     = 6 # shifted by Czech events
    interventionism   = 6 # shifted by Czech events
  }
  nationalprovinces      = { 66  67  71  72  73  74  75  76  80  81  82  83  84  85  86  87  88  89  90  91 206 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 371 372 373 374 375 376 377 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 481 482 483 510 533
                           }
  ownedprovinces         = { 66  67  74  75  76  80  81  82  83  84  85  86  87  88  89  90  296 297 298 299 300 301 302 304 308 309 310 311 312 313 314 315 374 375 376 473 482 510 373 377 460 461 462 463 464 465
                           }
  controlledprovinces    = { 66  67  74  75  76  80  81  82  83  84  85  86  87  88  89  90  296 297 298 299 300 301 302 304 308 309 310 311 312 313 314 315 374 375 376 473 482 510 373 377 460 461 462 463 464 465
                           }

  techapps               = { 1010  1020  1030  1070  1110  1190  1200  1210  1220  1230  1310  1340  2010  2020  2030  2040  2070  2150  2290  2300 
                             2310  2320  2330  2400  2410  2450  2460  2510  3010  3020  3030  3070  3080  3090  3100  3130  3140  3150  3160  3190 
                             3200  3210  3220  3250  3260  3270  3280  3320  3330  3340  3400  3410  3420  3430  4010  4020  4030  4040  4050  4120 
                             4130  4140  4170  4190  4250  5010  5020  5030  5050  5060  5070  5080  5090  5100  5190  5200  5210  5310  5320  5350 
                             5360  5410  5470  5480  5490  5550  6210  6220  6230  6240  6250  8010  8020  8040  8080  8090  8150  8160  8210  5290
                             9010  9020  9030  9040  9050  9060  9070  9090  9100  9110  9120  9140  9190  9200  9270  9290  14000 14010 3470
                           }
blueprints             = { 6260 }

  diplomacy =
  { relation = { tag = AFG value = 25 }
    relation = { tag = ARG value = 75 }
    relation = { tag = AST value = -50 }
    relation = { tag = BEL value = 20 }
    relation = { tag = BHU value = -50 }
    relation = { tag = BOL value = 15 }
    relation = { tag = BRA value = 50 }
    relation = { tag = BUL value = 85 }
    relation = { tag = CAN value = -50 }
    relation = { tag = CHI value = 1 }
    relation = { tag = CHL value = 50 }
    relation = { tag = COL value = -20 }
    relation = { tag = ENG value = -100 }
    relation = { tag = EST value = 10 }
    relation = { tag = FIN value = 80 }
    relation = { tag = FRA value = -100 }
    relation = { tag = HOL value = -150 }
    relation = { tag = HUN value = 150 }
    relation = { tag = IRE value = 50 }
    relation = { tag = IRQ value = 25 }
    relation = { tag = ITA value = 100 }
    relation = { tag = JAP value = 75 }
    relation = { tag = LAT value = 10 }
    relation = { tag = LIT value = 10 }
    relation = { tag = LUX value = -50 }
    relation = { tag = MAN value = 20 }
    relation = { tag = MEN value = 20 }
    relation = { tag = NEP value = -50 }
    relation = { tag = NOR value = -150 }
    relation = { tag = NZL value = -100 }
    relation = { tag = OMN value = -150 }
    relation = { tag = PER value = 50 }
    relation = { tag = POL value = -200 }
    relation = { tag = POR value = 75 }
    relation = { tag = ROM value = 120 }
    relation = { tag = SAF value = -50 }
    relation = { tag = SCH value = 50 }
    relation = { tag = SOV value = 20 }
    relation = { tag = SPA value = 50 }
    relation = { tag = SWE value = 50 }
    relation = { tag = TUR value = 60 }
    relation = { tag = YUG value = 50 }
    relation = { tag = USA value = -50 }
  }

  headofstate            = { type = 9 id = 1 } # Hitler
  headofgovernment       = { type = 9 id = 2 } # Hess
  foreignminister        = { type = 9 id = 55 } # Ribbentrop
  armamentminister       = { type = 9 id = 79 } # Goering (4 year plan)
  ministerofsecurity     = { type = 9 id = 108 } # Himmler
  ministerofintelligence = { type = 9 id = 6 } # Canaris
  chiefofstaff           = { type = 9 id = 155 } # Halder
  chiefofarmy            = { type = 9 id = 174 } # Brauschwitz
  chiefofnavy            = { type = 9 id = 9 } # Raeder
  chiefofair             = { type = 9 id = 10 } # Goering
  dormant_ministers      = { 33 45 46 51 3 64 4 77 5 116 7 8 179 }
  dormant_leaders		 = { 293 579 }
  nationalidentity = "policy_identity_parochial" 
	socialpolicy = "policy_social_ethnic" 
	nationalculture = "policy_culture_ethnic"

  landunit =
  { id       = { type = 12607 id = 1 }
    name     = "I. Armeekorps"
    location = 510
    division =
    { experience    = 10
      id            = { type = 12607 id = 2 }
      name          = "1. Infanterie-Division"
      strength      = 100
      type          = infantry
      model         = 2
      extra         = artillery
      brigade_model = 4
    }
    division =
    { experience = 10
      id         = { type = 12607 id = 3 }
      name       = "11. Infanterie-Division"
      strength   = 100
      type       = infantry
      model      = 2
    }
    division =
    { experience = 10
      id         = { type = 12607 id = 4 }
      name       = "21. Infanterie-Division"
      strength   = 100
      type       = infantry
      model      = 2
    }
  }
  landunit =
  { id       = { type = 12607 id = 5 }
    name     = "II. Armeekorps"
    location = 302
    division =
    { experience    = 5
      id            = { type = 12607 id = 6 }
      name          = "12. Infanterie-Division"
      strength      = 100
      type          = infantry
      model         = 2
      extra         = artillery
      brigade_model = 4
    }
    division =
    { experience = 1
      id         = { type = 12607 id = 7 }
      name       = "32. Infanterie-Division"
      strength   = 100
      type       = infantry
      model      = 1
    }
  }
  landunit =
  { id       = { type = 12607 id = 10 }
    name     = "III. Armeekorps"
    location = 300
    division =
    { experience    = 5
      id            = { type = 12607 id = 11 }
      name          = "3. Infanterie-Division"
      strength      = 100
      type          = infantry
      model         = 2
      extra         = artillery
      brigade_model = 4
    }
    division =
    { experience = 10
      id         = { type = 12607 id = 12 }
      name       = "23. Infanterie-Division"
      strength   = 100
      type       = infantry
      model      = 2
      extra      = engineer
    }
  }
  landunit =
  { id       = { type = 12607 id = 14 }
    name     = "IV. Armeekorps"
    location = 311
    division =
    { experience    = 10
      id            = { type = 12607 id = 15 }
      name          = "4. Infanterie-Division"
      strength      = 100
      type          = infantry
      model         = 2
      extra         = artillery
      brigade_model = 4
    }
    division =
    { experience    = 4
      id            = { type = 12607 id = 16 }
      name          = "14. Infanterie-Division"
      strength      = 100
      type          = infantry
      model         = 2
      extra         = anti_tank
      brigade_model = 1
    }
    division =
    { experience = 1
      id         = { type = 12607 id = 17 }
      name       = "24. Infanterie-Division"
      strength   = 100
      type       = infantry
      model      = 1
    }
  }
  landunit =
  { id       = { type = 12607 id = 23 }
    name     = "V. Armeekorps"
    location = 314
    division =
    { experience    = 15
      id            = { type = 12607 id = 26 }
      name          = "5. Infanterie-Division"
      strength      = 100
      type          = infantry
      model         = 2
      extra         = artillery
      brigade_model = 4
    }
    division =
    { experience = 10
      id         = { type = 12607 id = 27 }
      name       = "25. Infanterie-Division"
      strength   = 100
      type       = infantry
      model      = 2
    }
  }
  landunit =
  { id       = { type = 12607 id = 8 }
    name     = "VI. Armeekorps"
    location = 81
    division =
    { experience    = 15
      id            = { type = 12607 id = 9 }
      name          = "6. Infanterie-Division"
      strength      = 100
      type          = infantry
      model         = 2
      extra         = artillery
      brigade_model = 4
    }
    division =
    { experience = 5
      id         = { type = 12607 id = 29 }
      name       = "16. Infanterie-Division"
      strength   = 100
      type       = infantry
      model      = 2
    }
    division =
    { experience = 1
      id         = { type = 12607 id = 30 }
      name       = "26. Infanterie-Division"
      strength   = 100
      type       = infantry
      model      = 1
    }
  }
  landunit =
  { id       = { type = 12607 id = 13 }
    name     = "VII. Armeekorps"
    location = 376
    division =
    { experience = 15
      id         = { type = 12607 id = 32 }
      name       = "7. Grenz-division"
      strength   = 100
      type       = infantry
      model      = 2
    }
    division =
    { experience    = 15
      id            = { type = 12607 id = 34 }
      name          = "27. Infanterie-Division"
      strength      = 100
      type          = infantry
      model         = 2
      extra         = artillery
      brigade_model = 4
    }
  }
  landunit =
  { id       = { type = 12607 id = 39 }
    name     = "VIII. Armeekorps"
    location = 473
    division =
    { experience    = 17
      id            = { type = 12607 id = 40 }
      name          = "8. Infanterie-Division"
      strength      = 100
      type          = infantry
      model         = 2
      extra         = anti_tank
      brigade_model = 1
    }
    division =
    { experience = 10
      id         = { type = 12607 id = 41 }
      name       = "18. Infanterie-Division"
      strength   = 100
      type       = infantry
      model      = 2
      extra      = engineer
    }
    division =
    { experience    = 1
      id            = { type = 12607 id = 42 }
      name          = "28. Infanterie-Division"
      strength      = 100
      type          = infantry
      model         = 1
      extra         = artillery
      brigade_model = 4
    }
  }
  landunit =
  { id       = { type = 12607 id = 43 }
    name     = "IX. Armeekorps"
    location = 82
    division =
    { experience    = 10
      id            = { type = 12607 id = 44 }
      name          = "9. Infanterie-Division"
      strength      = 100
      type          = infantry
      model         = 2
      extra         = artillery
      brigade_model = 4
    }
    division =
    { experience = 10
      id         = { type = 12607 id = 45 }
      name       = "15. Infanterie-Division"
      strength   = 100
      type       = infantry
      model      = 2
    }
  }
  landunit =
  { id       = { type = 12607 id = 18 }
    name     = "X. Armeekorps"
    location = 88
    division =
    { experience    = 1
      id            = { type = 12607 id = 19 }
      name          = "22. Infanterie-Division"
      strength      = 100
      type          = infantry
      model         = 1
      extra         = anti_tank
      brigade_model = 1
    }
    division =
    { experience = 1
      id         = { type = 12607 id = 20 }
      name       = "30. Infanterie-Division"
      strength   = 100
      type       = infantry
      model      = 1
    }
  }
  landunit =
  { id       = { type = 12607 id = 48 }
    name     = "XI. Armeekorps"
    location = 86
    division =
    { experience    = 13
      id            = { type = 12607 id = 56 }
      name          = "19. Infanterie-Division"
      strength      = 100
      type          = infantry
      model         = 1
      extra         = artillery
      brigade_model = 4
    }
    division =
    { experience = 1
      id         = { type = 12607 id = 57 }
      name       = "31. Infanterie-Division"
      strength   = 100
      type       = infantry
      model      = 1
    }
  }
  landunit =
  { id       = { type = 12607 id = 21 }
    name     = "XII. Armeekorps"
    location = 310
    division =
    { experience = 0
      id         = { type = 12607 id = 52 }
      name       = "33. Infanterie-Division"
      strength   = 100
      type       = infantry
      model      = 1
    }
    division =
    { experience = 0
      id         = { type = 12607 id = 53 }
      name       = "34. Infanterie-Division"
      strength   = 100
      type       = infantry
      model      = 1
    }
  }
  landunit =
  { id       = { type = 12607 id = 55 }
    name     = "XIII. Armeekorps"
    location = 312
    division =
    { experience = 15
      id         = { type = 12607 id = 49 }
      name       = "10. Infanterie-Division"
      strength   = 100
      type       = infantry
      model      = 2
    }
    division =
    { experience = 10
      id         = { type = 12607 id = 50 }
      name       = "17. Infanterie-Division"
      strength   = 100
      type       = infantry
      model      = 2
    }
  }
  landunit =
  { id       = { type = 12607 id = 61 }
    name     = "XIV. Armeekorps (mot)"
    location = 298
    division =
    { experience = 15
      id         = { type = 12607 id = 22 }
      name       = "2. Leichte-Division"
      strength   = 100
      type       = light_armor
      model      = 0
    }
    division =
    { experience = 15
      id         = { type = 12607 id = 62 }
      name       = "2. Infanterie-Division (mot)"
      strength   = 100
      type       = motorized
      model      = 0
    }
    division =
    { experience = 15
      id         = { type = 12607 id = 63 }
      name       = "13. Infanterie-Division (mot)"
      strength   = 100
      type       = motorized
      model      = 0
    }
    division =
    { experience = 10
      id         = { type = 12607 id = 24 }
      name       = "20. Infanterie-Division (mot)"
      strength   = 100
      type       = motorized
      model      = 0
    }
    division =
    { experience = 0
      id         = { type = 12607 id = 25 }
      name       = "29. Infanterie-Division (mot)"
      strength   = 100
      type       = motorized
      model      = 0
    }
  }
  landunit =
  { id       = { type = 12607 id = 64 }
    name     = "XV. Armeekorps"
    location = 67
    division =
    { experience = 10
      id         = { type = 12607 id = 65 }
      name       = "1. Panzer-Division"
      strength   = 100
      type       = light_armor
      model      = 1
    }
    division =
    { experience = 10
      id         = { type = 12607 id = 28 }
      name       = "1. Leichte-Division"
      strength   = 100
      type       = light_armor
      model      = 0
    }
  }
  landunit =
  { id       = { type = 12607 id = 31 }
    name     = "XVI. Armeekorps"
    location = 309
    division =
    { experience = 10
      id         = { type = 12607 id = 66 }
      name       = "3. Panzer-Division"
      strength   = 100
      type       = light_armor
      model      = 1
    }
    division =
    { experience = 10
      id         = { type = 12607 id = 33 }
      name       = "3. Leichte-Division"
      strength   = 100
      type       = light_armor
      model      = 0
    }
  }
  landunit =
  { id       = { type = 12607 id = 67 }
    name     = "XVII. Armeekorps"
    location = 463
    division =
    { experience    = 0
      id            = { type = 12607 id = 68 }
      name          = "44. Infanterie-Division"
      strength      = 100
      type          = infantry
      model         = 1
      extra         = artillery
      brigade_model = 4
    }
    division =
    { experience = 0
      id         = { type = 12607 id = 69 }
      name       = "45. Infanterie-Division"
      strength   = 100
      type       = infantry
      model      = 1
    }
  }
  landunit =
  { id       = { type = 12607 id = 35 }
    name     = "XVIII. Armeekorps"
    location = 462
    division =
    { experience    = 25
      id            = { type = 12607 id = 70 }
      name          = "1. Gebirgs-Division"
      strength      = 100
      type          = bergsjaeger
      model         = 0
      extra         = artillery
      brigade_model = 4
    }
    division =
    { experience = 25
      id         = { type = 12607 id = 71 }
      name       = "2. Gebirgs-Division"
      strength   = 100
      type       = bergsjaeger
      model      = 0
    }
    division =
    { experience = 25
      id         = { type = 12607 id = 72 }
      name       = "3. Gebirgs-Division"
      strength   = 100
      type       = bergsjaeger
      model      = 0
    }
  }
  landunit =
  { id       = { type = 12607 id = 73 }
    name     = "XIX. Armeekorps"
    location = 463
    division =
    { experience = 11
      id         = { type = 12607 id = 58 }
      name       = "2. Panzer-Division"
      strength   = 100
      type       = light_armor
      model      = 1
    }
    division =
    { experience = 15
      id         = { type = 12607 id = 59 }
      name       = "4. Leichte-Division"
      strength   = 100
      type       = light_armor
      model      = 0
    }
    division =
    { experience = 0
      id         = { type = 12607 id = 60 }
      name       = "35. Infanterie-Division"
      strength   = 100
      type       = infantry
      model      = 1
    }
    division =
    { experience = 0
      id         = { type = 12607 id = 74 }
      name       = "36. Infanterie-Division"
      strength   = 100
      type       = infantry
      model      = 1
    }
  }
  landunit =
  { id       = { type = 12607 id = 36 }
    name     = "Grenztruppen"
    location = 315
    division =
    { experience = 0
      id         = { type = 12607 id = 37 }
      name       = "Grenz-truppen"
      strength   = 100
      type       = garrison
      model      = 0
    }
  }
  landunit =
  { id       = { type = 12607 id = 38 }
    name     = "OKW"
    location = 300
    division =
    { experience = 0
      id         = { type = 12607 id = 46 }
      name       = "Oberkommando der Wehrmacht"
      strength   = 100
      type       = hq
      model      = 1
      extra      = police
    }
    division =
    { experience = 0
      id         = { type = 12607 id = 47 }
      name       = "Wach-Regiment Berlin"
      strength   = 40
      type       = garrison
      model      = 1
    }
  }
  landunit =
  { id       = { type = 12607 id = 51 }
    name     = "OKH"
    location = 300
    division =
    { experience = 0
      id         = { type = 12607 id = 54 }
      name       = "Oberkommando des Heeres"
      strength   = 100
      type       = hq
      model      = 1
    }
  }
  # ####################################################
  # ############ German Navy OOB #######################
  # ############ Western Area ##########################
  navalunit =
  { name     = "Hochseeflotte"
    id       = { type = 12607 id = 136 }
    location = 80 # Wilhelmshaven
    base     = 80
    division =
    { id    = { type = 12607 id = 138 }
      name  = "Gneisenau"
      type  = battlecruiser
      model = 3
      extra1 = naval_sa_l
      extra2 = naval_fire_controll_l
      extra3 = naval_spotter_l
      extra4 = naval_anti_air_l
      brigade_model1 = 1
      brigade_model2 = 1
      brigade_model3 = 2
      brigade_model4 = 1
    }
    division =
    { id    = { type = 12607 id = 139 }
      name  = "Admiral Scheer"
      type  = heavy_cruiser
      model = 3
      extra1 = naval_sa_l
      extra2 = naval_fire_controll_l
      extra3 = naval_spotter_l
      brigade_model1 = 1
      brigade_model2 = 1
      brigade_model3 = 2
    }
  }
  # ####################################################
  navalunit =
  { name     = "Erkundungsflotte"
    id       = { type = 12607 id = 110 }
    location = 80 # Wilhelmshaven
    base     = 80
    division =
    { id    = { type = 12607 id = 141 }
      name  = "Nürnberg"
      type  = light_cruiser
      model = 3
      extra1 = naval_fire_controll_s
      extra2 = naval_spotter_s
      brigade_model1 = 1
      brigade_model2 = 2
    }
    division =
    { id    = { type = 12607 id = 111 }
      name  = "Karlsruhe"
      type  = light_cruiser
      model = 2
      extra1 = naval_fire_controll_s
      extra2 = naval_spotter_s
      brigade_model1 = 1
      brigade_model2 = 2
    }
    division =
    { id    = { type = 12607 id = 143 }
      name  = "Köln"
      type  = light_cruiser
      model = 2
      extra1 = naval_fire_controll_s
      extra2 = naval_spotter_s
      brigade_model1 = 1
      brigade_model2 = 1
    }
    division =
    { id    = { type = 12607 id = 144 }
      name  = "Königsberg"
      type  = light_cruiser
      model = 2
      extra1 = naval_anti_air_s
      extra2 = naval_spotter_s
      brigade_model1 = 1
      brigade_model2 = 2
    }
    division =
    { id    = { type = 12607 id = 142 }
      name  = "Leipzig"
      type  = light_cruiser
      model = 2
      extra1 = naval_radar_s
      extra2 = naval_spotter_s
      brigade_model1 = 0
      brigade_model2 = 2
    }
    division =
    { id    = { type = 12607 id = 145 }
      name  = "Emden"
      type  = light_cruiser
      model = 1
      extra1 = naval_fire_controll_s
      extra2 = naval_anti_air_s
      brigade_model1 = 1
      brigade_model2 = 1
    }
  }
  # ####################################################
  navalunit =
  { name     = "Zerstörerflottille"
    id       = { type = 12607 id = 112 }
    location = 80 # Wilhelmshaven '
    base     = 80
    division =
    { id    = { type = 12607 id = 125 }
      name  = "2. Zerstörer-division"
      type  = destroyer
      model = 1
      extra1 = naval_fire_controll_s
      brigade_model1 = 1
    }
    division =
    { id    = { type = 12607 id = 146 }
      name  = "6. Torpedobootsflottille"
      type  = destroyer
      model = 0
    }
  }
  # ####################################################
  navalunit =
  { name     = "1. Unterseebootsflottille"
    id       = { type = 12607 id = 114 }
    location = 90 # Kiel
    base     = 90
    division =
    { id    = { type = 12607 id = 148 }
      name  = "Unterseebootsflottille 'Weddigen'"
      type  = submarine
      model = 1
    }
  }
  # ####################################################
  navalunit =
  { name     = "2. Unterseebootsflottille"
    id       = { type = 12607 id = 113 }
    location = 80 # Wilhelmshaven 
    base     = 80
    division =
    { id    = { type = 12607 id = 149 }
      name  = "Unterseebootsflottille 'Saltzwedel'"
      type  = submarine
      model = 2
    }
  }
  # ####################################################
  navalunit =
  { name     = "3. Unterseebootsflottille"
    id       = { type = 12607 id = 115 }
    location = 90 # Kiel
    base     = 90
    division =
    { id    = { type = 12607 id = 120 }
      name  = "Unterseebootsflottille 'Lohs'"
      type  = submarine
      model = 1
    }
  }
  # ####################################################
  navalunit =
  { name     = "7. Unterseebootsflottille"
    id       = { type = 12607 id = 116 }
    location = 90 # Kiel
    base     = 90
    division =
    { id    = { type = 12607 id = 117 }
      name  = "Unterseebootsflottille 'Wegener'"
      type  = submarine
      model = 3
    }
  }
  # ####################################################
  navalunit =
  { name     = "I. Transportflotte"
    id       = { type = 12607 id = 118 }
    location = 90 # Kiel
    base     = 90
    division =
    { id   = { type = 12607 id = 119 }
      name = "1. Transportflottille"
      type = transport
    }
  }
  # ####################################################
  navalunit =
  { name     = "Baltische Flotte"
    id       = { type = 12607 id = 121 }
    location = 296 # Rostock
    base     = 296
    division =
    { id    = { type = 12607 id = 123 }
      name  = "Schlesien"
      type  = battlecruiser
      model = 0
      extra1 = naval_sa_l
      extra2 = naval_fire_controll_l
      extra3 = none
      extra4 = naval_anti_air_l
      brigade_model1 = 0
      brigade_model2 = 0
      brigade_model3 = 0
      brigade_model4 = 1
    }         # Pre-WWI Battleship
    division =
    { id    = { type = 12607 id = 122 }
      name  = "Schleswig-Holstein"
      type  = battlecruiser
      model = 0
      extra1 = naval_sa_l
      extra2 = naval_fire_controll_l
      extra3 = none
      extra4 = naval_anti_air_l
      brigade_model1 = 0
      brigade_model2 = 0
      brigade_model3 = 0
      brigade_model4 = 1
    }         # Pre-WWI Battleship
    division =
    { id    = { type = 12607 id = 127 }
      name  = "Deutschland"
      type  = heavy_cruiser
      model = 3
      extra1 = naval_sa_l
      extra2 = naval_spotter_l
      extra3 = naval_radar_l
      brigade_model1 = 1
      brigade_model2 = 2
      brigade_model3 = 0
    }
    division =
    { id    = { type = 12607 id = 128 }
      name  = "Graf Spee"
      type  = heavy_cruiser
      model = 3
      extra1 = naval_sa_l
      extra2 = naval_spotter_l
      extra3 = naval_radar_l
      brigade_model1 = 1
      brigade_model2 = 2
      brigade_model3 = 0
    }
    division =
    { id    = { type = 12607 id = 124 }
      name  = "1.& 3. Zerstörer-divisionen"
      type  = destroyer
      model = 1
      extra1 = naval_fire_controll_s
      brigade_model1 = 1
    }
    division =
    { id    = { type = 12607 id = 126 }
      name  = "5. Torpedobootsflottille"
      type  = destroyer
      model = 0
    }
  }
  # ####################################################
  # ####################################################
  # ####################################################
  airunit =
  { location = 90
    base     = 90
    id       = { type = 12607 id = 80 }
    name     = "Jagdgeschwader 234"
    division =
    { experience = 15
      id         = { type = 12607 id = 81 }
      name       = "Jagdgeschwader 234"
      strength   = 100
      type       = interceptor
      model      = 2
    }
  }
  airunit =
  { location = 67
    base     = 67
    id       = { type = 12607 id = 82 }
    name     = "Jagdgeschwader 334"
    division =
    { experience = 15
      id         = { type = 12607 id = 83 }
      name       = "Jagdgeschwader 334"
      strength   = 100
      type       = interceptor
      model      = 2
    }
  }
  airunit =
  { location = 473
    base     = 473
    id       = { type = 12607 id = 84 }
    name     = "Jagdgeschwader 131"
    division =
    { experience = 15
      id         = { type = 12607 id = 85 }
      name       = "Jagdgeschwader 131"
      strength   = 100
      type       = interceptor
      model      = 2
    }
  }
  airunit =
  { location = 300
    base     = 300
    id       = { type = 12607 id = 86 }
    name     = "Jagdgeschwader 135"
    division =
    { experience = 15
      id         = { type = 12607 id = 87 }
      name       = "Jagdgeschwader 135"
      strength   = 100
      type       = interceptor
      model      = 2
    }
  }
  airunit =
  { location = 463
    base     = 463
    id       = { type = 12607 id = 88 }
    name     = "Jagdgeschwader 27"
    division =
    { experience = 25
      id         = { type = 12607 id = 89 }
      name       = "Jagdgeschwader 27"
      strength   = 100
      type       = interceptor
      model      = 2
    }
  }
  airunit =
  { location = 300
    base     = 300
    id       = { type = 12607 id = 90 }
    name     = "Luftflotte 1"
    division =
    { experience = 25
      id         = { type = 12607 id = 91 }
      name       = "Jagdgeschwader 134"
      strength   = 100
      type       = multi_role
      model      = 0
    }
    division =
    { experience = 25
      id         = { type = 12607 id = 92 }
      name       = "Kampfgeschwader 355"
      strength   = 100
      type       = tactical_bomber
      model      = 1
    }
    division =
    { experience = 25
      id         = { type = 12607 id = 93 }
      name       = "Kampfgeschwader 257"
      strength   = 100
      type       = tactical_bomber
      model      = 1
    }
    division =
    { experience = 25
      id         = { type = 12607 id = 94 }
      name       = "Sturzkampfgeschwader 162"
      strength   = 100
      type       = cas
      model      = 0
    }
    division =
    { experience = 25
      id         = { type = 12607 id = 95 }
      name       = "Sturzkampfgeschwader 165"
      strength   = 100
      type       = cas
      model      = 0
    }
  }
  airunit =
  { location = 376
    base     = 376
    id       = { type = 12607 id = 96 }
    name     = "Luftflotte 2"
    division =
    { experience = 25
      id         = { type = 12607 id = 97 }
      name       = "Jagdgeschwader 136"
      strength   = 100
      type       = multi_role
      model      = 0
    }
    division =
    { experience = 25
      id         = { type = 12607 id = 98 }
      name       = "Kampfgeschwader 253"
      strength   = 100
      type       = tactical_bomber
      model      = 2
    }
    division =
    { experience = 25
      id         = { type = 12607 id = 99 }
      name       = "Kampfgeschwader 153"
      strength   = 100
      type       = tactical_bomber
      model      = 2
    }
  }
  airunit =
  { location = 80
    base     = 80
    id       = { type = 12607 id = 100 }
    name     = "Luftflotte 3"
    division =
    { experience = 25
      id         = { type = 12607 id = 101 }
      name       = "Jagdgeschwader 132"
      strength   = 100
      type       = multi_role
      model      = 0
    }
    division =
    { experience = 25
      id         = { type = 12607 id = 102 }
      name       = "Kampfgeschwader 152"
      strength   = 100
      type       = tactical_bomber
      model      = 2
    }
    division =
    { experience = 25
      id         = { type = 12607 id = 103 }
      name       = "Sturzkampfgeschwader 163"
      strength   = 100
      type       = cas
      model      = 0
    }
  }
  airunit =
  { location = 300
    base     = 300
    id       = { type = 12607 id = 104 }
    name     = "Oberkommando der Luftwaffe"
    division =
    { experience = 25
      id         = { type = 12607 id = 105 }
      name       = "Lufthansa"
      strength   = 100
      type       = transport_plane
      model      = 0
    }
  }
  # ####################################################
  # ####units under construction or repair #############
  # ####################################################
  division_development =
  { name  = "Kampfgeschwader 252"
    id    = { type = 12607 id = 150 }
    type  = tactical_bomber
    model = 2
    cost  = 15
    date  = { year = 1938 month = september day = 23 }
  }
  division_development =
  { name  = "Jagdgeschwader 333"
    id    = { type = 12607 id = 151 }
    type  = interceptor
    model = 2
    cost  = 12
    date  = { year = 1938 month = october }
  }
  division_development =
  { name  = "Jagdgeschwader 433"
    id    = { type = 12607 id = 153 }
    type  = interceptor
    model = 2
    cost  = 12
    date  = { year = 1938 month = december }
  }
  division_development =
  { name  = "Jagdgeschwader 130"
    id    = { type = 12607 id = 155 }
    type  = interceptor
    model = 2
    cost  = 12
    date  = { year = 1939 month = january }
  }
  division_development =
  { name  = "Jagdgeschwader 141"
    id    = { type = 12607 id = 156 }
    type  = multi_role
    model = 0
    cost  = 14
    date  = { year = 1939 month = january }
  }
  division_development =
  { name  = "Sturzkampfgeschwader 77"
    id    = { type = 12607 id = 157 }
    type  = cas
    model = 0
    cost  = 8
    date  = { year = 1939 month = january }
  }
  division_development =
  { name  = "Sturzkampfgeschwader 76"
    id    = { type = 12607 id = 158 }
    type  = cas
    model = 0
    cost  = 8
    date  = { year = 1939 month = january }
  }
  division_development =
  { name  = "4. Panzer-Division"
    id    = { type = 12607 id = 159 }
    type  = light_armor
    model = 1
    cost  = 20
    date  = { year = 1938 month = october day = 10 }
  }
  division_development =
  { name  = "SS-Verfügungsdivision"
    id    = { type = 12607 id = 160 }
    type  = motorized
    model = 0
    cost  = 14
    date  = { year = 1938 month = october day = 10 }
  }
  division_development =
  { name  = "5. Panzer-Division"
    id    = { type = 12607 id = 161 }
    type  = light_armor
    model = 1
    cost  = 20
    date  = { year = 1938 month = october day = 25 }
  }
  # 10 Pz removed from build queue - now provided by End of Czech event
  division_development =
  { name  = "46. Infanterie-Division"
    id    = { type = 12607 id = 162 }
    type  = infantry
    model = 1
    cost  = 7
    date  = { year = 1938 month = november day = 18 }
  }
  # ####################################################
  division_development =
  { name  = "Graf Zeppelin"
    type  = carrier
    model = 2
    extra = cag
    brigade_model = 2
    id    = { type = 12607 id = 166 }
    date  = { year = 1940 month = february day = 20 } #26% ready
  }
  division_development =
  { name  = "Peter Strasser"
    type  = carrier
    model = 2
    extra = cag
    brigade_model = 2
    id    = { type = 12607 id = 147 }
    date  = { year = 1941 month = february day = 29 }
  }
  division_development =
  { name  = "Bismarck"
    type  = battleship
    model = 3
    extra1 = naval_sa_l
    extra2 = naval_fire_controll_l
    extra3 = naval_spotter_l
    extra4 = naval_anti_air_l
    extra  = naval_radar_l
    brigade_model1 = 1
    brigade_model2 = 1
    brigade_model3 = 2
    brigade_model4 = 1
    brigade_model  = 0
    id    = { type = 12607 id = 164 }
    date  = { year = 1940 month = august day = 24 } #52% ready
  }
  division_development =
  { name  = "Tirpitz"
    type  = battleship
    model = 3
    extra1 = naval_sa_l
    extra2 = naval_fire_controll_l
    extra3 = naval_spotter_l
    extra4 = naval_anti_air_l
    extra  = naval_radar_l
    brigade_model1 = 1
    brigade_model2 = 1
    brigade_model3 = 2
    brigade_model4 = 1
    brigade_model  = 0
    id    = { type = 12607 id = 165 }
    date  = { year = 1941 month = february day = 25 } #42% ready
  }
  division_development =
  { id    = { type = 12607 id = 137 }
    name  = "Scharnhorst"
    type  = battlecruiser
    model = 3
    extra1 = naval_sa_l
    extra2 = naval_fire_controll_l
    extra3 = naval_spotter_l
    extra4 = naval_anti_air_l
    brigade_model1 = 1
    brigade_model2 = 0
    brigade_model3 = 0
    brigade_model4 = 1
    date  = { year = 1939 month = january day = 7 }
  }
  division_development =
  { id    = { type = 12607 id = 140 }
    name  = "Admiral Hipper"
    type  = heavy_cruiser
    model = 3
    extra1 = naval_spotter_l
    extra2 = naval_anti_air_l
    extra3 = naval_radar_l
    brigade_model1 = 2
    brigade_model2 = 1
    brigade_model3 = 0
    date  = { year = 1939 month = april day = 25 }
  }
  division_development =
  { name  = "Blücher"
    type  = heavy_cruiser
    model = 3
    extra1 = naval_spotter_l
    extra2 = naval_anti_air_l
    extra3 = naval_radar_l
    brigade_model1 = 2
    brigade_model2 = 1
    brigade_model3 = 0
    id    = { type = 12607 id = 163 }
    date  = { year = 1938 month = november day = 19 } #74% ready
  }
  division_development =
  { name  = "Prinz Eugen"
    type  = heavy_cruiser
    model = 3
    extra1 = naval_spotter_l
    extra2 = naval_anti_air_l
    extra3 = naval_radar_l
    brigade_model1 = 2
    brigade_model2 = 1
    brigade_model3 = 0
    id    = { type = 12607 id = 200 }
    date  = { year = 1940 month = august day = 1 }
  }
  division_development =
  { name  = "Seydlitz"
    type  = heavy_cruiser
    model = 3
    extra1 = naval_spotter_l
    extra2 = naval_anti_air_l
    extra3 = naval_radar_l
    brigade_model1 = 2
    brigade_model2 = 1
    brigade_model3 = 0
    id    = { type = 12607 id = 201 }
    date  = { year = 1940 month = september day = 15 }
  }
  division_development =
  { id    = { type = 12607 id = 202 }
    name  = "3. Zerstörerflottille"
    type  = destroyer
    model = 2
    extra1 = naval_fire_controll_s
    brigade_model1 = 1
    date  = { year = 1939 month = july day = 15 }
  }
  division_development =
  { id    = { type = 12607 id = 203 }
    name  = "4. Zerstörerflottille"
    type  = destroyer
    model = 1
    extra1 = naval_fire_controll_s
    brigade_model1 = 1
    date  = { year = 1939 month = march day = 15 }
  }
  division_development =
  { name  = "6. Unterseebootsflottille 'Hundius'"
    id    = { type = 12607 id = 152 }
    type  = submarine
    model = 3
    date  = { year = 1938 month = october day = 15 }
  }
  division_development =
  { name  = "5. Unterseebootsflottille 'Emsmann'"
    id    = { type = 12607 id = 154 }
    type  = submarine
    model = 2
    date  = { year = 1938 month = december day = 15 }
  }
}

E: And there it is. Tag = GER. Problem solved, I guess. I'll try it though and report back.
 
Embarassing to ask more questions...
When I copied over the files of DDR to create FDR (Removed provinces from DDR and added to DFR, changed the tag), it says "database mismatch: type 12607/id 1 already used". How should I create the divisions for them?
 
So any id will work as long as it doesn't already exist in some other country's files?
This seems a lot more complicated than modding Europa Universalis III...
 
Everything works fine, except that it complains about a database mismatch where "type = 7/id = 20000" already exists, even though it doesn't exist in the files I've modded. If I select ignore, the game loads normally.
 
But there are no double ID's! The files I've modded don't include a line with type = 7 or id = 20000! And because of this, the game crashes when I unpause.