I don't think the script editor can activate it, as it's ran through the Mission Director, not scripts. It would be easy enough to do via the MD, though. You should be able to just place a text file containing the following code in your director directory:
Code: Select all
<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="director.xsl" type="text/xsl" ?>
<director name="template" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="director.xsd">
<documentation>
<author name="ANH Team" alias="..." contact="Forums"/>
<content reference="CSV" name="A New Home" description="The entire mission and toplevel manager"/>
<version number="1.1" date="03/08/2009" status="release"/>
</documentation>
<cues>
<cue name="ANH Fixer">
<timing>
<time exact="6s"/>
</timing>
<action>
<do_all>
<set_minable object="CSV_SectorOffer_acepted1.astroinUS" minable="1"/>
<remove_briefing cue="CSV_Chapter7_loadactor"/>
<remove_objective cue="CSV_Chapter7_loadactor"/>
<set_sector_override sector="CSV_toplevel.CSV_playersector" race="player"/>
<play_movie movieid="8120"/>
<set_value name="CSV_toplevel.CSVComplet" exact="1"/>
<unlock_achievement name="NEW_HOME_PLOT"/>
<set_value name="ANH Plot Complete" exact="1"/>
<cancel_cue cue="CSV_Chapter7"/>
</do_all>
</action>
<patch>
<do_if value="{value@ANH Plot Complete}" exact="1">
<remove_briefing cue="CSV_Chapter7_loadactor"/>
<remove_objective cue="CSV_Chapter7_loadactor"/>
<cancel_cue cue="CSV_Chapter7"/>
</do_if>
</patch>
</cue>
</cues>
</director>
(also, you'll want to remove the file once it's done so that new games won't run it immediately)
EDIT: Looking through the code I can't see any reason why the extra sectors wouldn't still connect even if you didn't get the congrats video for ANH; they're entirely dependent only upon BG being finished. Starting Corporation Troubles (and thus Breaking Grounds) is what requires the ANH completion video. If you've already completed it Breaking Grounds, there's no reason to mess around with anything. Your extra sectors will come with time.