Skip to content

Commit

Permalink
Transmission test
Browse files Browse the repository at this point in the history
  • Loading branch information
SirChuckOfTheChuckles committed Aug 21, 2024
1 parent 86e190d commit 6e0bce2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
Binary file modified Maps/ArchipelagoCampaign/WoL/ap_cutthroat.SC2Map/DocumentHeader
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4034,8 +4034,8 @@ bool gt_TransmissionMiraHanGivesVulturesQ_Func (bool testConds, bool runActions)
if ((libABFE498B_gv_aP_Triggers_Option_overridePlayerRace == "Prot")) {
// Transmission - SoundLink("THorner02Han00017", 0)
libCamp_gf_SendTransmissionCampaign(null, SoundLink("THorner02Han00017", -1), c_transmissionDurationAdd, 0.0, true);
// Transmission - SoundLink("AP_AdeptTransmission", -1)
libCamp_gf_SendTransmissionCampaign(null, SoundLink("AP_AdeptTransmission", -1), c_transmissionDurationAdd, 0.0, true);
// Transmission - SoundLink("TValerian02BWarfield00015", -1)
libCamp_gf_SendTransmissionCampaign(null, SoundLink("Adept_Ready", -1), c_transmissionDurationAdd, 0.0, true);
// Transmission - SoundLink("TZeratul01Zeratul00051", -1)
libCamp_gf_SendTransmissionCampaign(null, SoundLink("TZeratul01Zeratul00051", -1), c_transmissionDurationAdd, 0.0, true);
libCamp_gf_SetAllSoundChannelVolumesCampaign(libNtve_ge_VolumeChannelMode_Game);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<Sound id="Medivac_Unload" Variations="0"/>
<Sound id="IncomingTransmission"/>
<Sound id="UI_TechConsole_Purchase"/>
<Sound id="Adept_Ready"/>
<Sound id="TUI_StarmapMenuPopup"/>
<Sound id="THorner02BriefingHorner00001"/>
<Sound id="THorner02BriefingRaynor00002"/>
Expand Down
4 changes: 2 additions & 2 deletions Maps/ArchipelagoCampaign/WoL/ap_cutthroat.SC2Map/Triggers
Original file line number Diff line number Diff line change
Expand Up @@ -31542,7 +31542,7 @@
</Element>
<Element Type="Param" Id="C94A8288">
<ParameterDef Type="ParamDef" Library="Ntve" Id="B3AE7119"/>
<Value>AP_AdeptTransmission</Value>
<Value>TValerian02BWarfield00015</Value>
<ValueType Type="soundlink"/>
</Element>
<Element Type="FunctionCall" Id="0A98D0E1">
Expand All @@ -31560,7 +31560,7 @@
</Element>
<Element Type="Param" Id="1F6DABA5">
<ParameterDef Type="ParamDef" Library="Camp" Id="13FBE51C"/>
<Value>AP_AdeptTransmission</Value>
<Value>Adept_Ready</Value>
<ValueType Type="soundlink"/>
</Element>
<Element Type="Param" Id="6B19A262">
Expand Down
Binary file not shown.

0 comments on commit 6e0bce2

Please sign in to comment.