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

Templier

Second Lieutenant
12 Badges
Feb 9, 2008
128
12
  • Arsenal of Democracy
  • Hearts of Iron II: Armageddon
  • Darkest Hour
  • Deus Vult
  • Europa Universalis III Complete
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Heir to the Throne
  • Semper Fi
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • 500k Club
How do you create an armored division with the latest heavy armored brigade attached? I have 'Heavy Panzer tech Improved' (Tiger) researched but the unit shows with the old basic heavy armor attached (Vk. 3001) when the event pops up. I read somewhere it should be always latest but it's not in this case (1.07 or 1.08b4)


command = { type = add_division which = "26. Pz-Div'" value = armor when = 4 where = heavy_armor }

Code:
#########################################################################
# Pz Div
#########################################################################


event = {
	id = 77771
	random = no
	country = GER

	name = "new unit arrives'"

	desc = "Pz div"
        picture = "Panzer2"
	style = 0

	trigger = {

        atwar=yes

	technology = { country = GER value = 2080 } 
	}

        date = { day = 1 month = may year = 1943 }
        offset = 0
	deathdate = { day = 30 month = december year = 1999 }

	action_a = {
		name = "add division"
		command = { type = add_division which = "26. Pz-Div." value = armor when = 4 where = heavy_armor } 
	         }
}

Tried with tank_destroyer brigade and it shows up as the first old model when I have researched the other ones.
 
Last edited:
Yeah, I had some kind of suspicion it was a WAD

It's alright anyway, I'll just prioritize it for it upgrade or build the latest brigade model and attach that. Thanks for your response.