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

Missing my avatar
Aug 4, 2005
7.251
20
yeah i need help with these inc files since i think they're right but it just causes CTDs. i wish you could compile them for errors like in c++...ah well..here are the only inc files i made/modified. thanks in advance sifting thru all these lines of code... btw this is hoi2 not dd. dont know if it makes a difference but...

Code:
province = {
	id = 579 #Halifax
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
		naval_base = {
		size = 10
		current_size = 10
		}
	}
province = {
	id = 581 #St John
	anti_air = 2
	air_base = {
		size = 6
		current_size = 6
		}

	naval_base = {
		size = 4
		current_size = 4
		}
	}

# Boston
province = {
	id = 600
	anti_air = 1
	air_base = {
		size = 10
		current_size = 10
		}
	Naval_base = {
		size = 10
		current_size = 10
		}
}

# New York
province = {
	id = 602
	anti_air = 1
	air_base = {
		size = 10
		current_size = 10
		}
	Naval_base = {
		size = 10
		current_size = 10
		}
}

province = { id = 602   anti_air = 3 } #New York
province = { id = 600   anti_air = 2 } #Boston

country = {
    tag = U01
	# Resource Reserves
	energy	=	1000   metal	= 1000		rare_materials =	500	oil =	500	supplies =	500
	money = 100

	manpower = 40

	transports = 60
	escorts = 3

	policy = {
        date = { year = 0 month = january day = 0 }
        democratic = 10
        political_left = 6
        freedom = 10
        free_market = 10
        professional_army = 1
        defense_lobby = 1
        interventionism = 1
    }

        capital=600
    ownedprovinces =      {
              578 579 580 581 582 583 584 592 593 594 595 596 597 598 599 600 601 602 1909
}
controlledprovinces =      {
              578 579 580 581 582 583 584 592 593 594 595 596 597 598 599 600 601 602 1909
}
nationalprovinces =      {
              578 579 580 581 582 583 584 592 593 594 595 596 597 598 599 600 601 602 1909
}

diplomacy = {
relation = { tag = USA value = 35}
relation = { tag = UK value = 125}
relation = { tag = FRA value = 85}
relation = { tag = CAN = 50}
}


	techapps = {
# NE 1936 techs
#######################

4010 4020 # Early fighter

4120 4130 # Early Bomber

4250 4260 # Improved Air Transport

4190 # Basic Naval Bomber

4220 # Strat Bomber

2150 # Basic Armoured Car

2010 # Early tank

2290 2300 2310 # GW artillery

2450 2460 # Early Static AA

2510 # Basic AA

1010  # Early infantry

1190 1200 # Early Cavalry

1310 # Rear Area Supply Dumps (allows for SR)

5010 5020 # Agriculture
5050 5060 # Improved Machine Tools
5080 5090 #  Construction Engineering
5310 5320 # Basic CT machine
5470 5480 # Nukes labs

9010 9020 9030 9140 # Force Sub/Strategic doctrine (air)

6010 6020 # Superior firepower (land)
}

airunit = {
	location = 602
	base = 602
        id = { type = 14800 id = 23 }
	name = "NE Army Airforce"

			division = {
			id = { type = 14800 id = 24 }
			name = "9th USAAF Fighter Wing"
			type = interceptor
			model = 1
			}
                        
     
			division = {
			id = { type = 14800 id = 25 }
			name = "2nd USAAF Tactical Bomb. Wing"
			type = tactical_bomber
			model = 1 
			}
			}
 

unmerged(47162)

Missing my avatar
Aug 4, 2005
7.251
20
Code:
# Pearl Harbor
province = {
	id = 663
	anti_air = 1
	air_base = {
		size = 10
		current_size = 10
		}
	Naval_base = {
		size = 10
		current_size = 10
		}
}
#Clark and Bataan
province = {
	id = 1739
	anti_air = 4
	air_base = {
		size = 5
		current_size = 5
		}
	Naval_base = {
		size = 2
		current_size = 2
		}
}

province = {
	id = 733
	anti_air = 1
	air_base = {
		size = 10
		current_size = 10
		}
}

#San Diego
province = {
	id = 761
	anti_air = 1
	air_base = {
		size = 10
		current_size = 10
		}
	Naval_base = {
		size = 10
		current_size = 10
		}
}

# San Fransisco
province = {
	id = 765
	anti_air = 1
	air_base = {
		size = 10
		current_size = 10
		}
	Naval_base = {
		size = 10
		current_size = 10
		}


}
# Norfolk
province = {
	id = 633
	anti_air = 1
	air_base = {
		size = 10
		current_size = 10
		}
	Naval_base = {
		size = 10
		current_size = 10
		}
}

#Wash DC
province = {
	id = 606
	anti_air = 1
	air_base = {
		size = 10
		current_size = 10
		}
	Naval_base = {
		size = 10
		current_size = 10
		}



}
# Chicago
province = {
	id = 620
	anti_air = 1
	air_base = {
		size = 10
		current_size = 10
		}
}

#Miami
province = {
	id = 651
	anti_air = 1
	air_base = {
		size = 10
		current_size = 10
		}
	Naval_base = {
		size = 10
		current_size = 10
		}
}

# Corpus Christi
Province = {
	id = 748
	anti_air = 1
	air_base = {
		size = 6
		current_size = 6
		}
	Naval_base = {
		size = 8
		current_size = 8
		}
}

# Anchoredge
Province = {
	id = 549
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
	Naval_base = {
		size = 4
		current_size = 4
		}
}

#Seattle
Province = {
	id = 780
	anti_air = 1
	air_base = {
		size = 10
		current_size = 10
		}
	Naval_base = {
		size = 10
		current_size = 10
		}
}


#Wake
Province = {
	id = 1786
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
	Naval_base = {
		size = 4
		current_size = 4
		}
}

#Guam
Province = {
	id = 1624
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
	Naval_base = {
		size = 4
		current_size = 4
		}
}

#Canal Zone
Province = {
	id = 889
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
	Naval_base = {
		size = 4
		current_size = 4
		}
}

Province = {
	id = 595
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
}

Province = {
	id = 592
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
}

Province = {
	id = 614
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
}

Province = {
	id = 616
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
}

Province = {
	id = 640
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
}

Province = {
	id = 637
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
}

Province = {
	id = 644
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
}

Province = {
	id = 670
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
}

Province = {
	id = 648
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
}

Province = {
	id = 673
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
}

Province = {
	id = 678
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
}

Province = {
	id = 621
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
}

Province = {
	id = 693
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
}

Province = {
	id = 698
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
}

Province = {
	id = 692
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
}

Province = {
	id = 689
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
}

Province = {
	id = 684
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
}

Province = {
	id = 793
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
}

Province = {
	id = 789
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
}

Province = {
	id = 707
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
}

Province = {
	id = 783
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
}

Province = {
	id = 764
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
}

Province = {
	id = 762
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
	naval_base = {
		size = 8
		current_size = 8
		}

}


Province = {
	id = 30
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
}

Province = {
	id = 725
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
}

Province = {
	id = 713
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
}

Province = {
	id = 716
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}
}



