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

unmerged(15893)

Forest of Metaphors
Mar 31, 2003
1.649
0
Originally posted by Lunar
I'm not going to give them any partisans, we'll simulate Baath-loyalist damage via events. The damage they are doing isn't that great, not really the same as Vietcong. Partisans are really for mountains, swamps, jungles, and forests.

Yes, your right.

I'll create some events that are like, "A Saddam Loyalist Bombing in Tikrit", where the U.S. would get a little dissent, and the Pro-U.S. Iraq puppet would lose a little manpower due to the event.

The events will be random, with a 14-day offset.
 

Raczynski

Beautiful and Unique Snowflake
76 Badges
Jan 2, 2002
2.437
337
Visit site
  • Hearts of Iron IV: Cadet
  • 500k Club
  • Crusader Kings II: Holy Knight (pre-order)
  • Europa Universalis IV: El Dorado
  • Mount & Blade: With Fire and Sword
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Victoria 2: Heart of Darkness
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Crusader Kings Complete
  • Europa Universalis IV: Third Rome
  • Hearts of Iron IV: Death or Dishonor
  • Hearts of Iron IV: No Step Back
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV
  • Crusader Kings II
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • Hearts of Iron III
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Europa Universalis: Rome
  • Victoria 2
Originally posted by MartyWolf


The events will be random, with a 14-day offset.

You mean "real" random events or normal events with random = xx trigger? Because the first one will not work properly...

BTW didn`t Iraqians have some sort of armoured divisions (I know, with obsolete tanks, but still) :confused: ?
 
Last edited:

unmerged(16020)

Field Marshal
Apr 5, 2003
2.817
0
Visit site
Originally posted by Raczynski

BTW didn`t Iraqians have some sort of armoured divisions (I know, with obsolete tanks, but still) :confused: ?

Correct, two divisions under the main army and one under the Republican Guard.

The older OOB's when implemented will have to have their motorized divisions turned to mech or infantry in the code.
 

unmerged(16020)

Field Marshal
Apr 5, 2003
2.817
0
Visit site
Iraqi OOB

Obviously this is too strong, we'll need to give them a demoralization tech. Perhaps also a moral boost tech if they capture Kuwait or still own Basrah within a month of the war?

