• 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.
I have found info about USAF forces in Europe for 1955 and i have implemented it into the game:

Code:
	#USAF in United Kingdom
	airunit = {
		id = { type = 12091 id = 500 }
		name = "49th Air Division"
		location = 19
		base = 19
			division = {
				id = { type = 12091 id = 501 }
				name = "86th Bombardment Squadron"
				type = strategic_bomber
				model = 1
				strength = 75
				max_strength = 75
				}
	}
	airunit = {
		id = { type = 12091 id = 502 }
		name = "49th Air Division"
		location = 17
		base = 17
			division = {
				id = { type = 12091 id = 503 }
				name = "81st Fighter-Interceptor Wing"
				type = interceptor
				model = 12
				#strength = 75
				#max_strength = 75
				}
	}
	airunit = {
		id = { type = 12091 id = 504 }
		name = "Air Education and Training Command"
		location = 14
		base = 14
			division = {
				id = { type = 12091 id = 505 }
				name = "59th Air Depot Wing"
				type = transport_plane
				model = 1
				#strength = 75
				#max_strength = 75
				}
	}
	airunit = {
		id = { type = 12091 id = 506 }
		name = "Strategic Air Command"
		location = 20
		base = 20
			division = {
				id = { type = 12091 id = 507 }
				name = "123d Fighter-Bomber Wing"
				type = multi_role
				model = 12
				#strength = 75
				#max_strength = 75
				}
	}
	airunit = {
		id = { type = 12091 id = 508 }
		name = "Strategic Air Command"
		location = 19
		base = 19
			division = {
				id = { type = 12091 id = 509 }
				name = "582d Air Resupply Group"
				type = transport_plane
				model = 1
				strength = 50
				max_strength = 50
				}
	}
	airunit = {
		id = { type = 12091 id = 510 }
		name = "Strategic Air Command"
		location = 17
		base = 17
			division = {
				id = { type = 12091 id = 511 }
				name = "47th Light Bomb Wing"
				type = cas
				model = 1
				#strength = 50
				#max_strength = 50
				}
	}
	airunit = {
		id = { type = 12091 id = 512 }
		name = "Strategic Air Command"
		location = 17
		base = 17
			division = {
				id = { type = 12091 id = 513 }
				name = "78th Fighter Bomber Squadron"
				type = multi_role
				model = 1
				strength = 75
				max_strength = 75
				}
	}
	airunit = {
		id = { type = 12091 id = 514 }
		name = "Strategic Air Command"
		location = 20
		base = 20
			division = {
				id = { type = 12091 id = 515 }
				name = "20th Fighter-Bomber Wing"
				type = multi_role
				model = 1
				#strength = 50
				#max_strength = 50
				}
	}
	airunit = {
		id = { type = 12091 id = 516 }
		name = "Strategic Air Command"
		location = 17
		base = 17
			division = {
				id = { type = 12091 id = 517 }
				name = "79th Fighter-Bomber Squadron"
				type = multi_role
				model = 1
				strength = 75
				max_strength = 75
				}
	}
	#USAF in West Germany
	airunit = {
		id = { type = 12091 id = 518 }
		name = "USAF Forces Germany"
		location = 313
		base = 313
			division = {
				id = { type = 12091 id = 519 }
				name = "433rd Troop Carrier Wing"
				type = transport_plane
				model = 1
				#strength = 75
				#max_strength = 75
				}
	}
	airunit = {
		id = { type = 12091 id = 520 }
		name = "USAF Forces Germany"
		location = 74
		base = 74
			division = {
				id = { type = 12091 id = 521 }
				name = "66th Tactical Reconnaissance Wing"
				type = interceptor
				model = 1
				#strength = 75
				#max_strength = 75
				}
	}
	airunit = {
		id = { type = 12091 id = 522 }
		name = "USAF Forces Germany"
		location = 313
		base = 313
			division = {
				id = { type = 12091 id = 523 }
				name = "50th Fighter-Bomber Wing"
				type = multi_role
				model = 12
				#strength = 75
				#max_strength = 75
				}
	}
	airunit = {
		id = { type = 12091 id = 524 }
		name = "USAF Forces Germany"
		location = 74
		base = 74
			division = {
				id = { type = 12091 id = 525 }
				name = "36th Fighter-Bomber Wing"
				type = multi_role
				model = 12
				#strength = 75
				#max_strength = 75
				}
	}
	airunit = {
		id = { type = 12091 id = 526 }
		name = "USAF Forces Germany"
		location = 74
		base = 74
			division = {
				id = { type = 12091 id = 527 }
				name = "86th Fighter Interceptor Wing"
				type = interceptor
				model = 12
				#strength = 75
				#max_strength = 75
				}
	}
	airunit = {
		id = { type = 12091 id = 528 }
		name = "USAF Forces Germany"
		location = 74
		base = 74
			division = {
				id = { type = 12091 id = 529 }
				name = "10th Tactical Reconnaissance Wing"
				type = interceptor
				model = 1
				#strength = 75
				#max_strength = 75
				}
	}
	airunit = {
		id = { type = 12091 id = 530 }
		name = "HQ USAFE"
		location = 74
		base = 74
			division = {
				id = { type = 12091 id = 531 }
				name = "7110th Support Wing"
				type = transport_plane
				model = 1
				#strength = 75
				#max_strength = 75
				}
	}
	#USAF Forces France
	airunit = {
		id = { type = 12091 id = 532 }
		name = "USAF Forces France"
		location = 325
		base = 325
			division = {
				id = { type = 12091 id = 533 }
				name = "126th Light Bomb Wing"
				type = cas
				model = 1
				#strength = 75
				#max_strength = 75
				}
	}
	airunit = {
		id = { type = 12091 id = 534 }
		name = "USAF Forces France"
		location = 73
		base = 73
			division = {
				id = { type = 12091 id = 535 }
				name = "21st Fighter-Bomber Wing"
				type = multi_role
				model = 12
				#strength = 75
				#max_strength = 75
				}
	}
	airunit = {
		id = { type = 12091 id = 536 }
		name = "USAF Forces France"
		location = 73
		base = 73
			division = {
				id = { type = 12091 id = 537 }
				name = "73rd Air Depot Wing"
				type = transport_plane
				model = 1
				#strength = 75
				#max_strength = 75
				}
	}
	airunit = {
		id = { type = 12091 id = 538 }
		name = "USAF Forces France"
		location = 317
		base = 317
			division = {
				id = { type = 12091 id = 539 }
				name = "48th Fighter-Bomber Wing"
				type = multi_role
				model = 12
				#strength = 75
				#max_strength = 75
				}
	}
	airunit = {
		id = { type = 12091 id = 540 }
		name = "USAF Forces France"
		location = 56
		base = 56
			division = {
				id = { type = 12091 id = 541 }
				name = "60th Troop Carrier Wing"
				type = transport_plane
				model = 1
				#strength = 75
				#max_strength = 75
				}
	}
	airunit = {
		id = { type = 12091 id = 542 }
		name = "USAF Forces France"
		location = 72
		base = 72
			division = {
				id = { type = 12091 id = 543 }
				name = "388th Fighter-Bomber Wing"
				type = multi_role
				model = 12
				#strength = 75
				#max_strength = 75
				}
	}
	airunit = {
		id = { type = 12091 id = 544 }
		name = "USAF Forces France"
		location = 54
		base = 54
			division = {
				id = { type = 12091 id = 545 }
				name = "322nd Air Division"
				type = transport_plane
				model = 1
				#strength = 75
				#max_strength = 75
				}
	}
	airunit = {
		id = { type = 12091 id = 546 }
		name = "USAF Forces France"
		location = 64
		base = 64
			division = {
				id = { type = 12091 id = 547 }
				name = "38th Tactical Bombardment Wing"
				type = tactical_bomber
				model = 1
				#strength = 75
				#max_strength = 75
				}
	}
	airunit = {
		id = { type = 12091 id = 548 }
		name = "USAF Forces France"
		location = 73
		base = 73
			division = {
				id = { type = 12091 id = 549 }
				name = "465th Troop Carrier Wing"
				type = transport_plane
				model = 1
				#strength = 75
				#max_strength = 75
				}
	}
	#USAF Forces Holland
	airunit = {
		id = { type = 12091 id = 550 }
		name = "USAF Forces Holland"
		location = 48
		base = 48
			division = {
				id = { type = 12091 id = 551 }
				name = "32nd Fighter-Day Squadron"
				type = interceptor
				model = 12
				strength = 75
				max_strength = 75
				}
	}
 