province = { id = 633   anti_air = 3 } #Norfolk
province = { id = 606   anti_air = 3 } #Washington DC
province = { id = 608   anti_air = 2 } #Philadelphia
province = { id = 620   anti_air = 2 } #Chicago
province = { id = 762    anti_air = 2 } #Los Angeles
province = { id = 765  anti_air = 2 } #San Francisco
province = { id = 663   anti_air = 2 } #Honolulu
province = { id = 889   anti_air = 2 } #Colón
province = { id = 1786  anti_air = 2 } #Wake
province = { id = 1624  anti_air = 2 } #Guam

#Supplied Islands and Terr.
province = {  id = 658  supplypool = 1 } #Hawaii
province = {  id = 659  supplypool = 1 } #Maui
province = {  id = 663  supplypool = 1 } #Pearl Harbour
province = {  id = 660  supplypool = 1 } #Kauai
province = {  id = 661  supplypool = 1 } #Niihau
province = {  id = 662  supplypool = 1 } #Midway
province = {  id = 1766  supplypool = 1 } #Johnston
province = {  id = 1765  supplypool = 1 } #Palmyra
province = {  id = 1764  supplypool = 1 } #Jarvis
province = {  id = 1762  supplypool = 1 } #Phoenix
province = {  id = 1756  supplypool = 1 } #Samoa
province = {  id = 1786  supplypool = 1 } #Wake
province = {  id = 1624  supplypool = 1 } #Guam
province = {  id = 895  supplypool = 1 } #Puerto Rico
province = {  id = 2208  supplypool = 1 } #Attu
province = {  id = 543  supplypool = 1 } #Amchitka
province = {  id = 542  supplypool = 1 } #Kiska
province = {  id = 544  supplypool = 1 } #Andreanof
province = {  id = 545  supplypool = 1 } #Yunaska
province = {  id = 546  supplypool = 1 } #Umnak
province = {  id = 547  supplypool = 1 } #Unalaska
province = {  id = 548  supplypool = 1 } #Unimak
province = {  id = 550  supplypool = 1 } #Seward
province = {  id = 549  supplypool = 1 } #Anchorage
province = {  id = 551  supplypool = 1 } #Fairbanks
province = {  id = 553  supplypool = 1 } #Juneau 

