diff --git a/GeneratedSoundBanks/Windows/Main.bnk b/GeneratedSoundBanks/Windows/Main.bnk index 448b1d7..ebed9af 100644 Binary files a/GeneratedSoundBanks/Windows/Main.bnk and b/GeneratedSoundBanks/Windows/Main.bnk differ diff --git a/GeneratedSoundBanks/Windows/Main.txt b/GeneratedSoundBanks/Windows/Main.txt index 0ddfce4..4645df5 100644 --- a/GeneratedSoundBanks/Windows/Main.txt +++ b/GeneratedSoundBanks/Windows/Main.txt @@ -1,6 +1,8 @@ Event ID Name Wwise Object Path Notes - 1097980931 TestEvent \Default Work Unit\TestEvent + 3157003241 Test \Default Work Unit\Test + 3833651337 Jump \Default Work Unit\Jump In Memory Audio ID Name Audio source file Wwise Object Path Notes Data Size - 13093780 TestMixer C:\Users\Jonathan\Documents\WwiseProjects\BabushkaTesting\.cache\Windows\SFX\Death_818F3B66.wem \Actor-Mixer Hierarchy\Default Work Unit\TestMixer 408148 + 190522504 SFX_Error D:\Game Projects\Babushka\Babushka_Wwise\Babushka\.cache\Windows\SFX\SFX_Error_818F3B66.wem \Actor-Mixer Hierarchy\Default Work Unit\SFX_Error 29040 + 440558228 SFX_Jump_01 D:\Game Projects\Babushka\Babushka_Wwise\Babushka\.cache\Windows\SFX\SFX_Jump_01_818F3B66.wem \Actor-Mixer Hierarchy\Default Work Unit\SFX_Jump_01 232524 diff --git a/GeneratedSoundBanks/Windows/PlatformInfo.xml b/GeneratedSoundBanks/Windows/PlatformInfo.xml index 0186dba..a765964 100644 --- a/GeneratedSoundBanks/Windows/PlatformInfo.xml +++ b/GeneratedSoundBanks/Windows/PlatformInfo.xml @@ -2,11 +2,11 @@ - ../../../../../Documents/WwiseProjects/BabushkaTesting - ../../../../../Documents/WwiseProjects/BabushkaTesting/.cache/Windows + ../../../Babushka_Wwise/Babushka + ../../../Babushka_Wwise/Babushka/.cache/Windows . - ../../../../../Documents/WwiseProjects/BabushkaTesting/GeneratedSoundBanks/Windows + ../../../Babushka_Wwise/Babushka/GeneratedSoundBanks/Windows 16 @@ -28,5 +28,5 @@ false false - {606C8E3C-A32C-9070-3780-35F0A4869954} + {0D5998DA-3744-A3F7-BE47-D3829537549B} diff --git a/GeneratedSoundBanks/Windows/SoundbanksInfo.xml b/GeneratedSoundBanks/Windows/SoundbanksInfo.xml index e644d64..2ef425a 100644 --- a/GeneratedSoundBanks/Windows/SoundbanksInfo.xml +++ b/GeneratedSoundBanks/Windows/SoundbanksInfo.xml @@ -1,11 +1,11 @@ - ../../../../../Documents/WwiseProjects/BabushkaTesting - ../../../../../Documents/WwiseProjects/BabushkaTesting/.cache/Windows + ../../../Babushka_Wwise/Babushka + ../../../Babushka_Wwise/Babushka/.cache/Windows . - ../../../../../Documents/WwiseProjects/BabushkaTesting/GeneratedSoundBanks/Windows + ../../../Babushka_Wwise/Babushka/GeneratedSoundBanks/Windows @@ -162,23 +162,32 @@ - + Main Main.bnk - - Death.wav - SFX/Death_818F3B66.wem + + SFX_Error.wav + SFX/SFX_Error_818F3B66.wem + + + SFX_Jump_01.wav + SFX/SFX_Jump_01_818F3B66.wem - + + + + + + - + - {7AA794C5-618B-D321-89F7-0143A74AF33C} + {6FEE0F92-285C-34D1-CBB7-0F5AAE0C0FF2} diff --git a/GeneratedSoundBanks/wwise_ids.gd b/GeneratedSoundBanks/wwise_ids.gd index 09240b1..9a91dde 100644 --- a/GeneratedSoundBanks/wwise_ids.gd +++ b/GeneratedSoundBanks/wwise_ids.gd @@ -2,10 +2,12 @@ class_name AK class EVENTS: - const TESTEVENT = 1097980931 + const JUMP = 3833651337 + const TEST = 3157003241 const _dict = { - "TestEvent": TESTEVENT + "Jump": JUMP, + "Test": TEST } class STATES: @@ -18,28 +20,28 @@ class SWITCHES: class GAME_PARAMETERS: - const SS_AIR_RPM = 822163944 const SS_AIR_TIMEOFDAY = 3203397129 - const SS_AIR_FEAR = 1351367891 + const SS_AIR_TURBULENCE = 4160247818 + const SS_AIR_MONTH = 2648548617 const SS_AIR_PRESENCE = 3847924954 + const SS_AIR_FURY = 1029930033 const SS_AIR_STORM = 3715662592 const SS_AIR_FREEFALL = 3002758120 - const SS_AIR_FURY = 1029930033 - const SS_AIR_MONTH = 2648548617 - const SS_AIR_TURBULENCE = 4160247818 + const SS_AIR_RPM = 822163944 const SS_AIR_SIZE = 3074696722 + const SS_AIR_FEAR = 1351367891 const _dict = { - "SS_Air_RPM": SS_AIR_RPM, "SS_Air_TimeOfDay": SS_AIR_TIMEOFDAY, - "SS_Air_Fear": SS_AIR_FEAR, + "SS_Air_Turbulence": SS_AIR_TURBULENCE, + "SS_Air_Month": SS_AIR_MONTH, "SS_Air_Presence": SS_AIR_PRESENCE, + "SS_Air_Fury": SS_AIR_FURY, "SS_Air_Storm": SS_AIR_STORM, "SS_Air_Freefall": SS_AIR_FREEFALL, - "SS_Air_Fury": SS_AIR_FURY, - "SS_Air_Month": SS_AIR_MONTH, - "SS_Air_Turbulence": SS_AIR_TURBULENCE, - "SS_Air_Size": SS_AIR_SIZE + "SS_Air_RPM": SS_AIR_RPM, + "SS_Air_Size": SS_AIR_SIZE, + "SS_Air_Fear": SS_AIR_FEAR } class TRIGGERS: diff --git a/TestScene.tscn b/TestScene.tscn index 4a9362c..c51a90e 100644 --- a/TestScene.tscn +++ b/TestScene.tscn @@ -8,6 +8,12 @@ offset_top = 141.0 offset_right = 844.0 offset_bottom = 391.0 +[node name="Button2" type="Button" parent="."] +offset_left = 58.0 +offset_top = 29.0 +offset_right = 220.0 +offset_bottom = 210.0 + [node name="AkBank_Init" type="AkBank" parent="."] bank = { "id": 1355168291, @@ -24,11 +30,18 @@ load_on = 1 [node name="AkEvent_TestEvent" type="AkEvent2D" parent="AkBank_Init/AkBank_Main"] event = { -"id": 1097980931, -"name": "TestEvent" +"id": 3157003241, +"name": "Test" } position = Vector2(266, 141) +[node name="AkEvent_Jump" type="AkEvent2D" parent="AkBank_Init/AkBank_Main"] +event = { +"id": 3833651337, +"name": "Jump" +} + [node name="AkListener2D" type="AkListener2D" parent="."] [connection signal="pressed" from="Button" to="AkBank_Init/AkBank_Main/AkEvent_TestEvent" method="post_event"] +[connection signal="pressed" from="Button2" to="AkBank_Init/AkBank_Main/AkEvent_Jump" method="post_event"]