0 of 0

File information

Last updated

Original upload

Created by

nanashi

Uploaded by

nanashi50

Virus scan

Safe to use

Tags for this mod

21 comments

  1. Doomlurker42
    Doomlurker42
    • supporter
    • 8 kudos
    Can you fix this gun it has the same issue:
    https://www.nexusmods.com/fallout4/mods/61392
    1. Amil111
      Amil111
      • member
      • 0 kudos
      +1, I would like a fix for this mod too.
    2. nanashi50
      nanashi50
      • member
      • 28 kudos
      @Amil111: Saw your message requesting the steps for fixing. I will post them here so others can see it but note this does require familiarity with how to mod and is a multi-step process.

      1) Extract contents of BSA and give the weapon animation path a new path unique to the weapon.
      For example, with this mod I changed the folder from "...Animations\mk14" to "...Animations\mini14"

      • Meshes\actors\character\_1stperson\animations\mini14
      • Meshes\actors\character\animations\weapon\mini14
      • Meshes\actors\PowerArmor\_1stPerson\Animations\mini14
      • Meshes\actors\PowerArmor\animations\weapons\mini14

      This is usually the main problem on why conflicts arise, because the weapon mod is reusing paths from another weapon used as a base. The BSA contents will overwrite each other and only allow one winner, so we need to separate the files. Then changes need to cascade through the rest of the mod (following steps)

      2) These changes need to be updated in the ESP subgraphs.
      This is under the Race\PowerArmor[...] and Race\Human[..] records.

      For this mod, it was these two records:

      • PowerArmorRaceMini14 "PowerArmor" [RACE:0200F758]
      • HumanRaceSubGraphDataMini14 "Human" [RACE:0200F759]

      You need to go pretty far down the record to the "Subgraph Data" section and update the paths. This part can be quite tedious as there are a lot of Data entries that will need updating. I did this in xEdit.

      3) After saving the ESP change, new AnimTextData needs to be generated.
      See Step4 of this article for the command you need to run: https://www.nexusmods.com/fallout4/articles/548

      That will create a new AnimTextData folder. That will replace the folder from the extracted BSA (so delete the old one and move the new one into your mod).

      4) Make a new BSA with the new files.
      This step is important as you need to overwrite the BSA in the weapon mod you are trying to fix. Otherwise that BSA's mesh animation files will continue to overwrite those from the base mod it's conflicting with.
    3. Doomlurker42
      Doomlurker42
      • supporter
      • 8 kudos
      How do i endorse a comment?
  2. SlideBox
    SlideBox
    • member
    • 0 kudos
    When paired with the Tactical Reload Repository (DEPRECATED), it bugs the gun out and makes it look like you're holding a pistol. Anyway to fix this?

    1. nanashi50
      nanashi50
      • member
      • 28 kudos
      From a quick look, part of the problem looks like that repository patch undoes my ESP subgraph edits to separate the animation of the mini-14 from the mk14. This means it's now looking for animation files that don't exist (I overwrite Mini-14's BA2 file since the animation files need to be in new folders).

      A tactical reload patch adds pistol animation paths to the subgraph, so maybe the lack of mk14 animations makes it go down the list to use pistol animations (though I don't use Tactical Reload and am not sure how it works under the hood).

      If you go into xEdit and redo the mk14 to mini-14 edits in the Race records / subgraph subrecords, that might fix it.
  3. JaCrispy6270
    JaCrispy6270
    • supporter
    • 0 kudos
    Thank you so much
  4. lolcatjunior
    lolcatjunior
    • supporter
    • 4 kudos
    I found a download link for the MK14Redux but its in Russian, anyone knows who can translate it? 
    1. froggygun
      froggygun
      • member
      • 0 kudos
      where the link tho?
    2. lolcatjunior
      lolcatjunior
      • supporter
      • 4 kudos
      I found an actual english version MK14 redux
  5. RagingSpaceMonkey
    RagingSpaceMonkey
    • member
    • 0 kudos
    does this fix the visible bolt carrier clipping issue ?
    1. nanashi50
      nanashi50
      • member
      • 28 kudos
      I didn't even notice it until you mentioned it. No, this doesn't fix that clipping.

      From looking at it in super slow motion, it looks like the animation for it goes too far back. Fixing that is something outside of what I know. A hack fix for the mesh might be possible by shortening and thinning that part of the mesh, but then it may look weird from the side.
    2. RagingSpaceMonkey
      RagingSpaceMonkey
      • member
      • 0 kudos
      thank you for the fixes any way. the clipping issue really does bother me great mod beside that. sorry for letting you know hahaha once you see it. it cant be unseen.
  6. PhilTCasual
    PhilTCasual
    • premium
    • 13 kudos
    The firing audio doesn't work, I think you compressed the sound files when packing.

    Nice patch though, only started using the mini yesterday and I was "great, another weapon mod with no recoil" so this mod suits me nicely.    
    1. nanashi50
      nanashi50
      • member
      • 28 kudos
      Thanks for catching that. I uploaded a new version 1.1 without compression.

      The original mod has a compressed MAIN.BA2 file so I'm curious how Ardent did it without breaking the audio.


      Edit: Also just uploaded a v1.2 to improve the recoil pattern. I noticed the recoil pattern of the Mini-14 can occasionally go in a downward direction. I've modified the recoil pattern to make it consistently kick upwards.
    2. PhilTCasual
      PhilTCasual
      • premium
      • 13 kudos
      Using Archive2; add materials/meshes/scripts and any other folders - then change compression to none - then add the sound folder and pack it up.
      Everything added to Archive2 after disabling compression will not be compressed.

      Your update won't work because all files except audio inside a Main.ba2 must be compressed.
    3. nanashi50
      nanashi50
      • member
      • 28 kudos
      I tested it and it works without compression. But I'll try your method later.
    4. nanashi50
      nanashi50
      • member
      • 28 kudos
      I tried your method, but it causes the entire BA2 file to be uncompressed.
    5. PhilTCasual
      PhilTCasual
      • premium
      • 13 kudos
      It's not my method, it's Bethesda's. The game doesn't use compressed audio so this is how archives have to be packed. Ask Ardent how he packed his. 
    6. nanashi50
      nanashi50
      • member
      • 28 kudos
      The trick is to save, close, and reopen the archive inbetween compression changes.

      v1.3 uploaded with optimized BA2.
    7. PhilTCasual
      PhilTCasual
      • premium
      • 13 kudos
      Nice one.