Is there anyway I can add it?
I pulled this from my latest 1755 Campaign.hst File
Crown Point and Ft. St. Frederic.
Code: Select all
UID = 253
Control = 100
Supply = 1
WasBesieged = 0
{StrucList}
0
{Structure}
1000076
0
1
0
1000001
0
0
0
0
0
Port
{/Structure}
{/StrucList}
{Populations}
{/Populations}
{/Region}
{Region}
UID = 254
Control = 100
Supply = 6
WasBesieged = 0
{StrucList}
0
{Structure}
1000646
1
1
0
1000001
0
0
0
0
0
Fort St Frédéric
{/Structure}
{/StrucList}
{Populations}
{/Populations}
{/Region}
{Region}
And Fort William Henry which appears at the same time
Code: Select all
{Region}
UID = 252
Control = 100
Supply = 6
WasBesieged = 0
{StrucList}
0
{Structure}
1001494
1
1
0
1000002
0
0
0
0
0
Fort William Henry
{/Structure}
{/StrucList}
{Populations}
{/Populations}
{/Region}
And from the 1755 Campaign.sct File
Events about Ft. Carillion
Code: Select all
SelectFaction = $FRA
SelectRegion = $Crown Point
StartEvent = evt_nam_FortCarillonWarning|1|2|evt_txt_FortCarillonWarning|Event-img2_Fort3.bmp|$Crown Point|NULL
Conditions
FixedDate = 1756/07/01
EndEvent
SelectFaction = $FRA
StartEvent = evt_nam_FortCarillon|1|1|NULL|NULL|NULL|NULL
Conditions
NotEnemy = $Crown Point
FixedDate = 1756/10/01
Actions
CreateStruc
SetType = $Fort
SetLevel = 1
SetName = Fort Carillon
Apply
SelectFaction = $FRA
SelectRegion = $Crown Point
CreateGroup
Posture = $Defensive
SetKind = $Land
Entranch = 0
InCS = 1
FixType = 999
SetName = Garnison de Fort Carillon
Apply
CreateUnit
SetType = $uni_FRA_Gar1
SetName = Garnison de Fort Carillon
Apply
CreateUnit
SetType = $uni_FRA_Sup1
SetName = Ravitaillement #7
Apply
EndEvent
SelectFaction = $FRA
SelectRegion = $Winooski
StartEvent = evt_nam_FortCarillonFail|1|2|evt_txt_FortCarillonFail|Event-img2_Fort3.bmp|$Winooski|NULL
Conditions
EvalEvent = evt_nam_FortCarillon;=;0
FixedDate = 1756/10/01
Actions
CreateUnit
SetType = $uni_FRA_Gar1
SetName = Garnison de Fort Carillon
Apply
CreateUnit
SetType = $uni_FRA_Sup1
SetName = Ravitaillement #8
Apply
EndEvent