Browse Source

【音频】 Map10 声音更新

- 充电声音
DamienChai 9 months ago
parent
commit
78f08c1eaa
45 changed files with 361 additions and 34 deletions
  1. 11 11
      Config/DefaultEditor.ini
  2. BIN
      Content/BP/VRCharacter.uasset
  3. BIN
      Content/Blueprints/DropBlock_Hero.uasset
  4. BIN
      Content/Blueprints/DropBlock_OrangeRicky.uasset
  5. BIN
      Content/Blueprints/DropBlock_Smashboy.uasset
  6. BIN
      Content/Blueprints/DropBlock_Teewee.uasset
  7. BIN
      Content/Maps/Map010.umap
  8. BIN
      Content/Maps/MenuMap.umap
  9. BIN
      Content/WwiseAudio/Charge.uasset
  10. BIN
      codeTetrees_WwiseProject/.cache/LMDB/data.mdb
  11. BIN
      codeTetrees_WwiseProject/.cache/Mac/SFX/SFXTest/Charging_318A3FB2.wem
  12. BIN
      codeTetrees_WwiseProject/.cache/Mac/SFX/SFXTest/Charging_3511CBBD.wem
  13. BIN
      codeTetrees_WwiseProject/.cache/Mac/SFX/SFXTest/PillarRise_762FFF8A.wem
  14. BIN
      codeTetrees_WwiseProject/.cache/Mac/SFX/SFXTest/Wwise.dat
  15. BIN
      codeTetrees_WwiseProject/.cache/SoundBankInfoCache.dat
  16. BIN
      codeTetrees_WwiseProject/.cache/Windows/SFX/SFXTest/Charging_318A3FB2.wem
  17. BIN
      codeTetrees_WwiseProject/.cache/Windows/SFX/SFXTest/Charging_3511CBBD.wem
  18. BIN
      codeTetrees_WwiseProject/.cache/Windows/SFX/SFXTest/PillarRise_762FFF8A.wem
  19. BIN
      codeTetrees_WwiseProject/.cache/Windows/SFX/SFXTest/Wwise.dat
  20. 45 0
      codeTetrees_WwiseProject/Actor-Mixer Hierarchy/Default Work Unit.wwu
  21. 11 0
      codeTetrees_WwiseProject/Events/Default Work Unit.wwu
  22. BIN
      codeTetrees_WwiseProject/GeneratedSoundBanks/Mac/Event/Charge.bnk
  23. 48 0
      codeTetrees_WwiseProject/GeneratedSoundBanks/Mac/Event/Charge.json
  24. 6 0
      codeTetrees_WwiseProject/GeneratedSoundBanks/Mac/Event/Charge.txt
  25. 25 0
      codeTetrees_WwiseProject/GeneratedSoundBanks/Mac/Event/Charge.xml
  26. 2 2
      codeTetrees_WwiseProject/GeneratedSoundBanks/Mac/Event/PillarRise.json
  27. 2 2
      codeTetrees_WwiseProject/GeneratedSoundBanks/Mac/Event/PillarRise.xml
  28. BIN
      codeTetrees_WwiseProject/GeneratedSoundBanks/Mac/Media/1011686002.wem
  29. BIN
      codeTetrees_WwiseProject/GeneratedSoundBanks/Mac/Media/961957718.wem
  30. 39 2
      codeTetrees_WwiseProject/GeneratedSoundBanks/Mac/SoundbanksInfo.json
  31. 21 2
      codeTetrees_WwiseProject/GeneratedSoundBanks/Mac/SoundbanksInfo.xml
  32. BIN
      codeTetrees_WwiseProject/GeneratedSoundBanks/Windows/Event/Charge.bnk
  33. 48 0
      codeTetrees_WwiseProject/GeneratedSoundBanks/Windows/Event/Charge.json
  34. 6 0
      codeTetrees_WwiseProject/GeneratedSoundBanks/Windows/Event/Charge.txt
  35. 25 0
      codeTetrees_WwiseProject/GeneratedSoundBanks/Windows/Event/Charge.xml
  36. 2 2
      codeTetrees_WwiseProject/GeneratedSoundBanks/Windows/Event/PillarRise.json
  37. 2 2
      codeTetrees_WwiseProject/GeneratedSoundBanks/Windows/Event/PillarRise.xml
  38. BIN
      codeTetrees_WwiseProject/GeneratedSoundBanks/Windows/Media/1011686002.wem
  39. BIN
      codeTetrees_WwiseProject/GeneratedSoundBanks/Windows/Media/961957718.wem
  40. 39 2
      codeTetrees_WwiseProject/GeneratedSoundBanks/Windows/SoundbanksInfo.json
  41. 21 2
      codeTetrees_WwiseProject/GeneratedSoundBanks/Windows/SoundbanksInfo.xml
  42. BIN
      codeTetrees_WwiseProject/Originals/SFX/SFXTest/Charging.wav
  43. 1 1
      codeTetrees_WwiseProject/Soundcaster Sessions/Default Work Unit.wwu
  44. 3 3
      codeTetrees_WwiseProject/codeTetrees_WwiseProject.admin.validationcache
  45. 4 3
      codeTetrees_WwiseProject/codeTetrees_WwiseProject.admin.wsettings

+ 11 - 11
Config/DefaultEditor.ini

@@ -1,11 +1,11 @@
-[UnrealEd.SimpleMap]
-SimpleMapName=/Game/TP_ThirdPerson/Maps/ThirdPersonExampleMap
-
-[EditoronlyBP]
-bAllowClassAndBlueprintPinMatching=true
-bReplaceBlueprintWithClass= true
-bDontLoadBlueprintOutsideEditor= true
-bBlueprintIsNotBlueprintType= true
-
-[/Script/AdvancedPreviewScene.SharedProfiles]
-
+[UnrealEd.SimpleMap]
+SimpleMapName=/Game/TP_ThirdPerson/Maps/ThirdPersonExampleMap
+
+[EditoronlyBP]
+bAllowClassAndBlueprintPinMatching=true
+bReplaceBlueprintWithClass= true
+bDontLoadBlueprintOutsideEditor= true
+bBlueprintIsNotBlueprintType= true
+
+[/Script/AdvancedPreviewScene.SharedProfiles]
+