?

In the cold war period is it possible in HoI 2 to not fight but have such event as the cuban missile crisis and the vietnamise war were you can support army's that are fighting capitalist/communist countries?
 
C.U.B.R said:
In the cold war period is it possible in HoI 2 to not fight but have such event as the cuban missile crisis and the vietnamise war were you can support army's that are fighting capitalist/communist countries?

Yes, it's possible it's like the intervention events of the SCW in vanilla.

Don't use this thread to ask that kind of things ok? use either the release thread or the "questions about the mod" thread.
 
South Vietnam Air Units

http://en.wikipedia.org/wiki/South_Vietnam_Air_Force

I posted a map about new provinces in Vietnam in another thread, I think we need to have an airbase at Rach Gia (rename Mekong Delta) to be historically accurate. This will cover the airbase Binh Thuy and Soc Trang.

Known VNAF perational units assigned to Binh Thuy were:

520th Fighter Squadron, A-37A
116th Observation Squadron, O-1, U-17
122th Observation Squadron, O-1, U-17
225th Helicopter Squadron, UH-1D
227th Helicopter Squadron, UH-1D

Pleiku (Qui Non (Qui Nhon Province)

Pleiku Air Base was the home of the SVNAF 6th Air Division.

72d Tactical Wing

118th Liaison Squadron Cessna O-2A,U-17
530th Fighter Squadron A-1
229th/235th Helicopter Squadron Bell UH-1H
Det B 259th Helicopter Squadron Bell UH-1H (Medevac)

Units at Nha Trang:

62d Tactical Wing

114th Liaison Squadron Cessna O-1A, U-17
215th/219th Helicopter Squadron Bell UH-1D
Det C 259th Helicopter Squadron Bell UH-1H (Medevac)
817th Attack Squadron AC-47D
524th/548th Fighter Squadron A-37B
Air Training Center

918th Air Training Squadron T-41

Other Known VNAF Units At Nha Trang AB
12th Tactical Wing (1963)
516th Fighter Squadron (T-28)
114th Observation Squadron (O-1, U-17)
62d Tactical Wing (1965)
524th Fighter Squadron (A-1,A-37)
215th Helicopter Squadron (UH-1)

Saigon:
716th Reconnaissance Squadron - T28 Trojan, EC-47D, U-6A Beaver, RF-5A
33rd Tactical Wing
5th Air Division

718th Reconnaissance Squadron - EC-47D Dakota
41st Tactical Wing
1st Air Division

720th Reconnaissance Squadron - RC119
33rd Tactical Wing
5th Air Division

819th Attack Squadron - AC-119G Shadow
53rd Tactical Wing
5th Air Division

821st Attack Squadron - AC-119K Stinger
53rd Tactical Wing
5th Air Division

Hope this helps, I am not really good at modding, but good at looking up info.

Scott
 
Here is the Romanian ground forces OOB,but I could only get the figures in strength.

-12 Infantry Divisions (Truck Mounted)
-1 Mechanized Division
-1 Armored Division

They were organized in the following manner :

1st Corps - Bucharest
-6 Inf Divs
-1 Arm Div

4th Corps - Cluj Napoca
-6 Inf Divs
-1 Mech Div

Up to you if you include HQs.

Regarding the Romanian Air Force, the regiments themselves are difficult to track down,but I do have some aircraft strengths. You can divide these numbers by the number of aircraft/squadron that the Cold War Mod models to get a fairly accurate number of squadrons in Romanian service.

So,here they are,the aircraft in Romanian inventory circa 1955.

-62 x Yak-23
-88 x Mig-15

Additionally there were about 140 x Il-10 Beast WW2 vintage ground attack aircraft,don't know if they can be represented.

Do you also need a Romanian Navy OOB? That's the most difficult to track down.