Welcome to the AFK Mods bug tracker. In order to report an issue, you need to have a VALIDATED account to post one. Once you have followed the link the registration email sent you, please select a project from the drop down menu below. Select “Open New Issue” and fill out the form with as many details as possible.

Please also consider sending your bug report to Bethesda if you are reporting on an issue with Skyrim Special Edition, Fallout 4, Starfield, or Oblivion Remastered. Doing so will help everyone on all platforms.

Issue Data
Status: New
Issue Type: Bug Report
Project: Unofficial Fallout 4 Patch
Component: Fallout 4: Vanilla
Category: Audio
Assigned To: Nobody
Platform: PC
Severity: Very Low
Votes: 0
Watching: N/A
Opened By Cyberslas on Mar 25, 2026 1:18 am

Issue #36387: WPNBoxingGloveVs*Impact records use the wrong sound descriptors

 
The records "WPNBoxingGloveVsFleshImpact [IPCT:00231DD3]", "WPNBoxingGloveVsGenericImpact [IPCT:00231DD4]", and "WPNBoxingGloveVsMetalImpact [IPCT:00231DD5]" all use incorrect sound descriptors. They all use the sound descriptors meant for the "WPNBatonVs*Impact" records instead of those meant for them.

The Sound 1 reference in the respective records needs to be changed as such:
  • WPNBoxingGloveVsFleshImpact [IPCT:00231DD3] : WPNImpactBatonVsFlesh [SNDR:0001CB10] => WPNImpactBoxingGloveVsFlesh [SNDR:00231DD6]
  • WPNBoxingGloveVsGenericImpact [IPCT:00231DD4] : WPNImpactBatonVsGeneric [SNDR:000AE6B7] => WPNImpactBoxingGloveVsGeneric [SNDR:00231DD7]
  • WPNBoxingGloveVsMetalImpact [IPCT:00231DD5] : WPNImpactBatonVsMetal [SNDR:000AE6B6] => WPNImpactBoxingGloveVsMetal [SNDR:00231DD8]


That is, if we see the listed items as A : B => C, then record A needs the reference labled as "Sound 1" changed from B to C.