BIN
Content/BP/VRCharacter.uasset


BIN
Content/Blueprints/DropBlock_Hero.uasset


BIN
Content/Blueprints/DropBlock_OrangeRicky.uasset


BIN
Content/Blueprints/DropBlock_Smashboy.uasset


BIN
Content/Blueprints/DropBlock_Teewee.uasset


BIN
Content/Maps/Map010.umap


BIN
Content/Maps/MenuMap.umap


BIN
Content/WwiseAudio/Charge.uasset


BIN
codeTetrees_WwiseProject/.cache/LMDB/data.mdb


BIN
codeTetrees_WwiseProject/.cache/Mac/SFX/SFXTest/Charging_318A3FB2.wem


BIN
codeTetrees_WwiseProject/.cache/Mac/SFX/SFXTest/Charging_3511CBBD.wem


BIN
codeTetrees_WwiseProject/.cache/Mac/SFX/SFXTest/PillarRise_762FFF8A.wem


BIN
codeTetrees_WwiseProject/.cache/Mac/SFX/SFXTest/Wwise.dat


BIN
codeTetrees_WwiseProject/.cache/SoundBankInfoCache.dat


BIN
codeTetrees_WwiseProject/.cache/Windows/SFX/SFXTest/Charging_318A3FB2.wem


BIN
codeTetrees_WwiseProject/.cache/Windows/SFX/SFXTest/Charging_3511CBBD.wem


BIN
codeTetrees_WwiseProject/.cache/Windows/SFX/SFXTest/PillarRise_762FFF8A.wem


BIN
codeTetrees_WwiseProject/.cache/Windows/SFX/SFXTest/Wwise.dat


+ 45 - 0
codeTetrees_WwiseProject/Actor-Mixer Hierarchy/Default Work Unit.wwu

@@ -1140,6 +1140,51 @@
 								</Sound>
 							</ChildrenList>
 						</RandomSequenceContainer>
+						<Sound Name="Charging" ID="{AFE506B9-D612-4FA1-923B-7AE5C04A3FC4}" ShortID="56461826">
+							<PropertyList>
+								<Property Name="3DSpatialization" Type="int16" Value="2"/>
+								<Property Name="EnableDiffraction" Type="bool" Value="True"/>
+								<Property Name="IsStreamingEnabled" Type="bool">
+									<ValueList>
+										<Value>True</Value>
+									</ValueList>
+								</Property>
+								<Property Name="Volume" Type="Real64">
+									<ValueList>
+										<Value>-1</Value>
+									</ValueList>
+								</Property>
+							</PropertyList>
+							<ReferenceList>
+								<Reference Name="Conversion">
+									<ObjectRef Name="Default Conversion Settings" ID="{6D1B890C-9826-4384-BF07-C15223E9FB56}" WorkUnitID="{8A83836A-73E9-4946-A3B5-041F0FC74006}"/>
+								</Reference>
+								<Reference Name="OutputBus">
+									<ObjectRef Name="Master Audio Bus" ID="{1514A4D8-1DA6-412A-A17E-75CA0C2149F3}" WorkUnitID="{D82AE235-2DB6-43F2-B2FD-BB75D723879E}"/>
+								</Reference>
+							</ReferenceList>
+							<ChildrenList>
+								<AudioFileSource Name="Charging" ID="{58177270-C177-49EA-AB65-B95EDC4A0734}">
+									<PropertyList>
+										<Property Name="FadeOutDuration" Type="Real64" Value="0.755798422597212"/>
+										<Property Name="OverrideWavLoop" Type="bool" Value="True"/>
+										<Property Name="VolumeOffset" Type="Real64">
+											<ValueList>
+												<Value>-6.1</Value>
+											</ValueList>
+										</Property>
+									</PropertyList>
+									<Language>SFX</Language>
+									<AudioFile>SFXTest\Charging.wav</AudioFile>
+									<MediaIDList>
+										<MediaID ID="961957718"/>
+									</MediaIDList>
+								</AudioFileSource>
+							</ChildrenList>
+							<ActiveSourceList>
+								<ActiveSource Name="Charging" ID="{58177270-C177-49EA-AB65-B95EDC4A0734}" Platform="Linked"/>
+							</ActiveSourceList>
+						</Sound>
 					</ChildrenList>
 				</ActorMixer>
 			</ChildrenList>

+ 11 - 0
codeTetrees_WwiseProject/Events/Default Work Unit.wwu

@@ -283,6 +283,17 @@
 						</Action>
 					</ChildrenList>
 				</Event>
+				<Event Name="Charge" ID="{B5210138-6F24-4897-9BDF-90D0B0127BA5}">
+					<ChildrenList>
+						<Action Name="" ID="{15A7B076-92DE-4FBF-8005-54334AB9A5D1}" ShortID="850159184">
+							<ReferenceList>
+								<Reference Name="Target">
+									<ObjectRef Name="Charging" ID="{AFE506B9-D612-4FA1-923B-7AE5C04A3FC4}" WorkUnitID="{F9F77685-1DB2-4050-AAED-33946C03D307}"/>
+								</Reference>
+							</ReferenceList>
+						</Action>
+					</ChildrenList>
+				</Event>
 			</ChildrenList>
 		</WorkUnit>
 	</Events>

BIN
codeTetrees_WwiseProject/GeneratedSoundBanks/Mac/Event/Charge.bnk


+ 48 - 0
codeTetrees_WwiseProject/GeneratedSoundBanks/Mac/Event/Charge.json

