Skip to content

Commit

Permalink
[release] v1.1 Public Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Vel-San committed Nov 18, 2020
1 parent a180991 commit 2a76e74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion KFSoundBoard/Classes/KFSoundBoard.uc
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ function Mutate(string command, PlayerController Sender)
{
CheckSoundAndPlay(SplitCMD[1], SoundList, PN, Sender);
}
if (NextMutator != None ) NextMutator.Mutate(command, Sender);
}
final function SplitStringToArray(out array<string> Parts, string Source, string Delim)
Expand Down Expand Up @@ -283,7 +285,7 @@ defaultproperties
{
// Mandatory Vars
GroupName = "KF-SoundBoard"
FriendlyName = "Sound Board - v1.0"
FriendlyName = "Sound Board - v1.1"
Description = "Play custom sounds with key binds / mutate commands; Made by Vel-San"

// Config Vars
Expand Down
6 changes: 3 additions & 3 deletions Steam_WorkShop_Description/Workshop-text
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ColorList=(ColorName="White",ColorTag="%w",Color=(B=200,G=200,R=200,A=0))

- \System\KFSoundBoard.u
- \System\KFSoundBoard.ucl
- \System\KFSoundBoard.ini
- \System\SoundBoardConfig.ini

- \Sounds\SoundBoardSND.uax

Expand All @@ -91,8 +91,8 @@ ColorList=(ColorName="White",ColorTag="%w",Color=(B=200,G=200,R=200,A=0))

[h1][b][u]Manual Download Links (Recommended)[/u][/b][/h1]

You can find it under 'Whitelisted' folder named 'KF-SoundBoard-v1.0'
You can find it under 'Whitelisted' folder named 'KF-SoundBoard-v1.1'

- MEGA Link: https://mega DOT nz/folder/YDoEmKiC#s6FGAtgh40-TvB4bHsLaMQ

- Github: https://github.com/Vel-San/KF-SoundBoard/releases/tag/v1.0
- Github: https://github.com/Vel-San/KF-SoundBoard/releases/tag/v1.1

0 comments on commit 2a76e74

Please sign in to comment.