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, or Starfield. Doing so will help everyone on all platforms.

Issue Data
Status: Closed
Issue Type: Bug Report
Project: Unofficial Fallout 4 Patch
Component: Fallout 4: Vanilla
Category: Meshes
Assigned To: Nobody
Platform: All
Severity: Very Low
Votes: 0
Watching: N/A
Opened By kljadfjhadf on Jan 18, 2018 2:30 am
Last Edited By Sclerocephalus on Oct 28, 2018 6:12 pm
Closed By Arthmoor on Jun 27, 2022 7:51 pm
Resolution: Can't Fix - Engine Issue

Issue #23501: 5.56mm ammunition object missing physics

 
Single 5.56mm rounds dropped lack working physics and will hang suspended in the air (as per the Carlisle typewriter and various other objects). Can be trivially fixed by replacing the NIF's bhkPhysicsSystem data with one that works (several other ammunition objects have identical dimensions).

Related Issues: 20189  23502  

Comments

2 comment(s) [Closed]
Sclerocephalus said:
 
Cannot be fixed trivially because the ammo objects have the data for single rounds and ammo cases in a single nif file. Depending on how many items are placed, the game will automatically select the single round mesh (if only one item is placed) or the ammo case mesh (if more than one item is placed).
While the actual meshes are still separate on their own nodes, the physics data for both meshes are in a single physics data block and they are referred to by body indices. In addition, it appears that the node names of the meshes those body indices are related to must be specified somewhere withn that physics data file - because simply copying the physics block from the .308 mm ammo onto the 5.56 mm ammo mesh didn't work at all (5 mm ammo is an even better fit but has an entriely different case so I cannot use the 5mm ammo physics file).

Therefore, I see no chance to get this fixed until the physics data have been properly decoded.

Comment #1 Oct 28, 2018 6:11 pm  Edited by Sclerocephalus on Oct 28, 2018 6:11 pm
Arthmoor said:
 
Collision issues cannot be addressed.

Showing Comments 1 - 2 of 2