@@ -0,0 +1,48 @@
+{
+ "SoundBanksInfo": {
+  "Platform": "Mac",
+  "BasePlatform": "Mac",
+  "SchemaVersion": "16",
+  "SoundBankVersion": "150",
+  "SoundBanks": [
+   {
+    "Id": "4285247397",
+    "Type": "Event",
+    "GUID": "{B5210138-6F24-4897-9BDF-90D0B0127BA5}",
+    "Language": "SFX",
+    "Hash": "{FD0E0C6D-CB64-BBE8-098B-86DFA8C29264}",
+    "ObjectPath": "Charge",
+    "ShortName": "Charge",
+    "Path": "Event/Charge.bnk",
+    "Media": [
+     {
+      "Id": "961957718",
+      "Language": "SFX",
+      "Streaming": "true",
+      "Location": "Loose",
+      "ShortName": "SFXTest\\Charging.wav",
+      "Path": "Media/961957718.wem",
+      "CachePath": "SFX/SFXTest/Charging_318A3FB2.wem"
+     }
+    ],
+    "Events": [
+     {
+      "Id": "4285247397",
+      "Name": "Charge",
+      "ObjectPath": "\\Events\\Default Work Unit\\Charge",
+      "GUID": "{B5210138-6F24-4897-9BDF-90D0B0127BA5}",
+      "DurationType": "OneShot",
+      "DurationMin": "5.5384583",
+      "DurationMax": "5.5384583",
+      "MediaRefs": [
+       {
+        "Id": "961957718"
+       }
+      ]
+     }
+    ]
+   }
+  ],
+  "FileHash": "{E1766ABA-97A9-4BEA-771A-A3C4AC4E33B2}"
+ }
+}

+ 6 - 0
codeTetrees_WwiseProject/GeneratedSoundBanks/Mac/Event/Charge.txt

@@ -0,0 +1,6 @@
+Event	ID	Name			Wwise Object Path	Notes
+	4285247397	Charge			\Default Work Unit\Charge	
+
+Streamed Audio	ID	Name	Audio source file	Generated audio file	Wwise Object Path	Notes
+	961957718	Charging	D:\TeTreesDemo\codeTetrees\codeTetrees_WwiseProject\.cache\Mac\SFX\SFXTest\Charging_3511CBBD.wem	961957718.wem	\Actor-Mixer Hierarchy\Default Work Unit\SFX\Charging	
+

+ 25 - 0
codeTetrees_WwiseProject/GeneratedSoundBanks/Mac/Event/Charge.xml

@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<SoundBanksInfo Platform="Mac" BasePlatform="Mac" SchemaVersion="16" SoundBankVersion="150">
+	<SoundBanks>
+		<SoundBank Id="4285247397" Type="Event" GUID="{B5210138-6F24-4897-9BDF-90D0B0127BA5}" Language="SFX" Hash="{FD0E0C6D-CB64-BBE8-098B-86DFA8C29264}">
+			<ObjectPath>Charge</ObjectPath>
+			<ShortName>Charge</ShortName>
+			<Path>Event/Charge.bnk</Path>
+			<Media>
+				<File Id="961957718" Language="SFX" Streaming="true" Location="Loose">
+					<ShortName>SFXTest\Charging.wav</ShortName>
+					<Path>Media/961957718.wem</Path>
+					<CachePath>SFX/SFXTest/Charging_318A3FB2.wem</CachePath>
+				</File>
+			</Media>
+			<Events>
+				<Event Id="4285247397" Name="Charge" ObjectPath="\Events\Default Work Unit\Charge" GUID="{B5210138-6F24-4897-9BDF-90D0B0127BA5}" DurationType="OneShot" DurationMin="5.5384583" DurationMax="5.5384583">
+					<MediaRefs>
+						<MediaRef Id="961957718"/>
+					</MediaRefs>
+				</Event>
+			</Events>
+		</SoundBank>
+	</SoundBanks>
+	<FileHash>{98A65EEB-7132-C59D-5D55-0F83069D9B00}</FileHash>
+</SoundBanksInfo>

+ 2 - 2
codeTetrees_WwiseProject/GeneratedSoundBanks/Mac/Event/PillarRise.json

@@ -22,7 +22,7 @@
       "Location": "Loose",
       "ShortName": "SFXTest\\PillarRise.wav",
       "Path": "Media/1011686002.wem",
-      "CachePath": "SFX/SFXTest/PillarRise_3378E5E4.wem"
+      "CachePath": "SFX/SFXTest/PillarRise_762FFF8A.wem"
      }
     ],
     "Events": [
@@ -51,6 +51,6 @@
     ]
    }
   ],
-  "FileHash": "{D97EAEDD-9361-4766-3843-475BF55E81F3}"
+  "FileHash": "{1EDAB488-D8EE-4880-3495-EC426E40B4BF}"
  }
 }

+ 2 - 2
codeTetrees_WwiseProject/GeneratedSoundBanks/Mac/Event/PillarRise.xml

@@ -9,7 +9,7 @@
 				<File Id="1011686002" Language="SFX" Streaming="true" Location="Loose">
 					<ShortName>SFXTest\PillarRise.wav</ShortName>
 					<Path>Media/1011686002.wem</Path>
-					<CachePath>SFX/SFXTest/PillarRise_3378E5E4.wem</CachePath>
+					<CachePath>SFX/SFXTest/PillarRise_762FFF8A.wem</CachePath>
 				</File>
 			</Media>
 			<Events>
@@ -24,5 +24,5 @@
 			</Events>
 		</SoundBank>
 	</SoundBanks>
-	<FileHash>{AD6C7ACA-827A-7BD6-D654-64FFC0C35190}</FileHash>
+	<FileHash>{3B0ECE01-7C1B-13ED-8214-3AE9CC688664}</FileHash>
 </SoundBanksInfo>

BIN
codeTetrees_WwiseProject/GeneratedSoundBanks/Mac/Media/1011686002.wem


BIN
codeTetrees_WwiseProject/GeneratedSoundBanks/Mac/Media/961957718.wem


+ 39 - 2
codeTetrees_WwiseProject/GeneratedSoundBanks/Mac/SoundbanksInfo.json

