Skip to content

Commit

Permalink
Game: Add more chat sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
binarymaster committed Jan 13, 2018
1 parent bc28256 commit ac10063
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 8 deletions.
2 changes: 2 additions & 0 deletions Game.lst
Expand Up @@ -303,6 +303,8 @@ GameWAD\CHATSND\shutup.wav|SHUTUP
GameWAD\CHATSND\sparta.wav|SPARTA
GameWAD\CHATSND\triple.wav|TRIPLE
GameWAD\CHATSND\wow.wav|WOW
GameWAD\CHATSND\ok.wav|OK
GameWAD\CHATSND\letsgo.wav|LETSGO
:TEXTURES
GameWAD\TEXTURES\AMMO.tga|AMMO
GameWAD\TEXTURES\ARMOR1.tga|ARMOR1
Expand Down
78 changes: 70 additions & 8 deletions GameWAD/CHATSND/SNDCFG.txt
@@ -1,5 +1,5 @@
[ChatSounds]
Count=46
Count=56

// Tags in entries are tested consequently, loop breaks at first exact match
// Exact match means all tags in entry are matched
Expand Down Expand Up @@ -227,47 +227,109 @@ Tag0=
FullWord=-1

[38]
Sound=CHATSND\OI
Tags=1
Tag0=����
FullWord=-1

[39]
Sound=CHATSND\BOSS_PAIN
Tags=1
Tag0=shit
FullWord=-1

[39]
[40]
Sound=CHATSND\BOSS_PAIN
Tags=1
Tag0=fuck
FullWord=-1

[40]
[41]
Sound=CHATSND\BOSS_PAIN
Tags=1
Tag0=bitch
FullWord=-1

[41]
[42]
Sound=CHATSND\BOSS_PAIN
Tags=1
Tag0=���
FullWord=-1

[42]
[43]
Sound=CHATSND\BOSS_PAIN
Tags=1
Tag0=�����
FullWord=-1

[43]
[44]
Sound=CHATSND\BOSS_PAIN
Tags=1
Tag0=�����
FullWord=-1

[44]
[45]
Sound=CHATSND\BOSS_DEATH
Tags=1
Tag0=����

[45]
[46]
Sound=CHATSND\BOSS_DEATH
Tags=1
Tag0=aaaa

[47]
Sound=CHATSND\OK
Tags=1
Tag0=ok
FullWord=-1

[48]
Sound=CHATSND\OK
Tags=1
Tag0=okay
FullWord=-1

[49]
Sound=CHATSND\OK
Tags=1
Tag0=okey
FullWord=-1

[50]
Sound=CHATSND\OK
Tags=1
Tag0=��
FullWord=-1

[51]
Sound=CHATSND\OK
Tags=1
Tag0=����
FullWord=-1

[52]
Sound=CHATSND\OK
Tags=1
Tag0=����
FullWord=-1

[53]
Sound=CHATSND\LETSGO
Tags=2
Tag0=let
Tag1=go
FullWord=-1

[54]
Sound=CHATSND\LETSGO
Tags=2
Tag0=lets
Tag1=go
FullWord=-1

[55]
Sound=CHATSND\LETSGO
Tags=1
Tag0=letsgo
FullWord=-1
Binary file added GameWAD/CHATSND/letsgo.wav
Binary file not shown.
Binary file added GameWAD/CHATSND/ok.wav
Binary file not shown.

0 comments on commit ac10063

Please sign in to comment.