Test for Wwise

deadend_wwise
Nao 1 year ago
parent e3ea51b354
commit c1b0b0fd05

@ -1,6 +1,8 @@
Event ID Name Wwise Object Path Notes 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 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

@ -2,11 +2,11 @@
<PlatformInfo> <PlatformInfo>
<Platform Name="Windows" BasePlatform="Windows" Generator="2023.1.6.8555"/> <Platform Name="Windows" BasePlatform="Windows" Generator="2023.1.6.8555"/>
<RootPaths> <RootPaths>
<ProjectRoot>../../../../../Documents/WwiseProjects/BabushkaTesting</ProjectRoot> <ProjectRoot>../../../Babushka_Wwise/Babushka</ProjectRoot>
<SourceFilesRoot>../../../../../Documents/WwiseProjects/BabushkaTesting/.cache/Windows</SourceFilesRoot> <SourceFilesRoot>../../../Babushka_Wwise/Babushka/.cache/Windows</SourceFilesRoot>
<SoundBanksRoot>.</SoundBanksRoot> <SoundBanksRoot>.</SoundBanksRoot>
<ExternalSourcesInputFile></ExternalSourcesInputFile> <ExternalSourcesInputFile></ExternalSourcesInputFile>
<ExternalSourcesOutputRoot>../../../../../Documents/WwiseProjects/BabushkaTesting/GeneratedSoundBanks/Windows</ExternalSourcesOutputRoot> <ExternalSourcesOutputRoot>../../../Babushka_Wwise/Babushka/GeneratedSoundBanks/Windows</ExternalSourcesOutputRoot>
</RootPaths> </RootPaths>
<DefaultAlign>16</DefaultAlign> <DefaultAlign>16</DefaultAlign>
<Settings> <Settings>
@ -28,5 +28,5 @@
<PrintObjectGuid>false</PrintObjectGuid> <PrintObjectGuid>false</PrintObjectGuid>
<PrintObjectPath>false</PrintObjectPath> <PrintObjectPath>false</PrintObjectPath>
</Settings> </Settings>
<FileHash>{606C8E3C-A32C-9070-3780-35F0A4869954}</FileHash> <FileHash>{0D5998DA-3744-A3F7-BE47-D3829537549B}</FileHash>
</PlatformInfo> </PlatformInfo>

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<SoundBanksInfo Platform="Windows" BasePlatform="Windows" SchemaVersion="16" SoundBankVersion="150"> <SoundBanksInfo Platform="Windows" BasePlatform="Windows" SchemaVersion="16" SoundBankVersion="150">
<RootPaths> <RootPaths>
<ProjectRoot>../../../../../Documents/WwiseProjects/BabushkaTesting</ProjectRoot> <ProjectRoot>../../../Babushka_Wwise/Babushka</ProjectRoot>
<SourceFilesRoot>../../../../../Documents/WwiseProjects/BabushkaTesting/.cache/Windows</SourceFilesRoot> <SourceFilesRoot>../../../Babushka_Wwise/Babushka/.cache/Windows</SourceFilesRoot>
<SoundBanksRoot>.</SoundBanksRoot> <SoundBanksRoot>.</SoundBanksRoot>
<ExternalSourcesInputFile></ExternalSourcesInputFile> <ExternalSourcesInputFile></ExternalSourcesInputFile>
<ExternalSourcesOutputRoot>../../../../../Documents/WwiseProjects/BabushkaTesting/GeneratedSoundBanks/Windows</ExternalSourcesOutputRoot> <ExternalSourcesOutputRoot>../../../Babushka_Wwise/Babushka/GeneratedSoundBanks/Windows</ExternalSourcesOutputRoot>
</RootPaths> </RootPaths>
<DialogueEvents/> <DialogueEvents/>
<SoundBanks> <SoundBanks>
@ -162,23 +162,32 @@
</AcousticTexture> </AcousticTexture>
</AcousticTextures> </AcousticTextures>
</SoundBank> </SoundBank>
<SoundBank Id="3161908922" Type="User" Language="SFX" Hash="{5EBC706F-5CFE-63AF-3FA5-70AEE26C892A}"> <SoundBank Id="3161908922" Type="User" Language="SFX" Hash="{C413B353-3C3A-A5A6-B2CB-11B9F5F865C5}">
<ShortName>Main</ShortName> <ShortName>Main</ShortName>
<Path>Main.bnk</Path> <Path>Main.bnk</Path>
<Media> <Media>
<File Id="13093780" Language="SFX" Streaming="false" Location="Memory"> <File Id="190522504" Language="SFX" Streaming="false" Location="Memory">
<ShortName>Death.wav</ShortName> <ShortName>SFX_Error.wav</ShortName>
<CachePath>SFX/Death_818F3B66.wem</CachePath> <CachePath>SFX/SFX_Error_818F3B66.wem</CachePath>
</File>
<File Id="440558228" Language="SFX" Streaming="false" Location="Memory">
<ShortName>SFX_Jump_01.wav</ShortName>
<CachePath>SFX/SFX_Jump_01_818F3B66.wem</CachePath>
</File> </File>
</Media> </Media>
<Events> <Events>
<Event Id="1097980931" Name="TestEvent"> <Event Id="3833651337" Name="Jump">
<MediaRefs>
<MediaRef Id="440558228"/>
</MediaRefs>
</Event>
<Event Id="3157003241" Name="Test">
<MediaRefs> <MediaRefs>
<MediaRef Id="13093780"/> <MediaRef Id="190522504"/>
</MediaRefs> </MediaRefs>
</Event> </Event>
</Events> </Events>
</SoundBank> </SoundBank>
</SoundBanks> </SoundBanks>
<FileHash>{7AA794C5-618B-D321-89F7-0143A74AF33C}</FileHash> <FileHash>{6FEE0F92-285C-34D1-CBB7-0F5AAE0C0FF2}</FileHash>
</SoundBanksInfo> </SoundBanksInfo>