@@ -437,7 +437,7 @@
       "Location": "Loose",
       "ShortName": "SFXTest\\PillarRise.wav",
       "Path": "Media/1011686002.wem",
-      "CachePath": "SFX/SFXTest/PillarRise_3378E5E4.wem"
+      "CachePath": "SFX/SFXTest/PillarRise_762FFF8A.wem"
      }
     ],
     "Events": [
@@ -2062,8 +2062,45 @@
       ]
      }
     ]
+   },
+   {
+    "Id": "4285247397",
+    "Type": "Event",
+    "GUID": "{B5210138-6F24-4897-9BDF-90D0B0127BA5}",
+    "Language": "SFX",
+    "Hash": "{FD0E0C6D-CB64-BBE8-098B-86DFA8C29264}",
+    "ObjectPath": "Charge",
+    "ShortName": "Charge",
+    "Path": "Event/Charge.bnk",
+    "Media": [
+     {
+      "Id": "961957718",
+      "Language": "SFX",
+      "Streaming": "true",
+      "Location": "Loose",
+      "ShortName": "SFXTest\\Charging.wav",
+      "Path": "Media/961957718.wem",
+      "CachePath": "SFX/SFXTest/Charging_318A3FB2.wem"
+     }
+    ],
+    "Events": [
+     {
+      "Id": "4285247397",
+      "Name": "Charge",
+      "ObjectPath": "\\Events\\Default Work Unit\\Charge",
+      "GUID": "{B5210138-6F24-4897-9BDF-90D0B0127BA5}",
+      "DurationType": "OneShot",
+      "DurationMin": "5.5384583",
+      "DurationMax": "5.5384583",
+      "MediaRefs": [
+       {
+        "Id": "961957718"
+       }
+      ]
+     }
+    ]
    }
   ],
-  "FileHash": "{86EE1B99-D2B4-578D-7E30-CAC64704EF68}"
+  "FileHash": "{EC1CF3A0-6E9E-A3D8-2FFA-2E79E1B5B627}"
  }
 }

+ 21 - 2
codeTetrees_WwiseProject/GeneratedSoundBanks/Mac/SoundbanksInfo.xml

@@ -196,7 +196,7 @@
 				<File Id="1011686002" Language="SFX" Streaming="true" Location="Loose">
 					<ShortName>SFXTest\PillarRise.wav</ShortName>
 					<Path>Media/1011686002.wem</Path>
-					<CachePath>SFX/SFXTest/PillarRise_3378E5E4.wem</CachePath>
+					<CachePath>SFX/SFXTest/PillarRise_762FFF8A.wem</CachePath>
 				</File>
 			</Media>
 			<Events>
@@ -945,6 +945,25 @@
 				</SwitchGroup>
 			</SwitchGroups>
 		</SoundBank>
+		<SoundBank Id="4285247397" Type="Event" GUID="{B5210138-6F24-4897-9BDF-90D0B0127BA5}" Language="SFX" Hash="{FD0E0C6D-CB64-BBE8-098B-86DFA8C29264}">
+			<ObjectPath>Charge</ObjectPath>
+			<ShortName>Charge</ShortName>
+			<Path>Event/Charge.bnk</Path>
+			<Media>
+				<File Id="961957718" Language="SFX" Streaming="true" Location="Loose">
+					<ShortName>SFXTest\Charging.wav</ShortName>
+					<Path>Media/961957718.wem</Path>
+					<CachePath>SFX/SFXTest/Charging_318A3FB2.wem</CachePath>
+				</File>
+			</Media>
+			<Events>
+				<Event Id="4285247397" Name="Charge" ObjectPath="\Events\Default Work Unit\Charge" GUID="{B5210138-6F24-4897-9BDF-90D0B0127BA5}" DurationType="OneShot" DurationMin="5.5384583" DurationMax="5.5384583">
+					<MediaRefs>
+						<MediaRef Id="961957718"/>
+					</MediaRefs>
+				</Event>
+			</Events>
+		</SoundBank>
 	</SoundBanks>
-	<FileHash>{DD46BDE9-7012-AB89-D67B-1872B2A17974}</FileHash>
+	<FileHash>{73B8F118-BB88-2DD5-B791-215DBE315CA9}</FileHash>
 </SoundBanksInfo>

BIN
codeTetrees_WwiseProject/GeneratedSoundBanks/Windows/Event/Charge.bnk


+ 48 - 0
codeTetrees_WwiseProject/GeneratedSoundBanks/Windows/Event/Charge.json

@@ -0,0 +1,48 @@
+{
+ "SoundBanksInfo": {
+  "Platform": "Windows",
+  "BasePlatform": "Windows",
+  "SchemaVersion": "16",
+  "SoundBankVersion": "150",
+  "SoundBanks": [
+   {
+    "Id": "4285247397",
+    "Type": "Event",
+    "GUID": "{B5210138-6F24-4897-9BDF-90D0B0127BA5}",
+    "Language": "SFX",
+    "Hash": "{FD0E0C6D-CB64-BBE8-098B-86DFA8C29264}",
+    "ObjectPath": "Charge",
+    "ShortName": "Charge",
+    "Path": "Event/Charge.bnk",
+    "Media": [
+     {
+      "Id": "961957718",
+      "Language": "SFX",
+      "Streaming": "true",
+      "Location": "Loose",
+      "ShortName": "SFXTest\\Charging.wav",
+      "Path": "Media/961957718.wem",
+      "CachePath": "SFX/SFXTest/Charging_318A3FB2.wem"
+     }
+    ],
+    "Events": [
+     {
+      "Id": "4285247397",
+      "Name": "Charge",
+      "ObjectPath": "\\Events\\Default Work Unit\\Charge",
+      "GUID": "{B5210138-6F24-4897-9BDF-90D0B0127BA5}",
+      "DurationType": "OneShot",
+      "DurationMin": "5.5384583",
+      "DurationMax": "5.5384583",
+      "MediaRefs": [
+       {
+        "Id": "961957718"
+       }
+      ]
+     }
+    ]
+   }
+  ],
+  "FileHash": "{A2BA2907-B6AF-483D-D257-6132D83F901E}"
+ }
+}

