• 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(16020)

Field Marshal
Apr 5, 2003
2.817
0
Visit site
Here's what I have.

Code:
          landunit = {
     	   id = { type = 23000 id = 4001 } 
     	   location = 2076 #Canberra
     	   name = "HQ Canberra"
       		division = {
       	 	 id = { type = 23001 id = 4002 } 
       		 name = "1st Division"
       		 type =  infantry
       		 strength  = 100
      		 organisation = 10 
      		 extra = artillery}
     		}
          landunit = {
     	   id = { type = 23000 id = 4003 } 
     	   location = 2105 #Brisbane
     	   name = "HQ Brisbane"
       		division = {
       	 	 id = { type = 23001 id = 4004 } 
       		 name = "2nd Division"
       		 type =  infantry
       		 strength  = 100
      		 organisation = 10 
      		 extra = engineer}
     		}
  	navalunit = {
  		id = { type = 10178 id = 4005}
  		name = "Royal Australian Navy"
  		location = 2078 #Sydney
  		division = { id = { type = 10178 id = 4006 } name = "HMAS Adelaide" type = destroyer model = 1}
   		division = { id = { type = 10178 id = 4007 } name = "HMAS Canberra" type = destroyer model = 1}
   		division = { id = { type = 10178 id = 4008 } name = "HMAS Collins" type = submarine model = 1}
   		division = { id = { type = 10178 id = 4009 } name = "HMAS Farncomb" type = submarine model = 1}
		division = { id = { type = 10178 id = 4010 } name = "HMAS Kanimbla" type = transport}
		division = { id = { type = 10178 id = 4011 } name = "HMAS Manoora" type = transport}
		division = { id = { type = 10178 id = 4012 } name = "HMAS Tobruk" type = transport}
	}
  	navalunit = {
  		id = { type = 10178 id = 4013}
  		name = "Northern Transport Fleet"
  		location = 2096 #Port Roper
		division = { id = { type = 10178 id = 4014 } name = "HMAS Balikpapan" type = transport}
		division = { id = { type = 10178 id = 4015 } name = "HMAS Brunei" type = transport}
	}
  	navalunit = {
  		id = { type = 10178 id = 4016}
  		name = "Eastern Transport Fleet"
  		location = 2042 #Perth
		division = { id = { type = 10178 id = 4017 } name = "HMAS Labuan" type = transport}
		division = { id = { type = 10178 id = 4018 } name = "HMAS Wewak" type = transport}
		division = { id = { type = 10178 id = 4019 } name = "HMAS Tarakan" type = transport}
	}
 	airunit = {
 		id = { type = 10178 id = 4020  }
 		name =  "RAAF New South Wales"
 		location = 2078 #Sydney
 		 division = {
 			id = { type = 10178 id = 4021  }
 			name = "No 78 Wing"
 			type = fighter
 			strength = 100
 			model = 1 }
 		 division = {
 			id = { type = 10178 id = 4022  }
 			name = "No 81 Wing"
 			type = fighter
 			strength = 100
 			model = 1 }
	}
 	airunit = {
 		id = { type = 10178 id = 4023  }
 		name =  "RAAF Queensland"
 		location = 2105 #Brisbane
 		 division = {
 			id = { type = 10178 id = 4024  }
 			name = "No 82 Wing"
 			type = fighter
 			strength = 100
 			model = 1 }
	}
 	airunit = {
 		id = { type = 10178 id = 4025  }
 		name =  "RAAF Victoria"
 		location = 2075 #Melbourne
 		 division = {
 			id = { type = 10178 id = 4026  }
 			name = "No 84 Wing"
 			type = transport_plane
 			strength = 100
 			model = 1 }
	}
 

unmerged(26632)

Corporal
Mar 9, 2004
36
0
www.vooks.net
I have a recent Navy League of Australia magazine article giving a summary of all the warships, subs, support ships and air arm of the RAN. There is a website for the magazine but unfortunately that particular article is unavailable online. However, the following lists should provide some good information to be going on with:

http://www.navy.gov.au/ships/alphalist.htm

A list of all functioning Royal Australian Navy ships

http://www.navy.gov.au/fleet/submarine.htm

Specifications for our six Collins-class submarines

Basically you can get just about any information you're looking for related to the RAN from http://www.navy.gov.au/default.htm It has info about weapons systems, fleet organisation, you name it.

One other thing. I can never understand why submarines and transports get put into the same task groups as other ships at the start of the game. I always keep my subs and transports in separate groups to other ships. Does anyone have any thoughts on this?