@ -2,10 +2,12 @@ class_name AK
class EVENTS: class EVENTS:
const TESTEVENT = 1097980931 const JUMP = 3833651337
const TEST = 3157003241
const _dict = { const _dict = {
"TestEvent": TESTEVENT "Jump": JUMP,
"Test": TEST
} }
class STATES: class STATES:
@ -18,28 +20,28 @@ class SWITCHES:
class GAME_PARAMETERS: class GAME_PARAMETERS:
const SS_AIR_RPM = 822163944
const SS_AIR_TIMEOFDAY = 3203397129 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_PRESENCE = 3847924954
const SS_AIR_FURY = 1029930033
const SS_AIR_STORM = 3715662592 const SS_AIR_STORM = 3715662592
const SS_AIR_FREEFALL = 3002758120 const SS_AIR_FREEFALL = 3002758120
const SS_AIR_FURY = 1029930033 const SS_AIR_RPM = 822163944
const SS_AIR_MONTH = 2648548617
const SS_AIR_TURBULENCE = 4160247818
const SS_AIR_SIZE = 3074696722 const SS_AIR_SIZE = 3074696722
const SS_AIR_FEAR = 1351367891
const _dict = { const _dict = {
"SS_Air_RPM": SS_AIR_RPM,
"SS_Air_TimeOfDay": SS_AIR_TIMEOFDAY, "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_Presence": SS_AIR_PRESENCE,
"SS_Air_Fury": SS_AIR_FURY,
"SS_Air_Storm": SS_AIR_STORM, "SS_Air_Storm": SS_AIR_STORM,
"SS_Air_Freefall": SS_AIR_FREEFALL, "SS_Air_Freefall": SS_AIR_FREEFALL,
"SS_Air_Fury": SS_AIR_FURY, "SS_Air_RPM": SS_AIR_RPM,
"SS_Air_Month": SS_AIR_MONTH, "SS_Air_Size": SS_AIR_SIZE,
"SS_Air_Turbulence": SS_AIR_TURBULENCE, "SS_Air_Fear": SS_AIR_FEAR
"SS_Air_Size": SS_AIR_SIZE
} }
class TRIGGERS: class TRIGGERS:

@ -8,6 +8,12 @@ offset_top = 141.0
offset_right = 844.0 offset_right = 844.0
offset_bottom = 391.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="."] [node name="AkBank_Init" type="AkBank" parent="."]
bank = { bank = {
"id": 1355168291, "id": 1355168291,
@ -24,11 +30,18 @@ load_on = 1
[node name="AkEvent_TestEvent" type="AkEvent2D" parent="AkBank_Init/AkBank_Main"] [node name="AkEvent_TestEvent" type="AkEvent2D" parent="AkBank_Init/AkBank_Main"]
event = { event = {
"id": 1097980931, "id": 3157003241,
"name": "TestEvent" "name": "Test"
} }
position = Vector2(266, 141) 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="."] [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="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"]

Loading…
Cancel
Save