+ 6 - 0
codeTetrees_WwiseProject/GeneratedSoundBanks/Windows/Event/Charge.txt

@@ -0,0 +1,6 @@
+Event	ID	Name			Wwise Object Path	Notes
+	4285247397	Charge			\Default Work Unit\Charge	
+
+Streamed Audio	ID	Name	Audio source file	Generated audio file	Wwise Object Path	Notes
+	961957718	Charging	D:\TeTreesDemo\codeTetrees\codeTetrees_WwiseProject\.cache\Windows\SFX\SFXTest\Charging_3511CBBD.wem	961957718.wem	\Actor-Mixer Hierarchy\Default Work Unit\SFX\Charging	
+

+ 25 - 0
codeTetrees_WwiseProject/GeneratedSoundBanks/Windows/Event/Charge.xml

@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<SoundBanksInfo Platform="Windows" BasePlatform="Windows" SchemaVersion="16" SoundBankVersion="150">
+	<SoundBanks>
+		<SoundBank Id="4285247397" Type="Event" GUID="{B5210138-6F24-4897-9BDF-90D0B0127BA5}" Language="SFX" Hash="{FD0E0C6D-CB64-BBE8-098B-86DFA8C29264}">
+			<ObjectPath>Charge</ObjectPath>
+			<ShortName>Charge</ShortName>
+			<Path>Event/Charge.bnk</Path>
+			<Media>
+				<File Id="961957718" Language="SFX" Streaming="true" Location="Loose">
+					<ShortName>SFXTest\Charging.wav</ShortName>
+					<Path>Media/961957718.wem</Path>
+					<CachePath>SFX/SFXTest/Charging_318A3FB2.wem</CachePath>
+				</File>
+			</Media>
+			<Events>
+				<Event Id="4285247397" Name="Charge" ObjectPath="\Events\Default Work Unit\Charge" GUID="{B5210138-6F24-4897-9BDF-90D0B0127BA5}" DurationType="OneShot" DurationMin="5.5384583" DurationMax="5.5384583">
+					<MediaRefs>
+						<MediaRef Id="961957718"/>
+					</MediaRefs>
+				</Event>
+			</Events>
+		</SoundBank>
+	</SoundBanks>
+	<FileHash>{056FB9BE-E36A-09F8-19FD-811FF4417CB0}</FileHash>
+</SoundBanksInfo>

+ 2 - 2
codeTetrees_WwiseProject/GeneratedSoundBanks/Windows/Event/PillarRise.json

@@ -22,7 +22,7 @@
       "Location": "Loose",
       "ShortName": "SFXTest\\PillarRise.wav",
       "Path": "Media/1011686002.wem",
-      "CachePath": "SFX/SFXTest/PillarRise_3378E5E4.wem"
+      "CachePath": "SFX/SFXTest/PillarRise_762FFF8A.wem"
      }
     ],
     "Events": [
@@ -51,6 +51,6 @@
     ]
    }
   ],
-  "FileHash": "{8DB8618D-CC26-36BF-7DE8-C8A826F86FCC}"
+  "FileHash": "{29E0FFE0-F32E-321E-4BD0-29340E47A341}"
  }
 }

+ 2 - 2
codeTetrees_WwiseProject/GeneratedSoundBanks/Windows/Event/PillarRise.xml

@@ -9,7 +9,7 @@
 				<File Id="1011686002" Language="SFX" Streaming="true" Location="Loose">
 					<ShortName>SFXTest\PillarRise.wav</ShortName>
 					<Path>Media/1011686002.wem</Path>
-					<CachePath>SFX/SFXTest/PillarRise_3378E5E4.wem</CachePath>
+					<CachePath>SFX/SFXTest/PillarRise_762FFF8A.wem</CachePath>
 				</File>
 			</Media>
 			<Events>
@@ -24,5 +24,5 @@
 			</Events>
 		</SoundBank>
 	</SoundBanks>
-	<FileHash>{036D9B78-C2C8-F5C1-E668-F91247996675}</FileHash>
+	<FileHash>{70F66C15-F1F9-8563-7476-C80AD8D339EA}</FileHash>
 </SoundBanksInfo>

BIN
codeTetrees_WwiseProject/GeneratedSoundBanks/Windows/Media/1011686002.wem


BIN
codeTetrees_WwiseProject/GeneratedSoundBanks/Windows/Media/961957718.wem


+ 39 - 2
codeTetrees_WwiseProject/GeneratedSoundBanks/Windows/SoundbanksInfo.json

@@ -437,7 +437,7 @@
       "Location": "Loose",
       "ShortName": "SFXTest\\PillarRise.wav",
       "Path": "Media/1011686002.wem",
-      "CachePath": "SFX/SFXTest/PillarRise_3378E5E4.wem"
+      "CachePath": "SFX/SFXTest/PillarRise_762FFF8A.wem"
      }
     ],
     "Events": [
@@ -2062,8 +2062,45 @@
       ]
      }
     ]
+   },
+   {
+    "Id": "4285247397",
+    "Type": "Event",
+    "GUID": "{B5210138-6F24-4897-9BDF-90D0B0127BA5}",
+    "Language": "SFX",
+    "Hash": "{FD0E0C6D-CB64-BBE8-098B-86DFA8C29264}",
+    "ObjectPath": "Charge",
+    "ShortName": "Charge",
+    "Path": "Event/Charge.bnk",
+    "Media": [
+     {
+      "Id": "961957718",
+      "Language": "SFX",
+      "Streaming": "true",
+      "Location": "Loose",
+      "ShortName": "SFXTest\\Charging.wav",
+      "Path": "Media/961957718.wem",
+      "CachePath": "SFX/SFXTest/Charging_318A3FB2.wem"
+     }
+    ],
+    "Events": [
+     {
+      "Id": "4285247397",
+      "Name": "Charge",
+      "ObjectPath": "\\Events\\Default Work Unit\\Charge",
+      "GUID": "{B5210138-6F24-4897-9BDF-90D0B0127BA5}",
+      "DurationType": "OneShot",
+      "DurationMin": "5.5384583",
+      "DurationMax": "5.5384583",
+      "MediaRefs": [
+       {
+        "Id": "961957718"
+       }
+      ]
+     }
+    ]
    }
   ],