Code:
        landunit = {
	   id = { type = 23000 id = 42001 } 
	    location = 1267 #Kirkuk
	    name = "I Corps"
		division = {
	 	 id = { type = 23001 id = 42002 } 
		 name = "2nd Infantry Division"
		 type = bergsjaeger
		 strength  = 100
		 organisation = 5 }
		division = {
		  id = { type = 23001 id = 42003 } 
		  name = "5th Mechanized Division "
		  type = infantry
		  strength  = 100
		  organisation = 5 }
		division = {
	 	 id = { type = 23001 id = 42004 } 
		 name = "8th Infantry Division "
		 type = bergsjaeger
		 strength  = 100
		 organisation = 5 }
		division = {
		  id = { type = 23001 id = 42005 } 
		  name = "38th Infantry Division "
		  type = bergsjaeger
		  strength  = 100
		  organisation = 5 }
		 } 
        landunit = {
	   id = { type = 23000 id = 42006 } 
	    location = 1354 #An Nasririyah
	    name = "II Corps"
		division = {
	 	 id = { type = 23001 id = 42007 } 
		 name = "3rd Armored Division"
		 type = panzer
		 strength  = 100
		 organisation = 5 }
		division = {
		  id = { type = 23001 id = 42008 } 
		  name = "15th Infantry Division"
		  type = bergsjaeger
		  strength  = 100
		  organisation = 5 }
		division = {
	 	 id = { type = 23001 id = 42009 } 
		 name = "34th Infantry Division"
		 type = bergsjaeger
		 strength  = 100
		 organisation = 5 }
		 } 
        landunit = {
	   id = { type = 23000 id = 42010 } 
	    location = 1355 #Basrah
	    name = "III Corps"
		division = {
	 	 id = { type = 23001 id = 42011 } 
		 name = "6th Armored Division"
		 type = panzer
		 strength  = 100
		 organisation = 5 }
		division = {
		  id = { type = 23001 id = 42012 } 
		  name = "11th Infantry Division"
		  type = bergsjaeger
		  strength  = 100
		  organisation = 5 }
		division = {
	 	 id = { type = 23001 id = 42013 } 
		 name = "51st Mechanized Division"
		 type = infantry
		 strength  = 100
		 organisation = 5 }
		 } 
        landunit = {
	   id = { type = 23000 id = 42014 } 
	    location = 1281 #An Najaf
	    name = "IV Corps"
		division = {
	 	 id = { type = 23001 id = 42015 } 
		 name = "10th Armored Division"
		 type = panzer
		 strength  = 100
		 organisation = 5 }
		division = {
		  id = { type = 23001 id = 42016 } 
		  name = "14th Infantry Division"
		  type = bergsjaeger
		  strength  = 100
		  organisation = 5 }
		division = {
	 	 id = { type = 23001 id = 42017 } 
		 name = "18th Infantry Division"
		 type = bergsjaeger
		 strength  = 100
		 organisation = 5 }
		 } 
        landunit = {
	   id = { type = 23000 id = 42018 } 
	    location = 1355 #Basrah
	    name = "V Corps"
		division = {
	 	 id = { type = 23001 id = 42019 } 
		 name = "1st Mechanized Division"
		 type = infantry
		 strength  = 100
		 organisation = 5 }
		division = {
		  id = { type = 23001 id = 42020 } 
		  name = "4th Infantry Division"
		  type = bergsjaeger
		  strength  = 100
		  organisation = 5 }
		division = {
	 	 id = { type = 23001 id = 42021 } 
		 name = "7th Infantry Division"
		 type = bergsjaeger
		 strength  = 100
		 organisation = 5 }
		division = {
	 	 id = { type = 23001 id = 42022 } 
		 name = "16th Infantry Division"
		 type = bergsjaeger
		 strength  = 100
		 organisation = 5 }
		 } 
        landunit = {
	   id = { type = 23000 id = 42023 } 
	    location = 1272 #Bagdad
	    name = "Republican Guard"
		division = {
	 	 id = { type = 23001 id = 42024 } 
		 name = "1st Hammurabi Division"
		 type = infantry
		 strength  = 100
		 organisation = 5 }
		division = {
		  id = { type = 23001 id = 42025 } 
		  name = "5th Baghdad Division"
		  type = infantry
		  strength  = 100
		  organisation = 5 }
		division = {
	 	 id = { type = 23001 id = 42026 } 
		 name = "6th Nebuchadnezzar Division"
		 type = infantry
		 strength  = 100
		 organisation = 5 }
		division = {
	 	 id = { type = 23001 id = 42027 } 
		 name = "7th Adnan Division"
		 type = infantry
		 strength  = 100
		 organisation = 5 }
		division = {
	 	 id = { type = 23001 id = 42028 } 
		 name = "Nida Armored Division"
		 type = panzer
		 strength  = 100
		 organisation = 5 }
		 } 
        landunit = {
	   id = { type = 23000 id = 42029 } 
	    location = 1272 #Bagdad
	    name = "Special Republican Guard"
		division = {
	 	 id = { type = 23001 id = 42030 } 
		 name = "Special Republican Guard"
		 type = bergsjaeger
		 strength  = 100
		 organisation = 5 
		 extra = antiair}
		}
	navalunit = {
		id = { type = 10178 id = 42031 }
		name = "Iraqi Navy"
		location = 1355 #Basrah
		division = { id = { type = 10178 id = 42032 } name = "Khaldoum" strength = 5 type = destroyer model = 0}
	       }

	airunit = {
		id = { type = 10178 id = 42033  }
		name =  "Iraqi Air Force"
		location = 1272 #Bagdad
		 division = {
			id = { type = 10178 id = 42034  }
			name = "1st Fighter Squadron"
			strength = 100
			type = fighter
			strength = 95
			model = 0 }
		 division = {
			id = { type = 10178 id = 42035  }
			name = "2nd Fighter Squadron"
			strength = 100
			type = fighter
			strength = 80
			model = 0 }
	}
 
