Ok, I will post them here
Post these files in the USA events file,
#####################################################
# Pearl Harbor
# Modified by Micah Goodman
#####################################################
event = {
id = 3182050
random = no
country = USA
# Triggered by JAP 3146051
name = "Pearl Harbor"
desc = "After the surprise attack at Pearl Harbor, President Roosevelt has declared a state of war against Japan!"
style = 0
picture = "Pearl_harbor"
action_a = {
name = "OK"
command = { type = dissent value = -10 }
command = { type = domestic which = defense_lobby value = 3 }
command = { type = domestic which = interventionism value = 5 }
command = { type = relation which = ENG value = 50 }
command = { type = sleepevent which = 3182028 } # USA Early War
command = { type = remove_division which = 14800 value = 30 } # USS Pennsylvania
command = { type = remove_division which = 14800 value = 29 } # USS Arizona
command = { type = remove_division which = 14800 value = 28 } # USS Nevada
command = { type = remove_division which = 14800 value = 33 } # USS Oklahoma
command = { type = remove_division which = 14800 value = 34 } # USS Tennessee
command = { type = remove_division which = 14800 value = 35 } # USS California
command = { type = remove_division which = 14800 value = 39 } # USS Maryland
command = { type = remove_division which = 14800 value = 38 } # USS West Virgina
}
}
################################################################
### Commanders at Pearl Punished
### By Micah Goodman
################################################################
event = {
id = 3182747
random = no
country = usa
trigger = {
event = 3182050
}
name = "Kimmel and Short Sacked"
desc = "Following the disaster at Pearl Harbor Admiral Husband Kimmel Commander US Pacific Fleet and Lt. General Walter Short Commander US Army Hawaii were recalled to Washington for Congressional Hearings. Both officers were tried by the Associate Justice Owen Roberts of the US Supreme Court. In a sham trial both officers were made scapegoats for government and military failures that occurred at Pearl Harbor."
style = 0
date = { day = 15 month = december year = 1941 }
action_a = {
name = "Kimmel and Short Sacked"
command = { type = sleepleader which = 60424 } # Kimmel
command = { type = sleepleader which = 60329 } # Short
}
}
################################################################
### Rebuild the Pacific Fleet
### By Micah Goodman
################################################################
event = {
id = 3182219
random = no
country = usa
trigger = {
event = 3182050
}
name = "Rebuild the Pacific Fleet"
desc = "The stunning surprise attack on Pearl Harbor sunk several battleships. Because of the shallow water in the harbor naval engineers have determined that several battleships can be raised and repaired. Should we tie up valuable naval yard space to repair the ships or leave them on the bottom of the harbor?"
style = 0
picture = "naval_reinforcements"
date = { day = 12 month = december year = 1941 }
action_a = {
name = "Yes"
ai_chance = 95
command = { type = local_setflag which = pennsylvania }
command = { type = local_setflag which = nevada }
command = { type = local_setflag which = tennesse }
command = { type = local_setflag which = maryland }
command = { type = local_setflag which = west_virginia }
command = { type = local_setflag which = california }
command = { type = supplies value = -4000 }
}
action_b = {
name = "No"
command = { type = local_setflag which = pennsylvania_small }
command = { type = supplies value = -200 }
}
}
##################################################################
### USS Pennsylvania Returns
### By Micah Goodman
##################################################################
event = {
id = 3182720
random = no
country = usa
trigger = {
local_flag = pennsylvania
}
name = "USS Pennsylvania Returns"
desc = "Only lightly damaged in the attack on Pearl Harbor the USS Pennsylvania returned to service early in 1942."
style = 0
picture = "naval_reinforcements"
date = { day = 20 month = may year = 1942 }
action_a = {
name = "Great"
command = { type = activate_division which = 14800 value = 700 where = 780 when = 0 }
command = { type = money value = -20 }
command = { type = metalpool value = -20 }
command = { type = energypool value = -10 }
}
}
####################################################
### USS Pennsylvania Returns (small)
### By Micah Goodman
####################################################
event = {
id = 3182721
random = no
country = usa
trigger = {
local_flag = pennsylvania_small
}
name = "USS Pennsylvania Returns"
desc = "Only lightly damaged in the attack on Pearl Harbor the USS Pennsylvania returned to service early in 1942."
style = 0
picture = "naval_reinforcements"
date = { day = 20 month = may year = 1942 }
action_a = {
name = "Great"
command = { type = activate_division which = 14800 value = 700 where = 780 when = 0 }
command = { type = money value = -20 }
command = { type = metalpool value = -20 }
command = { type = energypool value = -10 }
}
}
####################################################
### USS Nevada Returns
### By Micah Goodman
####################################################
event = {
id = 3182722
random = no
country = usa
trigger = {
local_flag = Nevada
}
name = "USS Nevada Returns"
desc = "Beached during the attack on Pearl Harbor the USS Nevada returns for revenge."
style = 0
picture = "naval_reinforcements"
date = { day = 10 month = march year = 1943 }
action_a = {
name = "Japan will pay."
command = { type = activate_division which = 14800 value = 701 where = 780 when = 0 }
command = { type = money value = -40 }
command = { type = metalpool value = -30 }
command = { type = energypool value = -50 }
}
}
####################################################
### USS Tennesse Returns
### By Micah Goodman
####################################################
event = {
id = 3182723
random = no
country = usa
trigger = {
local_flag = tennesse
}
name = "USS Tennesse Returns"
desc = "Lightly damaged during the attack on Pearl Harbor the USS Tennesse returns for revenge."
style = 0
picture = "naval_reinforcements"
date = { day = 26 month = february year = 1942 }
action_a = {
name = "Japan will pay."
command = { type = activate_division which = 14800 value = 702 where = 780 when = 0 }
command = { type = money value = -20 }
command = { type = metalpool value = -20 }
command = { type = energypool value = -10 }
}
}
####################################################
### USS Maryland Returns
### By Micah Goodman
####################################################
event = {
id = 3182724
random = no
country = usa
trigger = {
local_flag = maryland
}
name = "USS Maryland Returns"
desc = "Sunk during the attack on Pearl Harbor the USS Maryland returns for revenge."
style = 0
picture = "naval_reinforcements"
date = { day = 26 month = february year = 1942 }
action_a = {
name = "Japan will pay."
command = { type = activate_division which = 14800 value = 703 where = 780 when = 0 }
command = { type = money value = -20 }
command = { type = metalpool value = -20 }
command = { type = energypool value = -10 }
}
}
####################################################
### USS West Virginia Returns
### By Micah Goodman
####################################################
event = {
id = 3182725
random = no
country = usa
trigger = {
local_flag = west_virginia
}
name = "USS West Virginia Returns"
desc = "Sunk during the attack on Pearl Harbor the USS West Virginia returns for revenge."
style = 0
picture = "naval_reinforcements"
date = { day = 12 month = july year = 1944 }
action_a = {
name = "Japan will pay."
command = { type = activate_division which = 14800 value = 704 where = 780 when = 0 }
command = { type = money value = -100 }
command = { type = metalpool value = -80 }
command = { type = energypool value = -80 }
}
}
####################################################
### USS California Returns
### By Micah Goodman
####################################################
event = {
id = 3182749
random = no
country = usa
trigger = {
local_flag = california
}
name = "USS California Returns"
desc = "Sunk during the attack on Pearl Harbor the USS California returns for revenge."
style = 0
picture = "naval_reinforcements"
date = { day = 30 month = january year = 1944 }
action_a = {
name = "Japan will pay."
command = { type = activate_division which = 14800 value = 710 where = 780 when = 0 }
command = { type = money value = -100 }
command = { type = metalpool value = -80 }
command = { type = energypool value = -80 }
}
}
Put these lines in the USA inc file,
navaldivision = { dormant = yes id = { type = 14800 id = 700 } name = "USS Pennsylvania" type = battleship model = 1 extra =naval_improved_hull_l }
navaldivision = { dormant = yes id = { type = 14800 id = 701 } name = "USS Nevada" type = battleship model = 1 extra =naval_improved_hull_l }
navaldivision = { dormant = yes id = { type = 14800 id = 702 } name = "USS Tennesee" type = battleship model = 1 extra = naval_improved_hull_l }
navaldivision = { dormant = yes id = { type = 14800 id = 703 } name = "USS Maryland" type = battleship model = 2 extra = naval_improved_hull_l }
navaldivision = { dormant = yes id = { type = 14800 id = 704 } name = "USS West Virginia" type = battleship model = 2 extra = naval_improved_hull_l }
navaldivision = { dormant = yes id = { type = 14800 id = 710 } name = "USS California" type = battleship model = 1 extra = naval_improved_hull_l }
The only thing that I can think that you might have to change is the model number for the dormant divisions to make sure that they match your game. Just check the unit inc file for those battleships for what ever version you are playing. Also, I would suggest changing the Pearl Harbor event number to what ever it is for the version of the game you are playing. If you decide to keep the event as written and to just deleate the Pearl Event as it is in your game, make sure you open the Japanese event file and look at the Pearl Event to make sure that the triggers match up. Also if you do change the Pearl HArbor event number, change the trigger on the Short and Kimmel Sacked event to match the new Pearl Harbor event number. Have fun.