Skip to content

Commit

Permalink
v8.1.2 (Update)
Browse files Browse the repository at this point in the history
  • Loading branch information
T-MaxWiese-T committed Mar 15, 2021
1 parent 884bcc1 commit 6954f95
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG_SEFC.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v8.1.2 (stable) (Update) SEF Community Mod
- Updated to the latest SEFv7.1(Beta) state
- Fixed missing sound for M4A1 with suppressor
- Fixed some inconsistencies (potential fix for some crashes)


### v8.1.1 (stable) (Update) SEF Community Mod
- Updated to the latest SEFv7.1(Beta) state
- Fixed some sound bugs and crashes. (thanks to Shampun2281 for the "swat4x.log")
Expand Down
12 changes: 3 additions & 9 deletions System/SoundEffects.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50466,12 +50466,6 @@ SourceClassName=M4A1sd_FirstPerson
Chance=100
Specification=(SpecificationType=M4A1_EmptyFired,SpecificationClass=Class'IGSoundEffectsSubsystem.NormalSoundEffectSpecification')

[M4A1sd_FirstPersonFired]
Event=Fired
SourceClassName=M4A1sd_FirstPerson
Chance=100
Specification=(SpecificationType=M4A1sd_1p_Fired,SpecificationClass=Class'IGSoundEffectsSubsystem.NormalSoundEffectSpecification')

[M4A1sd_FirstPersonFired_ShellBounced]
Event=Fired
SourceClassName=M4A1sd_FirstPerson
Expand Down Expand Up @@ -50499,7 +50493,7 @@ Specification=(SpecificationType=M4A1_EmptyFired,SpecificationClass=Class'IGSoun

[M4A1sd_FirstPersonBurstFired]
Event=BurstFired
SourceClassName=M4A1sd_ThirdPerson
SourceClassName=M4A1sd_FirstPerson
Chance=100
Specification=(SpecificationType=M4A1sd_1p_Fired,SpecificationClass=Class'IGSoundEffectsSubsystem.NormalSoundEffectSpecification')

Expand All @@ -50511,7 +50505,7 @@ Specification=(SpecificationType=M4A1_EmptyFired,SpecificationClass=Class'IGSoun

[M4A1sd_FirstPersonFired]
Event=Fired
SourceClassName=M4A1sd_ThirdPerson
SourceClassName=M4A1sd_FirstPerson
Chance=100
Specification=(SpecificationType=M4A1sd_1p_Fired,SpecificationClass=Class'IGSoundEffectsSubsystem.NormalSoundEffectSpecification')

Expand All @@ -50528,7 +50522,7 @@ SourceClassName=M4A1sd_ThirdPerson
Chance=100
Specification=(SpecificationType=M4A1_MagOut,SpecificationClass=Class'IGSoundEffectsSubsystem.NormalSoundEffectSpecification')

[M4A1sd_FirstPersonMagazinePushedIn]
[M4A1sd_ThirdPersonMagazinePushedIn]
Event=MagazinePushedIn
SourceClassName=M4A1sd_ThirdPerson
Chance=100
Expand Down
8 changes: 4 additions & 4 deletions System/Version.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[Version]
ModName="SEF"
ChangeNumber=8.11
ChangeNumber=8.12
ChangeTime="00:00:00"
ChangeDate="2021/03/13"
BuildTime="Sat Mar 03 2021"
ChangeDate="2021/03/15"
BuildTime="Mon Mar 03 2021"

[SwatGui.ModInfo]
ModName="[b]SWAT: Elite Force Community[\b]"
ChangeNumber="v8.1.1 ([c=00FF00][b]stable[\b][\c])"
ChangeNumber="v8.1.2 ([c=00FF00][b]stable[\b][\c])"

0 comments on commit 6954f95

Please sign in to comment.