Skip to content

Commit

Permalink
Create Chat.xml : SoundDef file for Chat Sounds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokson authored Apr 8, 2024
1 parent 225a372 commit 2575bab
Showing 1 changed file with 88 additions and 0 deletions.
88 changes: 88 additions & 0 deletions Builder/Result/3005289691/Current/Defs/SoundDefs/Chat.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
<?xml version="1.0" encoding="utf-8"?>
<Defs>
<SoundDef>
<defName>OwnChatDing</defName>
<maxSimultaneous>1</maxSimultaneous>
<subSounds>
<li>
<onCamera>True</onCamera>
<grains>
<li Class="AudioGrain_Clip">
<clipPath>Chat/OwnChat</clipPath>
</li>
</grains>
<volumeRange>16</volumeRange>
<repeatMode>NeverTwice</repeatMode>
</li>
</subSounds>
</SoundDef>

<SoundDef>
<defName>AllyChatDing</defName>
<maxSimultaneous>1</maxSimultaneous>
<subSounds>
<li>
<onCamera>True</onCamera>
<grains>
<li Class="AudioGrain_Clip">
<clipPath>Chat/AllyChat</clipPath>
</li>
</grains>
<volumeRange>16</volumeRange>
<repeatMode>NeverTwice</repeatMode>
</li>
</subSounds>
</SoundDef>

<SoundDef>
<defName>NeutralChatDing</defName>
<maxSimultaneous>1</maxSimultaneous>
<subSounds>
<li>
<onCamera>True</onCamera>
<grains>
<li Class="AudioGrain_Clip">
<clipPath>Chat/NeutralChat</clipPath>
</li>
</grains>
<volumeRange>16</volumeRange>
<repeatMode>NeverTwice</repeatMode>
</li>
</subSounds>
</SoundDef>

<SoundDef>
<defName>HostileChatDing</defName>
<maxSimultaneous>1</maxSimultaneous>
<subSounds>
<li>
<onCamera>True</onCamera>
<grains>
<li Class="AudioGrain_Clip">
<clipPath>Chat/HostileChat</clipPath>
</li>
</grains>
<volumeRange>16</volumeRange>
<repeatMode>NeverTwice</repeatMode>
</li>
</subSounds>
</SoundDef>

<SoundDef>
<defName>SystemChatDing</defName>
<maxSimultaneous>1</maxSimultaneous>
<subSounds>
<li>
<onCamera>True</onCamera>
<grains>
<li Class="AudioGrain_Clip">
<clipPath>Chat/SystemChat</clipPath>
</li>
</grains>
<volumeRange>16</volumeRange>
<repeatMode>NeverTwice</repeatMode>
</li>
</subSounds>
</SoundDef>

</Defs>

0 comments on commit 2575bab

Please sign in to comment.