country = {
    tag = USA
	# Resource Reserves
	energy	=	1000   metal	= 1000		rare_materials =	500	oil =	500	supplies =	500
	money = 100

	manpower = 40

	transports = 60
	escorts = 3

	policy = {
        date = { year = 0 month = january day = 0 }
        democratic = 10
        political_left = 6
        freedom = 10
        free_market = 10
        professional_army = 1
        defense_lobby = 1
        interventionism = 1
    }

	headofstate = { type = 9 id = 6001 }
	headofgovernment = { type = 9 id = 6002 }
 	foreignminister = { type = 9 id = 6003 }
 	armamentminister = { type = 9 id = 6077 }
 	ministerofsecurity = { type = 9 id = 6005 }
 	ministerofintelligence = { type = 9 id = 6006 }
 	chiefofstaff = { type = 9 id = 6136 }
 	chiefofarmy = { type = 9 id = 6144 }
 	chiefofnavy = { type = 9 id = 6159 }
 	chiefofair = { type = 9 id = 6167 }

 	peacetime_ic_mod = 0.25

	capital = 606
ownedprovinces =      {
		651 650 649 648 677 676 672 646 647 669 670 644 645 634 635 636
		637 643 633 632 631 638 639 606 607 605 604 603 612 
		608 609 610 611 613 614
		629 630 640 641 642 671 673 674 675 678 679 615 628 617 616 618
		619 627 680 681 682 683 684 685 686 687 688 689 626 625 620 621
		624 623 622 690 691 692 693 694 695 696 697 698 699 787 788 789
		790 791 792 793 710 711 712 713 714 715 716 717 719 720 721 748
		722 723 724 725 727 728 729 730 731 732 733 706 707 708 709
		705 704 703 702 701 700 775 774 770 771 772 773 776 777 779 780
		781 782 783 784 785 786 778 769 768 734 736 735 767 761 762 763
		764 765 766 553 551 550 549 548 547 546 545 544 543 542
		718 726 746
		#usa-carribean
		895 889
		#usa-pacific
		658 659 660 661 662 663 1756 1766 1762 1786 1624 1408
	1764 1765
 }
    controlledprovinces = {
		651 650 649 648 677 676 672 646 647 669 670 644 645 634 635 636
		637 643 633 632 631 638 639 606 607 605 604 603 612 
		 608 609 610 611 613 614
		629 630 640 641 642 671 673 674 675 678 679 615 628 617 616 618
		619 627 680 681 682 683 684 685 686 687 688 689 626 625 620 621
		624 623 622 690 691 692 693 694 695 696 697 698 699 787 788 789
		790 791 792 793 710 711 712 713 714 715 716 717 719 720 721 748
		722 723 724 725 727 728 729 730 731 732 733 706 707 708 709
		705 704 703 702 701 700 775 774 770 771 772 773 776 777 779 780
		781 782 783 784 785 786 778 769 768 734 736 735 767 761 762 763
		764 765 766 553 551 550 549 548 547 546 545 544 543 542
		718 726 746
		#usa-carribean
		895 889
		#usa-pacific
		658 659 660 661 662 663 1756 1766 1762 1786 1624 1408
	 1764 1765
 }
    nationalprovinces =   {
		651 650 649 648 677 676 672 646 647 669 670 644 645 634 635 636
		637 643 633 632 631 638 639 606 607 605 604 603 612 
		608 609 610 611 613 614
		629 630 640 641 642 671 673 674 675 678 679 615 628 617 616 618
		619 627 680 681 682 683 684 685 686 687 688 689 626 625 620 621
		624 623 622 690 691 692 693 694 695 696 697 698 699 787 788 789
		790 791 792 793 710 711 712 713 714 715 716 717 719 720 721 748
		722 723 724 725 727 728 729 730 731 732 733 706 707 708 709
		705 704 703 702 701 700 775 774 770 771 772 773 776 777 779 780
		781 782 783 784 785 786 778 769 768 734 736 735 767 761 762 763
		764 765 766 553 551 550 549 548 547 546 545 544 543 542
		718 726 746 1408
		#usa-carribean
		895 889
		#usa-pacific
#		658 659 660 661 662 663

	  }

diplomacy = {
relation = { tag = ARG value = 75 guaranteed = { day = 30 month = december year = 1935 } }
relation = { tag = AST value = 125 }
relation = { tag = BEL value = 75 }
relation = { tag = BOL value = 85 guaranteed = { day = 30 month = december year = 1935 } }
relation = { tag = BRA value = 120 guaranteed = { day = 30 month = december year = 1935 } }
relation = { tag = CAN value = 175 guaranteed = { day = 30 month = december year = 1935 } }
relation = { tag = CHL value = 100 guaranteed = { day = 30 month = december year = 1935 } }
relation = { tag = COL value = 75 guaranteed = { day = 30 month = december year = 1935 } }
relation = { tag = COS value = 100 guaranteed = { day = 30 month = december year = 1935 } }
relation = { tag = CUB value = 200 guaranteed = { day = 30 month = december year = 1935 } access = yes }
relation = { tag = DEN value = 75 }
relation = { tag = DOM value = 125 guaranteed = { day = 30 month = december year = 1935 } }
relation = { tag = ECU value = 75 guaranteed = { day = 30 month = december year = 1935 } }
relation = { tag = ENG value = 150 }
relation = { tag = FIN value = 90 }
relation = { tag = FRA value = 65 }
relation = { tag = GER value = -10 }
relation = { tag = GUA value = 125 guaranteed = { day = 30 month = december year = 1935 } }
relation = { tag = HAI value = 100 guaranteed = { day = 30 month = december year = 1935 } }
relation = { tag = HOL value = 70 }
relation = { tag = HON value = 100 guaranteed = { day = 30 month = december year = 1935 } }
relation = { tag = IRE value = 75 }
relation = { tag = IRQ value = 120 }
relation = { tag = JAP value = 15 }
relation = { tag = LIB value = 200 access = yes }
relation = { tag = MAN value = 1 }
relation = { tag = MEN value = 1 }
relation = { tag = MEX value = 125 guaranteed = { day = 30 month = december year = 1935 } }
relation = { tag = NEP value = 100 }
relation = { tag = NIC value = 100 guaranteed = { day = 30 month = december year = 1935 } }
relation = { tag = NOR value = 75 }
relation = { tag = NZL value = 125 }
relation = { tag = OMN value = 100 }
relation = { tag = PAN value = 175 guaranteed = { day = 30 month = december year = 1935 } }
relation = { tag = PAR value = 75 guaranteed = { day = 30 month = december year = 1935 } }
relation = { tag = PHI value = 200 access = yes }
relation = { tag = PRU value = 75 guaranteed = { day = 30 month = december year = 1935 } }
relation = { tag = SAF value = 125 }
relation = { tag = SAL value = 100 guaranteed = { day = 30 month = december year = 1935 } }
relation = { tag = SOV value = 35 }
relation = { tag = SCH value = 1 guaranteed = { day = 30 month = december year = 1935 } }
relation = { tag = SWE value = 75 }
relation = { tag = URU value = 100 guaranteed = { day = 30 month = december year = 1935 } }
relation = { tag = VEN value = 125 guaranteed = { day = 30 month = december year = 1935 } }
relation = { tag = YEM value = 100 }
}


	techapps = {
# USA 1936 techs
#######################

4010 4020 # Early fighter

4120 4130 # Early Bomber

4250 4260 # Improved Air Transport

4190 # Basic Naval Bomber

4220 # Strat Bomber

2150 # Basic Armoured Car

2010 # Early tank

2290 2300 2310 # GW artillery

2450 2460 # Early Static AA

2510 # Basic AA

1010  # Early infantry

1190 1200 # Early Cavalry

1310 # Rear Area Supply Dumps (allows for SR)

5010 5020 # Agriculture
5050 5060 # Improved Machine Tools
5080 5090 #  Construction Engineering
5310 5320 # Basic CT machine
5470 5480 # Nukes labs

9010 9020 9030 9140 # Force Sub/Strategic doctrine (air)

6010 6020 # Superior firepower (land)

###temp navy
8010 8020 8030 8040 8050 8060 8090 8100

3010 3020 #(Farragut)
3070 3080 #(Omaha)
3130 3140 3150 #(New Orleans)
3190 3200 3210 #(Lexington as BC)
3250 3260 3270 #(Maryland)
3280 # (Class?)
3320 3330 3340 #(Yorktown)
3400 3410 3420 #(Barracuda)
	}

	landunit = {
		location = 603
		name = "1st US Army Corps"
        	id = { type = 14800 id = 3 }
		division = {  id = { type = 14800 id = 4 } name = "1st 'Big Red One' Division"	type = infantry	}
		}

	landunit = {
		location = 606
		name = "2nd US Army Corps"
        	id = { type = 14800 id = 5 }
		division = {  id = { type = 14800 id = 6 } name = "2nd 'Indianhead' Division"	type = infantry	}
		}

	landunit = {
		location = 762
		name = "3rd US Army Corps"
        	id = { type = 14800 id = 7 }
		division = {  id = { type = 14800 id = 8 } name = "3rd 'Rock of the Marne' Division"	type = infantry	}
		}

	landunit = {
		location = 707
		name = "United States Cavalry"
        	id = { type = 14800 id = 9 }
		division = {  id = { type = 14800 id = 10 } name = "1st Cavalry 'The 1st Team' Div."	type = cavalry	}
		}

	landunit = {
		location = 1737
		name = "Phillippine Force"
        	id = { type = 14800 id = 11 }
		division = {  id = { type = 14800 id = 12 } name = "Phillippine Division"	type = infantry	locked = yes }
		}




		airunit = {
		location = 761
		base = 761
        	id = { type = 14800 id = 13 }
		name = "1st USAAF Fighter Wing"
			division = {  id = { type = 14800 id = 14 }
                        name = "6th USAAF Fighter Wing"	
                        type = interceptor model = 1 
			}
			}

		airunit = {
		location = 780
		base = 780
        	id = { type = 14800 id = 15 }
		name = "2nd USAAF Bombardment Group"
			division = {
			id = { type = 14800 id = 16 }
			name = "2nd USAAF Strategic Bomb. Wing"
			type = strategic_bomber
			model = 0
			}
			}


		airunit = {
		location = 606
		base = 606
        	id = { type = 14800 id = 17 }
		name = "1st USAAF Bombardment Wing"
			division = {
			id = { type = 14800 id = 18 }
			name = "1st USAAF Dive Bomb. Wing"
			type = tactical_bomber
			model = 0
			}
			}



		airunit = {
		location = 889
		base = 889
        	id = { type = 14800 id = 19 }
		name = "5th USAAF Bombardment Wing"
			division = {
			id = { type = 14800 id = 20 }
			name = "5th USAAF Tactical Bomb. Wing"
			type = tactical_bomber
			model = 0
			}
			}


		airunit = {
		location = 733
		base = 773
        	id = { type = 14800 id = 21 }
		name = "7th USAAF Bombardment Wing"

			division = {
			id = { type = 14800 id = 22 }
			name = "1st USAAF Tactical Bomb. Wing"
			type = tactical_bomber
			model = 0
			}
			}

	





#US PACIFIC FLEET-SAN DIEGO, CALIFORNIA
#
#Battleship Division 1
#Nevada, Arizona, Pennsylvania
	navalunit = {
		name = "USN Battleship Fleet 1"
        id = { type = 14800 id = 26 }
		location = 761
		base = 761
		division = { 	id = { type = 14800 id = 27 } 	name = "USS Lexington"  type = carrier model = 1 extra = CAG brigade_model = 2 }
		division = {	id = { type = 14800 id = 28 } 	name = "USS Nevada"	type = battleship model = 1 }
		division = {	id = { type = 14800 id = 29 } 	name = "USS Arizona"	type = battleship model = 1 }
		division = {	id = { type = 14800 id = 30 } 	name = "USS Pennsylvania"	type = battleship model = 1 }
	}
#
#Battleship Division 2
#Oklahoma, Tennessee, California
	navalunit = {
		name = "USN Battleship Fleet 2"
        id = { type = 14800 id = 31 }
		location = 761
		base = 761
		division = { 	id = { type = 14800 id = 32 } 	name = "USS Saratoga"   type = carrier model = 1 extra = CAG brigade_model = 2 }
		division = {	id = { type = 14800 id = 33 } 	name = "USS Oklahoma"	type = battleship model = 1 }
		division = {	id = { type = 14800 id = 34 } 	name = "USS Tennessee"	type = battleship model = 1 }
		division = {	id = { type = 14800 id = 35 } 	name = "USS California"	type = battleship model = 1 }
	}
#
#Battleship Division 4
#Colorado, West Virginia, Maryland
	navalunit = {
		name = "USN Battleship Fleet 4"
        id = { type = 14800 id = 36 }
		location = 761
		base = 761
		division = {	id = { type = 14800 id = 37 } 	name = "USS Colorado"		type = battleship model = 2 }
		division = {	id = { type = 14800 id = 38 } 	name = "USS West Virginia"	type = battleship model = 2 }
		division = {	id = { type = 14800 id = 39 } 	name = "USS Maryland"		type = battleship model = 2 }
	}
#
#Cruiser Division 3
#Richmond, Trenton, Concord
	navalunit = {
		name = "USN Cruiser Fleet 3"
        id = { type = 14800 id = 40 }
		location = 761
		base = 761
		division = {	id = { type = 14800 id = 41 } 	name = "USS Richmond"	type = light_cruiser model = 1 }
		division = {	id = { type = 14800 id = 42 } 	name = "USS Trenton"	type = light_cruiser model = 1 }
		division = {	id = { type = 14800 id = 43 } 	name = "USS Concord"	type = light_cruiser model = 1 }
            division = {      id = { type = 14800 id = 44 }       name = "USS Raleigh"    type = light_cruiser model = 1 }
            division = {      id = { type = 14800 id = 45 }       name = "USS Detroit"    type = light_cruiser model = 1 }
		}

#Cruiser Division 4
#Pensacola, Salt Lake City, Chicago, Indianapolis
	navalunit = {
		name = "USN Cruiser Fleet 4"
        id = { type = 14800 id = 46 }
		location = 761
		base = 761
		division = {	id = { type = 14800 id = 47 } 	name = "USS Pensacola"		type = heavy_cruiser model = 1 }
		division = {	id = { type = 14800 id = 48 } 	name = "USS Salt Lake City"	type = heavy_cruiser model = 1 }
		division = {	id = { type = 14800 id = 49 } 	name = "USS Chicago"		type = heavy_cruiser model = 1 }
		division = {	id = { type = 14800 id = 50 } 	name = "USS Indianapolis"	type = heavy_cruiser model = 1 }
	}
#
#Cruiser Division 5
#Northampton, Chester, Louisville, Portland
	navalunit = {
		name = "USN Cruiser Fleet 5"
        id = { type = 14800 id = 51 }
		location = 761
		base = 761
		division = {	id = { type = 14800 id = 52 } 	name = "USS Northampton" type = heavy_cruiser model = 1 }
		division = {	id = { type = 14800 id = 53 } 	name = "USS Chester"	 type = heavy_cruiser model = 1 }
		division = {	id = { type = 14800 id = 54 } 	name = "USS Louisville"	 type = heavy_cruiser model = 1 }
		division = {	id = { type = 14800 id = 55 } 	name = "USS Portland"	 type = heavy_cruiser model = 1 }
	}
#
#Cruiser Division 6
#New Orleans, Astoria, Minneapolis, San Francisco
	navalunit = {
		name = "USN Cruiser Fleet 6"
        id = { type = 14800 id = 56 }
		location = 761
		base = 761
		division = {	id = { type = 14800 id = 57 } 	name = "USS New Orleans"	type = heavy_cruiser model = 2 }
		division = {	id = { type = 14800 id = 58 } 	name = "USS Astoria"		type = heavy_cruiser model = 2 }
		division = {	id = { type = 14800 id = 59 } 	name = "USS Minneapolis"	type = heavy_cruiser model = 2 }
		division = {	id = { type = 14800 id = 60 } 	name = "USS San Francisco"	type = heavy_cruiser model = 2 }
	}
#
#
	navalunit = {
		name = "Pacific Destroyer Fleet"
        id = { type = 14800 id = 61 }
		location = 761
		base = 761
		division = {	id = { type = 14800 id = 62 } 	name = "1st Destroyer Division"	type = destroyer model = 1 }
		division = {	id = { type = 14800 id = 63 } 	name = "2nd Destroyer Division"	type = destroyer model = 1 }
		division = {	id = { type = 14800 id = 64 } 	name = "3rd Destroyer Division"	type = destroyer model = 1 }
		division = {	id = { type = 14800 id = 66 } 	name = "5th Destroyer Division"	type = destroyer model = 0 }
		division = {	id = { type = 14800 id = 67 } 	name = "6th Destroyer Division"	type = destroyer model = 0 }
		division = {	id = { type = 14800 id = 68 } 	name = "7th Destroyer Division"	type = destroyer model = 0 }
		division = {	id = { type = 14800 id = 69 } 	name = "8th Destroyer Division"	type = destroyer model = 0 }
		division = {	id = { type = 14800 id = 70 } 	name = "9th Destroyer Division"	type = destroyer model = 0 }
		division = {	id = { type = 14800 id = 71 } 	name = "10th Destroyer Division" type = destroyer model = 0 }
		division = {	id = { type = 14800 id = 72 } 	name = "11th Destroyer Division" type = destroyer model = 0 }
		division = {	id = { type = 14800 id = 73 } 	name = "12th Destroyer Division" type = destroyer model = 0 }
		}

#
#
	navalunit = {
		name = "Pacific Submarine Fleet"
        id = { type = 14800 id = 74 }
		location = 761
		base = 761
		division = {	id = { type = 14800 id = 75 } 	name = "1st Submarine Division"	type = submarine model = 1 }
		division = {	id = { type = 14800 id = 76 } 	name = "2nd Submarine Division"	type = submarine model = 1 }
		division = {	id = { type = 14800 id = 77 } 	name = "3rd Submarine Division"	type = submarine model = 1 }
		division = {	id = { type = 14800 id = 78 } 	name = "4th Submarine Division"	type = submarine model = 1 }
		division = {	id = { type = 14800 id = 79 } 	name = "5th Submarine Division"	type = submarine model = 0 }
		division = { 	id = { type = 14800 id = 80 } 	name = "6th Submarine Division"  type = submarine model = 0 }
		}



navalunit = { location = 1737 base = 1737 id = { type = 14800 id = 81 } name = "Asiatic Fleet"
division = { id = { type = 14800 id = 82 } name = "13th Destroyer Division" type = destroyer model = 0 } #
division = { id = { type = 14800 id = 83 } name = "14th Destroyer Division" type = destroyer model = 0 } #
division = { id = { type = 14800 id = 84 } name = "15th Destroyer Division" type = destroyer model = 0 } #
division = { id = { type = 14800 id = 179 } name = "31st Destroyer Division" type = destroyer model = 0 } #
division = { id = { type = 14800 id = 180 } name = "32nd Destroyer Division" type = destroyer model = 0 } #
division = { id = { type = 14800 id = 85 } name = "7th Submarine Division" type = submarine model = 1 } #
division = { id = { type = 14800 id = 86 } name = "8th Submarine Division" type = submarine model = 1 } #
}
navalunit = { location = 1743 base = 1743 id = { type = 14800 id = 87 } name = "2nd USN Submarine Fleet"
division = { id = { type = 14800 id = 88 } name = "9th Submarine Division" type = submarine model = 1 } #
}
navalunit = { location = 780 base = 780 id = { type = 14800 id = 89 } name = "USN Seattle Fleet"
division = { id = { type = 14800 id = 90 } name = "USS Marblehead" strength = 100 type = light_cruiser model = 1 } #
division = { id = { type = 14800 id = 91 } name = "16th Destroyer Division" type = destroyer model = 0 } #
division = { id = { type = 14800 id = 189 } name = "47th Destroyer Division" type = destroyer model = 0 } #
}
navalunit = { location = 780 base = 780 id = { type = 14800 id = 92 } name = "USN Columbia Fleet"
division = { id = { type = 14800 id = 93 } name = "USS Houston" strength = 100 type = heavy_cruiser model = 1 } #
division = { id = { type = 14800 id = 192 } name = "43rd Destroyer Division" type = destroyer model = 0 } #
division = { id = { type = 14800 id = 94 } name = "10th Submarine Division" type = submarine model = 1 } #
}
navalunit = { location = 889 base = 889  id = { type = 14800 id = 95 } name = "USN Carribean Fleet"
division = { id = { type = 14800 id = 96 } name = "17th Destroyer Division" type = destroyer model = 0 } #
division = { id = { type = 14800 id = 97 } name = "11th Submarine Division" type = submarine model = 1 } #
division = { id = { type = 14800 id = 190 } name = "41st Destroyer Division" type = destroyer model = 0 } #
division = { id = { type = 14800 id = 191 } name = "42nd Destroyer Division" type = destroyer model = 0 } #
}
navalunit = { location = 633 base = 633  id = { type = 14800 id = 98 } name = "USN Battleship Fleet 3"
division = { id = { type = 14800 id = 99 } name = "USS New Mexico" type = battleship model = 1 } #
division = { id = { type = 14800 id = 100 } name = "USS Mississippi" type = battleship model = 1 } #
division = { id = { type = 14800 id = 101 } name = "USS Idaho" type = battleship model = 1 } #
division = { id = { type = 14800 id = 193 } name = "44th Destroyer Division" type = destroyer model = 0 } #
division = { id = { type = 14800 id = 194 } name = "45th Destroyer Division" type = destroyer model = 0 } #
division = { id = { type = 14800 id = 195 } name = "46th Destroyer Division" type = destroyer model = 0 } #
}
navalunit = { location = 633 base = 633 id = { type = 14800 id = 102 } name = "USN Battleship Fleet 5"
division = { id = { type = 14800 id = 103 } name = "USS Arkansas" type = battleship model = 0 } #
division = { id = { type = 14800 id = 104 } name = "USS New York" type = battleship model = 1 } #
division = { id = { type = 14800 id = 105 } name = "USS Texas" type = battleship model = 1 } #
}

navalunit = { location = 633 base = 633  id = { type = 14800 id = 106 } name = "USN Cruiser Fleet 2"
division = { id = { type = 14800 id = 107 } name = "USS Omaha" type = light_cruiser model = 1 } #
division = { id = { type = 14800 id = 108 } name = "USS Milwaukee" type = light_cruiser model = 1 } #
division = { id = { type = 14800 id = 109 } name = "USS Cincinnati" type = light_cruiser model = 1 } #
division = { id = { type = 14800 id = 110 } name = "USS Memphis" type = light_cruiser model = 1 } #
}
navalunit = { location = 633 base = 633 id = { type = 14800 id = 111 } name = "USN Cruiser Fleet 7"
division = { id = { type = 14800 id = 112 } name = "USS Augusta" type = heavy_cruiser model = 1 } #
division = { id = { type = 14800 id = 113 } name = "USS Tuscaloosa" type = heavy_cruiser model = 2 } #
}



navalunit = { location = 633 base = 633 id = { type = 14800 id = 114 } name = "USS Ranger Taskforce"
division = { id = { type = 14800 id = 115 } name = "USS Ranger" type = carrier model = 2 extra = cag brigade_model = 2 } #
division = { id = { type = 14800 id = 116 } name = "18th Destroyer Division" type = destroyer model = 0 } #
division = { id = { type = 14800 id = 117 } name = "19th Destroyer Division" type = destroyer model = 0 } #
division = { id = { type = 14800 id = 118 } name = "20th Destroyer Division" type = destroyer model = 0 } #
division = { id = { type = 14800 id = 119 } name = "21st Destroyer Division" type = destroyer model = 0 } #
division = { id = { type = 14800 id = 120 } name = "22nd Destroyer Division" type = destroyer model = 0 } #
division = { id = { type = 14800 id = 121 } name = "23rd Destroyer Division" type = destroyer model = 0 } #
division = { id = { type = 14800 id = 172 } name = "24th Destroyer Division" type = destroyer model = 0 } #
division = { id = { type = 14800 id = 173 } name = "25th Destroyer Division" type = destroyer model = 0 } #
division = { id = { type = 14800 id = 174 } name = "26th Destroyer Division" type = destroyer model = 0 } #
division = { id = { type = 14800 id = 175 } name = "27th Destroyer Division" type = destroyer model = 0 } #
division = { id = { type = 14800 id = 176 } name = "28th Destroyer Division" type = destroyer model = 0 } #
}

navalunit = { location = 633 base = 633 id = { type = 14800 id = 122 } name = "Atlantic Submarine Fleet"
division = { id = { type = 14800 id = 123 } name = "12th Submarine Division" type = submarine model = 1 }
division = { id = { type = 14800 id = 124 } name = "13th Submarine Division" type = submarine model = 1 }
division = { id = { type = 14800 id = 125 } name = "14th Submarine Division" type = submarine model = 1 }
division = { id = { type = 14800 id = 126 } name = "15th Submarine Division" type = submarine model = 1 }
division = { id = { type = 14800 id = 127 } name = "16th Submarine Division" type = submarine model = 2 }
division = { id = { type = 14800 id = 128 } name = "17th Submarine Division" type = submarine model = 2 } #
}

navalunit = { location = 633  base = 633 id = { type = 14800 id = 133 } name = "Atlantic Transport Fleet"
division = { id = { type = 14800 id = 134 } name = "Abner Doubleday Flotilla" type = transport }
division = { id = { type = 14800 id = 135 } name = "Brigham Young Flotilla" type = transport }
division = { id = { type = 14800 id = 136 } name = "William B. Travis Flotilla" type = transport }
division = { id = { type = 14800 id = 137 } name = "Peter Stuyvesant Flotilla" type = transport }
division = { id = { type = 14800 id = 138 } name = "Henry L. Benning Flotilla" type = transport }
division = { id = { type = 14800 id = 139 } name = "Casimir Pulaski Flotilla" type = transport }
division = { id = { type = 14800 id = 140 } name = "Sam Houston Flotilla" type = transport }
division = { id = { type = 14800 id = 141 } name = "Francis Scott Key Flotilla" type = transport }
division = { id = { type = 14800 id = 142 } name = "Walter Reed Flotilla" type = transport }
division = { id = { type = 14800 id = 143 } name = "Dolly Madison Flotilla" type = transport }
division = { id = { type = 14800 id = 144 } name = "Frederick Douglass Flotilla" type = transport }
division = { id = { type = 14800 id = 145 } name = "Clara Barton Flotilla" type = transport }
}

navalunit = { location = 761 base = 761 id = { type = 14800 id = 146 } name = "Pacific Transport Fleet"
division = { id = { type = 14800 id = 147 } name = "Charles Goodyear Flotilla" type = transport }
division = { id = { type = 14800 id = 148 } name = "Anthony Wayne Flotilla" type = transport }
division = { id = { type = 14800 id = 149 } name = "John Hancock Flotilla" type = transport }
division = { id = { type = 14800 id = 150 } name = "Samuel Dexter Flotilla" type = transport }
division = { id = { type = 14800 id = 151 } name = "Stephen C. Crane Flotilla" type = transport }
division = { id = { type = 14800 id = 152 } name = "William McKinley Flotilla" type = transport }
division = { id = { type = 14800 id = 153 } name = "George A. Custer Flotilla" type = transport }
division = { id = { type = 14800 id = 154 } name = "August Belmont Flotilla" type = transport }
division = { id = { type = 14800 id = 156 } name = "Emily Dickinson Flotilla" type = transport }
division = { id = { type = 14800 id = 157 } name = "Molly Pitcher Flotilla" type = transport }
division = { id = { type = 14800 id = 158 } name = "Antonin Dvorak Flotilla" type = transport }
division = { id = { type = 14800 id = 159 } name = "J. E. B. Stuart Flotilla" type = transport }
}

division_development = {
	name = "USS Yorktown"
	type = carrier
	model = 2
	cost = 4.8
	id = { type = 14800 id = 500 }
	date = { year = 1936 month = september day = 30 }
	}


brigade_development = {
        id = { type = 14800 id = 205 }
        name = "USS Yorktown CAG"
        cost = 1.3
        date = { year = 1936 month = september day = 30 }
        type = cag
        model = 2
        }

division_development = {
	name = "USS Quincy"
	type = heavy_cruiser
	model = 2
	cost = 4.8
	id = { type = 14800 id = 501 }
	date = { year = 1936 month = june day = 9 }
	}

division_development = {
	name = "4th Destroyer Division"
	type = destroyer
	model = 1
	cost = 1.6
	id = { type = 14800 id = 502 }
	date = { year = 1936 month = february day = 1 }
	}

division_development = {
	name = "29th Destroyer Division"
	type = destroyer
	model = 1
	cost = 1.6
	id = { type = 14800 id = 503 }
	date = { year = 1936 month = march day = 1 }
	}

division_development = {
	name = "18th Submarine Division"
	type = submarine
	model = 2
	cost = 1.6
	id = { type = 14800 id = 504 }
	date = { year = 1936 month = may day = 1 }
	}


}
 