Last edited:

unmerged(16020)

Field Marshal
Apr 5, 2003
2.817
0
Visit site
Originally posted by 666
Belgium OOB:

1st Gemechaniseerde Divisie based in Bruxelles. This division deploys Leopards 1A5's, M113 APC's and PANDUR's.

Destroyers
F910 Wielingen
F911 Westdiep
F912 Wandelaar

These destroyers are build in the seventies.

So one armored division with an artillery brigade in Brussels and one destroyer division? Is that all?
 

unmerged(16020)

Field Marshal
Apr 5, 2003
2.817
0
Visit site
Originally posted by MartyWolf
Oh, and Lunar, did you fix up your other coded OOBs to the new unit scheme (I.E., making what used to be "Motorized/Mechanized" now Inf, and making what used to be FOOT soldiers now All-Terrain FOOT Soldiers?

No, I mentioned it a few posts up that whoever adds the old ones to the file will have to convert.
 

unmerged(16020)

Field Marshal
Apr 5, 2003
2.817
0
Visit site
Originally posted by MartyWolf
Don't give the Iraqi Army the APC Cav ("Old-Mech"), convert them to Motorized ("Old-Inf")

They didn't have those types of units in 2003, just All-Terrain FS, Motorized, and a small amount of tanks.

Ok, corrected the original. The descriptions at GlobalSecurity all said they were mechanized divisions so that's what I did.
 

unmerged(15893)

Forest of Metaphors
Mar 31, 2003
1.649
0
Originally posted by h345
the US 1st cavalry is a heavy mec or tank division

"With over 17,000 soldiers, the 1st Cavalry Division is the premier heavy-armored division in today's United States Army. Commanded by Major General Peter W. Chiarelli, it is organized with seven brigade-sized elements that include three maneuver brigades, a combat aviation brigade, engineer brigade, division artillery and division support command. Additionally, it consists of an air defense artillery battalion, signal battalion, military intelligence battalion, chemical company and military police company, horse cavalry detachment and division band. "

Hmm. I don't know. But, I would think that it is a tank division, becuase it is mostly made up of M1A2 Abrahms.
 

Halibutt

Marshal of Poland
5 Badges
Sep 8, 2001
3.396
0
www.halibutt.pl
  • Hearts of Iron III
  • Europa Universalis: Rome
  • Semper Fi
  • 500k Club
  • Hearts of Iron IV Sign-up
Originally posted by MartyWolf
"With over 17,000 soldiers, the 1st Cavalry Division is the premier heavy-armored division in today's United States Army. Commanded by Major General Peter W. Chiarelli, it is organized with seven brigade-sized elements that include three maneuver brigades, a combat aviation brigade, engineer brigade, division artillery and division support command. Additionally, it consists of an air defense artillery battalion, signal battalion, military intelligence battalion, chemical company and military police company, horse cavalry detachment and division band. "

Hmm. I don't know. But, I would think that it is a tank division, becuase it is mostly made up of M1A2 Abrahms.
If we stick to the HoI sizes than it's almost two divisions... In HoI a division is a three brigade, 10.000 men unit. Maybe we should split it up onto two different units, one armoured and one mech or moto... It's really huge...
Cheers
 

unmerged(15893)

Forest of Metaphors
Mar 31, 2003
1.649
0
Originally posted by Halibutt
If we stick to the HoI sizes than it's almost two divisions... In HoI a division is a three brigade, 10.000 men unit. Maybe we should split it up onto two different units, one armoured and one mech or moto... It's really huge...
Cheers

Actually, 17,000 men isn't really that huge in American Division standards. I'm pretty sure there are multiple singular divisions with MORE men than that.