-  "FileHash": "{602378F2-CD5C-7D8A-F1AF-A859250FE959}"
+  "FileHash": "{9A66A3F9-429F-FC85-652E-66F3256EB9DB}"
  }
 }

+ 21 - 2
codeTetrees_WwiseProject/GeneratedSoundBanks/Windows/SoundbanksInfo.xml

@@ -196,7 +196,7 @@
 				<File Id="1011686002" Language="SFX" Streaming="true" Location="Loose">
 					<ShortName>SFXTest\PillarRise.wav</ShortName>
 					<Path>Media/1011686002.wem</Path>
-					<CachePath>SFX/SFXTest/PillarRise_3378E5E4.wem</CachePath>
+					<CachePath>SFX/SFXTest/PillarRise_762FFF8A.wem</CachePath>
 				</File>
 			</Media>
 			<Events>
@@ -945,6 +945,25 @@
 				</SwitchGroup>
 			</SwitchGroups>
 		</SoundBank>
+		<SoundBank Id="4285247397" Type="Event" GUID="{B5210138-6F24-4897-9BDF-90D0B0127BA5}" Language="SFX" Hash="{FD0E0C6D-CB64-BBE8-098B-86DFA8C29264}">
+			<ObjectPath>Charge</ObjectPath>
+			<ShortName>Charge</ShortName>
+			<Path>Event/Charge.bnk</Path>
+			<Media>
+				<File Id="961957718" Language="SFX" Streaming="true" Location="Loose">
+					<ShortName>SFXTest\Charging.wav</ShortName>
+					<Path>Media/961957718.wem</Path>
+					<CachePath>SFX/SFXTest/Charging_318A3FB2.wem</CachePath>
+				</File>
+			</Media>
+			<Events>
+				<Event Id="4285247397" Name="Charge" ObjectPath="\Events\Default Work Unit\Charge" GUID="{B5210138-6F24-4897-9BDF-90D0B0127BA5}" DurationType="OneShot" DurationMin="5.5384583" DurationMax="5.5384583">
+					<MediaRefs>
+						<MediaRef Id="961957718"/>
+					</MediaRefs>
+				</Event>
+			</Events>
+		</SoundBank>
 	</SoundBanks>
-	<FileHash>{C9B820B7-75DE-4449-D5DA-E9A695875CB3}</FileHash>
+	<FileHash>{4DC594ED-001F-AE68-7437-242C443C1C18}</FileHash>
 </SoundBanksInfo>

BIN
codeTetrees_WwiseProject/Originals/SFX/SFXTest/Charging.wav


+ 1 - 1
codeTetrees_WwiseProject/Soundcaster Sessions/Default Work Unit.wwu

@@ -28,7 +28,7 @@
 					</CurrentStateList>
 					<CurrentSwitchList ShowAll="true">
 						<CurrentSwitchRef Name="Start" ID="{06BFE0E4-7C13-47BB-B3C1-8F3C947FACB7}"/>
-						<CurrentSwitchRef Name="Room01" ID="{DF08ECBE-DEB3-4CFC-ABE0-56ACD3BBFF35}"/>
+						<CurrentSwitchRef Name="OutsideSequenceStart" ID="{74415E13-C165-4189-9018-D172E4CEC025}"/>
 						<CurrentSwitchRef Name="play" ID="{22CFB8DC-2D6D-47B2-A372-82C7ECA9A086}"/>
 					</CurrentSwitchList>
 				</SoundcasterSession>

+ 3 - 3
codeTetrees_WwiseProject/codeTetrees_WwiseProject.admin.validationcache

@@ -4,7 +4,7 @@
 	<ValidationCacheItem File="D:\TeTreesDemo\codeTetrees\codeTetrees_WwiseProject\Triggers\Default Work Unit.wwu" DateLow="1700486422" DateHigh="0"/>
 	<ValidationCacheItem File="D:\TeTreesDemo\codeTetrees\codeTetrees_WwiseProject\Switches\Default Work Unit.wwu" DateLow="1700492360" DateHigh="0"/>
 	<ValidationCacheItem File="D:\TeTreesDemo\codeTetrees\codeTetrees_WwiseProject\States\Default Work Unit.wwu" DateLow="1700757124" DateHigh="0"/>
-	<ValidationCacheItem File="D:\TeTreesDemo\codeTetrees\codeTetrees_WwiseProject\Soundcaster Sessions\Default Work Unit.wwu" DateLow="1704905149" DateHigh="0"/>
+	<ValidationCacheItem File="D:\TeTreesDemo\codeTetrees\codeTetrees_WwiseProject\Soundcaster Sessions\Default Work Unit.wwu" DateLow="1706025376" DateHigh="0"/>
 	<ValidationCacheItem File="D:\TeTreesDemo\codeTetrees\codeTetrees_WwiseProject\SoundBanks\Default Work Unit.wwu" DateLow="1700486422" DateHigh="0"/>
 	<ValidationCacheItem File="D:\TeTreesDemo\codeTetrees\codeTetrees_WwiseProject\Queries\Factory Queries.wwu" DateLow="1700486422" DateHigh="0"/>
 	<ValidationCacheItem File="D:\TeTreesDemo\codeTetrees\codeTetrees_WwiseProject\Queries\Default Work Unit.wwu" DateLow="1700486422" DateHigh="0"/>
