SonAnima Posted February 2, 2024 Share Posted February 2, 2024 A while back I was following a tutorial on how to make legendary items for fallout 4 but now the weapon model is completely invisible in game now. Thanks for any tips on fixing this issue. Link to comment Share on other sites More sharing options...
LarannKiar Posted February 2, 2024 Share Posted February 2, 2024 What was in the tutorial? Is the item a LeveledItem? Any console commands was involved? Is it invisible in only the inventory or always? Can you shoot with it? Link to comment Share on other sites More sharing options...
SonAnima Posted February 3, 2024 Author Share Posted February 3, 2024 17 hours ago, LarannKiar said: What was in the tutorial? Is the item a LeveledItem? Any console commands was involved? Is it invisible in only the inventory or always? Can you shoot with it? No console commands involved. Invisible when used during game not in inventory and yes you can shoot it. This is the tutorial I looked at. Link to comment Share on other sites More sharing options...
LarannKiar Posted February 6, 2024 Share Posted February 6, 2024 (edited) On 2/3/2024 at 9:21 AM, SonAnima said: No console commands involved. Invisible when used during game not in inventory and yes you can shoot it. Visible in the inventory but not ingame? Well, that's interesting.. the inventory 3D renderer creates a reference based on base and instance data (if applicable but for weapons it is) just like when the player drops it. Or you mean it's invisible only when equipped? That's a special scenario. Either way, did you try adding/removing mods to/from the weapon? That way the reference receives new instance data so certain 3D related bugs can be fixed with it. The most common reasons for invisible mesh on weapons are broken Weapon form and Object Mod data. The game code rather skips rendering the mesh to prevent a CTD. Is it a mod added weapon or a vanilla one? Edited February 6, 2024 by LarannKiar Link to comment Share on other sites More sharing options...
SonAnima Posted February 7, 2024 Author Share Posted February 7, 2024 Its a added weapon. I think the issue is that when creating the legendary variants, I also copy and created the same weapon mod and only equipped the weapon parts that I wanted. It has the same object mods so that might be the issue. Link to comment Share on other sites More sharing options...
Recommended Posts