unmerged(47162)

Missing my avatar
Aug 4, 2005
7.251
20
Code:
province = {
	id = 576
	anti_air = 2
	air_base = {
		size = 6
		current_size = 6
		}

	naval_base = {
		size = 10
		current_size = 10
		}
	}

province = {
	id = 586
	anti_air = 2
	air_base = {
		size = 6
		current_size = 6
		}

	naval_base = {
		size = 10
		current_size = 10
		}
	}



province = {
	id = 541
	anti_air = 2
	air_base = {
		size = 10
		current_size = 10
		}

	naval_base = {
		size = 10
		current_size = 10
		}
	}



province = {
	id = 588
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}

	}

province = {
	id = 585
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}

	}

province = {
	id = 569
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}

	}

province = {
	id = 797
	anti_air = 1
	air_base = {
		size = 4
		current_size = 4
		}

	}



province = { id = 588   anti_air = 2 } #Ottawa
province = { id = 585   anti_air = 1 } #Montréal
province = { id = 586   anti_air = 2 } #Québec
province = { id = 589  anti_air = 1 } #Toronto
province = { id = 541     anti_air = 1 } #Vancouver

country = {
    tag = CAN

    policy = {
        date = { year = 0 month = january day = 0 }
        democratic = 10
        political_left = 2
        free_market = 10
        freedom = 10
        professional_army = 6
        defense_lobby = 2
        interventionism = 8
    }

	# Resource Reserves
	energy	=	1000   metal	= 1000		rare_materials =	500	oil =	500	supplies =	500
	money = 20

	manpower = 30

	capital = 588

    ownedprovinces =      {
	556 541 555 554 552 558 557 796 797 799 798 795 794 559 560 561
	563 566 567 570 568 569 571 565 572 588 589 590 591 587 585 
	573 586 574 564   
	 }
    controlledprovinces = {
	556 541 555 554 552 558 557 796 797 799 798 795 794 559 560 561
	563 566 567 570 568 569 571 565 572 588 589 590 591 587 585 
	573 586 574 564 
	  }
    nationalprovinces =   {
	556 541 555 554 552 558 557 796 797 799 798 795 794 559 560 561
	563 566 567 570 568 569 571 565 572 588 589 590 591 587 585 
	573 586 574 564   
}



diplomacy = {
relation = { tag = AST value = 200 access = yes }
relation = { tag = BEL value = 150 }
relation = { tag = BHU value = 200 }
relation = { tag = ENG value = 200 access = yes }
relation = { tag = FRA value = 150 }
relation = { tag = GER value = 1 }
relation = { tag = HOL value = 80 }
relation = { tag = IRE value = 75 }
relation = { tag = IRQ value = 100 }
relation = { tag = ITA value = 1 }
relation = { tag = NEP value = 200 }
relation = { tag = NZL value = 200 access = yes}
relation = { tag = OMN value = 150 }
relation = { tag = SAF value = 200 access = yes }
relation = { tag = USA value = 175 }
relation = { tag = YEM value = 150 }
}




# Commonwealth Tech '36
	techapps = {
# UK 1936 techs
#######################

4010 4020 # Early fighter (Gladiator)

4120 4130 # Early Bomber

2150 # Basic Armoured Car

2010 # GW tank 

2290 2300 2310 # GW artillery

2450 2460 # Early Static AA

2510 # Basic AA

1010 1020 # Early infantry

1190 1200 1210 1220 # Semi-moto Cavalry

1110 # Early Mountain

1150 # Early Marine

5010 5020  # Agriculture 
5080 5090  # Construction 
5190 # Basic Oil Refining
5310 # CT machine


9010 9020 9030 9140 # Force Sub/Strategic doctrine (air)

6010 6030 6110 6120 # Trench Warfare doctrine (land)

##doctrines
8010 8020 8030 8040 8050 8070 8100 8120
###navy
3010 3020 #Early DD
3070 #Great War CL
	}



	landunit = {
 	id = { type = 20000 id = 1 }
 	name = "Royal Canadian Army"
 	location = 588

  		division = {
   		id = { type = 20000 id = 2 }
   		name = "1st Canadian Infantry Div."
   		strength = 1
   		type = infantry
   		model = 0
             	}
          	}


	navalunit = {
	id = { type = 20000 id = 500 }
	location = 579
	base = 579
		name = "Canadian Transport Fleet"
		division = { id = { type = 30053 id = 501 } name = "'Empress of Japan' Flotilla" type = transport }
		division = { id = { type = 30053 id = 502 } name = "'Empress of Australia' Flotilla" type = transport }
		division = { id = { type = 30053 id = 503 } name = "'Empress of Britain' Flotilla" type = transport }
		division = { id = { type = 30053 id = 504 } name = "'Empress of Canada' Flotilla" type = transport }
		division = { id = { type = 30053 id = 505 } name = "'Empress of Russia' Flotilla" type = transport }
		division = { id = { type = 30053 id = 506 } name = "'Empress of Asia' Flotilla" type = transport }
			}

	navalunit = {
		id = { type = 20000 id = 7 }
		name = "Royal Canadian Navy"
		location = 579
		base = 579
		division = {
			id = { type = 20000 id = 8 }
			name = "Destroyer Flotilla 1"
			strength = 100
			type = destroyer
			model = 0
		}
	}

transports = 10
escorts = 1

}
 

unmerged(47162)

Missing my avatar
Aug 4, 2005
7.251
20
so is someone gonna help me? well i have another problem...you can select new england from the start screen but when it loads it freezes when it gets about 75% across. help? :eek:o