@@ -16,7 +16,7 @@
 	<ValidationCacheItem File="D:\TeTreesDemo\codeTetrees\codeTetrees_WwiseProject\Master-Mixer Hierarchy\Default Work Unit.wwu" DateLow="1704904766" DateHigh="0"/>
 	<ValidationCacheItem File="D:\TeTreesDemo\codeTetrees\codeTetrees_WwiseProject\Interactive Music Hierarchy\Default Work Unit.wwu" DateLow="1704905220" DateHigh="0"/>
 	<ValidationCacheItem File="D:\TeTreesDemo\codeTetrees\codeTetrees_WwiseProject\Game Parameters\Default Work Unit.wwu" DateLow="1700486422" DateHigh="0"/>
-	<ValidationCacheItem File="D:\TeTreesDemo\codeTetrees\codeTetrees_WwiseProject\Events\Default Work Unit.wwu" DateLow="1704907540" DateHigh="0"/>
+	<ValidationCacheItem File="D:\TeTreesDemo\codeTetrees\codeTetrees_WwiseProject\Events\Default Work Unit.wwu" DateLow="1706026187" DateHigh="0"/>
 	<ValidationCacheItem File="D:\TeTreesDemo\codeTetrees\codeTetrees_WwiseProject\Effects\Factory Effects.wwu" DateLow="1704904907" DateHigh="0"/>
 	<ValidationCacheItem File="D:\TeTreesDemo\codeTetrees\codeTetrees_WwiseProject\Effects\Default Work Unit.wwu" DateLow="1700486422" DateHigh="0"/>
 	<ValidationCacheItem File="D:\TeTreesDemo\codeTetrees\codeTetrees_WwiseProject\Dynamic Dialogue\Default Work Unit.wwu" DateLow="1700486422" DateHigh="0"/>
@@ -26,5 +26,5 @@
 	<ValidationCacheItem File="D:\TeTreesDemo\codeTetrees\codeTetrees_WwiseProject\codeTetrees_WwiseProject.wproj" DateLow="1700486422" DateHigh="0"/>
 	<ValidationCacheItem File="D:\TeTreesDemo\codeTetrees\codeTetrees_WwiseProject\Audio Devices\Default Work Unit.wwu" DateLow="1700486422" DateHigh="0"/>
 	<ValidationCacheItem File="D:\TeTreesDemo\codeTetrees\codeTetrees_WwiseProject\Attenuations\Default Work Unit.wwu" DateLow="1704908366" DateHigh="0"/>
-	<ValidationCacheItem File="D:\TeTreesDemo\codeTetrees\codeTetrees_WwiseProject\Actor-Mixer Hierarchy\Default Work Unit.wwu" DateLow="1704908366" DateHigh="0"/>
+	<ValidationCacheItem File="D:\TeTreesDemo\codeTetrees\codeTetrees_WwiseProject\Actor-Mixer Hierarchy\Default Work Unit.wwu" DateLow="1706026201" DateHigh="0"/>
 </ValidationCache>

+ 4 - 3
codeTetrees_WwiseProject/codeTetrees_WwiseProject.admin.wsettings

@@ -16,6 +16,7 @@
 				<Property Name="Event Action List\{A99B7E5F-B42E-4C9C-9ABE-23971D51A9DB}\x64_Expand States" Type="string" Value=""/>
 				<Property Name="Event Action List\{AE687400-5B8F-4AB3-BA80-6FBCDB21F7E0}\x64_Expand States" Type="string" Value=""/>
 				<Property Name="Event Action List\{AF40E331-5175-42DB-A62A-607664F1B244}\x64_Expand States" Type="string" Value=""/>
+				<Property Name="Event Action List\{B5210138-6F24-4897-9BDF-90D0B0127BA5}\x64_Expand States" Type="string" Value=""/>
 				<Property Name="Event Action List\{B79E1DF7-327F-48AB-80F1-37A22CBB946E}\x64_Expand States" Type="string" Value=""/>
 				<Property Name="Event Action List\{DB4AD1E7-3FFE-4296-886B-27DC11CFB2A5}\x64_Expand States" Type="string" Value=""/>
 				<Property Name="Event Action List\{E093EE64-3215-4080-82F9-4576D830BCD0}\x64_Expand States" Type="string" Value=""/>
@@ -85,7 +86,7 @@
 				<Property Name="ObjectTabPanel\x64_CurrentObjects_{826CEF9F-ACB3-45D2-8319-9C9994E4CA5C}" Type="string" Value=""/>
 				<Property Name="ObjectTabPanel\x64_CurrentObjects_{A45AAC64-78D1-46A7-88FA-F242B38651B4}" Type="string" Value=""/>
 				<Property Name="ObjectTabPanel\x64_CurrentObjects_{ADA2ACF6-0277-4A0E-9B6D-F189964CDE3E}" Type="string" Value=""/>
-				<Property Name="ObjectTabPanel\x64_CurrentObjects_{D5805147-985E-4C5B-B817-369AF1B7184D}" Type="string" Value="ewAzADUANQBEADgARQA3AEIALQA4AEMAMwAxAC0ANAAxADEAQwAtADgAQQA4ADcALQBFAEQARAAyAEQANABFADUANQBCADMAMAB9AAAAAQF7AEIAQgAzAEUANgBBADgAQgAtADAAMwBDAEEALQA0ADUAOAA4AC0AQgBCAEQANQAtAEIAMABEADgANwBEADQAMAAwADQARgAyAH0AAAABAXsAOQA3AEEANgAzADgAQQA1AC0AQwAyADAAMwAtADQARgAzAEUALQBCADgAOQA3AC0ANgBFADEARgAyAEMANAAwADUAMAA1ADEAfQAAAAAB"/>
+				<Property Name="ObjectTabPanel\x64_CurrentObjects_{D5805147-985E-4C5B-B817-369AF1B7184D}" Type="string" Value="ewAzADUANQBEADgARQA3AEIALQA4AEMAMwAxAC0ANAAxADEAQwAtADgAQQA4ADcALQBFAEQARAAyAEQANABFADUANQBCADMAMAB9AAAAAQF7AEIAQgAzAEUANgBBADgAQgAtADAAMwBDAEEALQA0ADUAOAA4AC0AQgBCAEQANQAtAEIAMABEADgANwBEADQAMAAwADQARgAyAH0AAAABAXsAQQBGAEUANQAwADYAQgA5AC0ARAA2ADEAMgAtADQARgBBADEALQA5ADIAMwBCAC0ANwBBAEUANQBDADAANABBADMARgBDADQAfQAAAAAB"/>
 				<Property Name="ObjectTabPanel\x64_CurrentObjects_{FB6925F8-3EDD-42F1-B446-654A30D756CF}" Type="string" Value=""/>
 				<Property Name="OverrideCacheFolder\Active" Type="bool" Value="False"/>
 				<Property Name="OverrideCacheFolder\Path" Type="string" Value=".cache"/>
