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

PAW

Captain
17 Badges
Feb 9, 2011
403
21
  • Crusader Kings II
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Iron Cross
  • Heir to the Throne
  • Hearts of Iron III
  • Divine Wind
  • Europa Universalis III Complete
  • Europa Universalis III: Chronicles
  • East India Company
  • Darkest Hour
  • Hearts of Iron Anthology
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Victoria 2
  • 500k Club
  • Hearts of Iron IV Sign-up
Hello,

I am doing a early start mod to TGC at 1900 and wondering how I find the Type codes for all countries.

For Australia or most countries I can look in .inc files like this: Australis: id = { type = 27111 id = 253 } (for deployed troops or naval I use 27111)

for some of the smaller countries like Panama I cannot find it.

Any help would be appreciated.

PAW
 
I understand that - but I really need the Types for Panama, Qatar, Trucial States, Korea, as I cannot figure out what the type is so I can have units at setup.
I am creating a 1900 scenario for Grand Campaign & want to have all countries with a small Garrison at startup in their respective Capitol.

For any country that has units I find it by inspecting the .inc files in the different scenarios.
Is there a way to find it for those small countries that have no units at the start?

For example, I can see in this code, Ecuador is: 10800 (there is a bug in Ecuador)

navalunit = {
id = { type = 10800 id = 3 }
name = "Ecuadorian Fleet"
location = 2042 ## needs to be 2040 as 2042 is landlocked - PAW
base = 2042 ## needs to be 2040 as 2042 is landlocked - PAW

division = { id = { type = 10800 id = 4 } name = "1st Flotilla" type = destroyer model = 0 }
}

PAW
 
As far as I know, you just have to create one that isn't in use with another TAG,

When I look at Ecuador DH Full 1933

navalunit =
{ id = { type = 29000 id = 5004 }
name = "Armada del Ecuador"
location = 2040
base = 2040
Division =
{ id = { type = 29000 id = 5005 }
name = "BAE Libertador Bolivar"
strength = 20
max_strength = 20
type = destroyer
model = 1
}


Panama

landunit =
{ id = { type = 14600 id = 1001 }
name = "Policia Nacional"
location = 2078
Division =
{ id = { type = 14600 id = 1002 }
name = "Policia Nacional"
type = militia
model = 3
strength = 20
}