Test for Wwise
This commit is contained in:
Binary file not shown.
@@ -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
|
||||
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
<PlatformInfo>
|
||||
<Platform Name="Windows" BasePlatform="Windows" Generator="2023.1.6.8555"/>
|
||||
<RootPaths>
|
||||
<ProjectRoot>../../../../../Documents/WwiseProjects/BabushkaTesting</ProjectRoot>
|
||||
<SourceFilesRoot>../../../../../Documents/WwiseProjects/BabushkaTesting/.cache/Windows</SourceFilesRoot>
|
||||
<ProjectRoot>../../../Babushka_Wwise/Babushka</ProjectRoot>
|
||||
<SourceFilesRoot>../../../Babushka_Wwise/Babushka/.cache/Windows</SourceFilesRoot>
|
||||
<SoundBanksRoot>.</SoundBanksRoot>
|
||||
<ExternalSourcesInputFile></ExternalSourcesInputFile>
|
||||
<ExternalSourcesOutputRoot>../../../../../Documents/WwiseProjects/BabushkaTesting/GeneratedSoundBanks/Windows</ExternalSourcesOutputRoot>
|
||||
<ExternalSourcesOutputRoot>../../../Babushka_Wwise/Babushka/GeneratedSoundBanks/Windows</ExternalSourcesOutputRoot>
|
||||
</RootPaths>
|
||||
<DefaultAlign>16</DefaultAlign>
|
||||
<Settings>
|
||||
@@ -28,5 +28,5 @@
|
||||
<PrintObjectGuid>false</PrintObjectGuid>
|
||||
<PrintObjectPath>false</PrintObjectPath>
|
||||
</Settings>
|
||||
<FileHash>{606C8E3C-A32C-9070-3780-35F0A4869954}</FileHash>
|
||||
<FileHash>{0D5998DA-3744-A3F7-BE47-D3829537549B}</FileHash>
|
||||
</PlatformInfo>
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<SoundBanksInfo Platform="Windows" BasePlatform="Windows" SchemaVersion="16" SoundBankVersion="150">
|
||||
<RootPaths>
|
||||
<ProjectRoot>../../../../../Documents/WwiseProjects/BabushkaTesting</ProjectRoot>
|
||||
<SourceFilesRoot>../../../../../Documents/WwiseProjects/BabushkaTesting/.cache/Windows</SourceFilesRoot>
|
||||
<ProjectRoot>../../../Babushka_Wwise/Babushka</ProjectRoot>
|
||||
<SourceFilesRoot>../../../Babushka_Wwise/Babushka/.cache/Windows</SourceFilesRoot>
|
||||
<SoundBanksRoot>.</SoundBanksRoot>
|
||||
<ExternalSourcesInputFile></ExternalSourcesInputFile>
|
||||
<ExternalSourcesOutputRoot>../../../../../Documents/WwiseProjects/BabushkaTesting/GeneratedSoundBanks/Windows</ExternalSourcesOutputRoot>
|
||||
<ExternalSourcesOutputRoot>../../../Babushka_Wwise/Babushka/GeneratedSoundBanks/Windows</ExternalSourcesOutputRoot>
|
||||
</RootPaths>
|
||||
<DialogueEvents/>
|
||||
<SoundBanks>
|
||||
@@ -162,23 +162,32 @@
|
||||
</AcousticTexture>
|
||||
</AcousticTextures>
|
||||
</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>
|
||||
<Path>Main.bnk</Path>
|
||||
<Media>
|
||||
<File Id="13093780" Language="SFX" Streaming="false" Location="Memory">
|
||||
<ShortName>Death.wav</ShortName>
|
||||
<CachePath>SFX/Death_818F3B66.wem</CachePath>
|
||||
<File Id="190522504" Language="SFX" Streaming="false" Location="Memory">
|
||||
<ShortName>SFX_Error.wav</ShortName>
|
||||
<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>
|
||||
</Media>
|
||||
<Events>
|
||||
<Event Id="1097980931" Name="TestEvent">
|
||||
<Event Id="3833651337" Name="Jump">
|
||||
<MediaRefs>
|
||||
<MediaRef Id="13093780"/>
|
||||
<MediaRef Id="440558228"/>
|
||||
</MediaRefs>
|
||||
</Event>
|
||||
<Event Id="3157003241" Name="Test">
|
||||
<MediaRefs>
|
||||
<MediaRef Id="190522504"/>
|
||||
</MediaRefs>
|
||||
</Event>
|
||||
</Events>
|
||||
</SoundBank>
|
||||
</SoundBanks>
|
||||
<FileHash>{7AA794C5-618B-D321-89F7-0143A74AF33C}</FileHash>
|
||||
<FileHash>{6FEE0F92-285C-34D1-CBB7-0F5AAE0C0FF2}</FileHash>
|
||||
</SoundBanksInfo>
|
||||
|
||||
@@ -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:
|
||||
|
||||
+15
-2
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user