@@ -94,7 +95,7 @@
 				<Property Name="PluginUserAcknowledge\ConvolutionReverb" Type="bool" Value="True"/>
 				<Property Name="PluginUserAcknowledge\Impacter" Type="bool" Value="True"/>
 				<Property Name="ProjectExplorer\AudioSelectionChannel1\ProjectExplorer2LastScrollState" Type="int32" Value="0"/>
-				<Property Name="ProjectExplorer\AudioSelectionChannel1\x64_ProjectExplorer2LastExpandedState" Type="string" Value="iC8JJ1oiVBFnJcijTz1EguraiCN1l8ZGou3FIio5d1Y14irYti3yQ7L9u3XXI4ee2KQUFaYdKkGhfnXKDCFJ8/i7p17AZFBKiCGgfoviHWiFdvf5sh1QQKrtM5RsA9MHPTWk5uGeck6fa/uPm1snucN6TikiMwBDtaaFE27v56mLaj67ygOIRbvVsNh9QATyZtP+STC1qEKZO5JIc6q3BwS0TvhgUTRHiS6gHvSVcjxb2+p1n8tKRKlzpHdOcwuDCNL7WMVyGkyV/FgNampcX7GC01OkwKtFnYrgTKw/A6mWdPJbfeOMTagziDRET6OkRNr34W6BcU2SCctM7lNR+OiUSt2d48VEu8EwT2jGG9yGVAyzS7dwRoOO45lX/yx5njB+k/bXmEm2YXUWutLkfUQRAdvtXD1MhuQ0MFifZQ4="/>
+				<Property Name="ProjectExplorer\AudioSelectionChannel1\x64_ProjectExplorer2LastExpandedState" Type="string" Value="iC8JJ1oiVBFnJcijTz1EguraiCN1l8ZGou3FIio5d1Y14irYti3yQ7L9u3XXI4ee2KQUFaYdKkGhfnXKDCFJ8/i7p17AZFBKiCGgfoviHWiFdvf5sh1QQKrtM5RsA9MHPTWk5uGeck6fa/uPm1snuWbT/kkwtahCmTuSSHOqtwcEtE74YFE0R4kuoB70lXI8W9vqdZ/LSkSpc6R3TnMLgwjS+1jFchpMlfxYDWpqXF+xgtNTpMCrRZ2K4EysPwOplnTyW33jjE2oM4g0RE+jpETa9+FugXFNkgnLTO5TUfjolErdnePFRLvBME9oxhvchlQMs0u3cEaDjuOZV/8seZ4wfpP215hJtmF1FrrS5H1EEQHb7Vw9TIbkNDBYn2UO"/>
 				<Property Name="ProjectExplorer\AudioSelectionChannel2\ProjectExplorer2LastScrollState" Type="int32" Value="0"/>
 				<Property Name="ProjectExplorer\AudioSelectionChannel2\x64_ProjectExplorer2LastExpandedState" Type="string" Value="iC8JJ1oiVBFnJcijTz1Egk2Gn0agrBhFnnN9M9Grwpjq2ogjdZfGRqLtxSIqOXdWNeIq2LYt8kOy/bt11yOHntikFBWmHSpBoX51ygwhSfP4u6dewGRQSoghoH6L4h1ohXb3+bIdUECq7TOUbAPTBz01pObhnnJOn2v7j5tbJ7lm0/5JMLWoQpk7kkhzqrcHBLRO+GBRNEeJLqAe9JVyPFvb6nWfy0pEqXOkd05zC4M="/>
 				<Property Name="ProjectExplorer\EventsSelectionChannel1\ProjectExplorer2LastScrollState" Type="int32" Value="0"/>
@@ -112,7 +113,7 @@
 				<Property Name="ProjectExplorer\SelectionChannel1\CurrentSearch" Type="string" Value=""/>
 				<Property Name="ProjectExplorer\SelectionChannel1\CurrentTab" Type="int32" Value="0"/>
 				<Property Name="ProjectExplorer\SelectionChannel2\CurrentSearch" Type="string" Value=""/>
-				<Property Name="ProjectExplorer\SelectionChannel2\CurrentTab" Type="int32" Value="0"/>
+				<Property Name="ProjectExplorer\SelectionChannel2\CurrentTab" Type="int32" Value="1"/>
 				<Property Name="ProjectExplorer\SessionsSelectionChannel1\ProjectExplorer2LastScrollState" Type="int32" Value="0"/>
 				<Property Name="ProjectExplorer\SessionsSelectionChannel1\x64_ProjectExplorer2LastExpandedState" Type="string" Value="i7OWTLQ9x0CRyWZVEOOJk4nOfBxZ9AdFmpJFqN5gnRf3qndkZeOQSaOS5ZuCS2QY1/3x9xODU0eDLxARe4KklM3kURcYgCxOmorHd2TR1lM+Ecl4boLnTpySZBTP+sAl"/>
 				<Property Name="ProjectExplorer\SessionsSelectionChannel2\ProjectExplorer2LastScrollState" Type="int32" Value="0"/>