Cyberpunk 2077
0 of 0

File information

Last updated

Original upload

Created by

bloodaxis

Uploaded by

bloodaxis

Virus scan

Safe to use

Tags for this mod

26 comments

  1. soobinhoangngoc
    soobinhoangngoc
    • member
    • 0 kudos
    does it apply to turret too ? i mean i did love if turret can do that too.
    1. bloodaxis
      bloodaxis
      • premium
      • 14 kudos
      It might, not too sure if they use some of the templates that the piercing is added to.
    2. DogTownMassacre
      DogTownMassacre
      • member
      • 0 kudos
      Pretty sure the enemies dont actually "use" weapons from the game. Its not like a Bethesda game where they drop everything on their person. The gun doesn't actually exist. One may/may not be dropped when they die, but the enemies attack damage/ability is a facet of the enemy's attributes, not the in-game weapon.
  2. UnforgivenWar
    UnforgivenWar
    • member
    • 3 kudos
    LMG also covers the other LMG (MA70 HB) Or just the Defender?

    I think MA70 should penetrate the walls together with HMG and leave Defender normally since MA70 hits harder and has less fire rate.
    1. bloodaxis
      bloodaxis
      • premium
      • 14 kudos
      Just the Defender since someone requested it and I felt like doing it as an optional download. :D
  3. DameLoony
    DameLoony
    • premium
    • 0 kudos
    Is there any damage reduction through walls like tech weapons?  Maybe a way to set that up?

    Does enemy AI ever intentionally shoot through walls if these allow it, or are they programmed to choose targets differently?
    1. bloodaxis
      bloodaxis
      • premium
      • 14 kudos
      Not sure to both of your questions. It might be possible to add the tech pierce attribute to the weapon and have it function that way with reduced damage, not sure if the tech pierce requires the charge part to be above a certain percentage to actually do anything however.
  4. Prod0715
    Prod0715
    • member
    • 0 kudos
    Great mod, just wondering: can I change the weapon in the file so that I can make other weapon types able to pierce wall, too? :)
    1. bloodaxis
      bloodaxis
      • premium
      • 14 kudos
      Yeah as long as you copy paste the relevant portion and change the weapon the effect is being added to, you could potentially add it to whatever weapon you want.
  5. CpnLag
    CpnLag
    • premium
    • 23 kudos
    This is a fantastic mod, gets real funny with the Better HMGs mod :D

    quick question, I'm working on my own HMG mod, would it be okay if I include your code snippet for the inline effect to make mine pierce?
    1. bloodaxis
      bloodaxis
      • premium
      • 14 kudos
      Go for it, a bit of a late answer but anyway. :D
  6. russlan
    russlan
    • supporter
    • 0 kudos
    Hey, thanks for the  great MOD, is it possible to add power SMG Guillotine, namely -GUILLOTINE X-MOD2 -  "Items.Preset_Guillotine_Collectible"  so that it could also have pierce ability? Thank you

    Is it like:

    Items.GuillotinePierce_inline0:
        $type: ConstantStatModifier
        statType: BaseStats.TechPierceEnabled
        modifierType: Additive
        value: 1.0
    Items.Base_Guillotine_Collectible_Technical_Stats.statModifiers: [!append-once Items.GuillotinePierce_inline0]
    Items.Preset_Guillotine_Collectible_Technical_Stats.statModifiers: [!append-once Items.GuillotinePierce_inline0]

    1. bloodaxis
      bloodaxis
      • premium
      • 14 kudos
      Yeah that should work as long as you have the right technical stats id.
  7. UnforgivenWar
    UnforgivenWar
    • member
    • 3 kudos
    This mod is a double-edged sword, I got cheesed by HMG auto-turrets behind walls, it's ultra-realistic! lmao 
    1. MinosML
      MinosML
      • member
      • 2 kudos
      Perfectly balanced, as all things should be.
  8. B1gMann
    B1gMann
    • member
    • 0 kudos
    Does anybody know how to change the grad back into being penetrating?
    1. bloodaxis
      bloodaxis
      • premium
      • 14 kudos
      Items.PierceHMG_inline0:
          $type: ConstantStatModifier
          statType: BaseStats.TechPierceEnabled
          modifierType: Additive
          value: 1.0
      Items.Preset_HMG_Chopper.statModifiers: [!append Items.PierceHMG_inline0]
      Items.Preset_HMG_Default.statModifiers: [!append Items.PierceHMG_inline0]
      Items.Preset_HMG_Invisible.statModifiers: [!append Items.PierceHMG_inline0]
      Items.Preset_HMG_Military.statModifiers: [!append Items.PierceHMG_inline0]
      Items.Preset_HMG_Neon.statModifiers: [!append Items.PierceHMG_inline0]
      Items.Preset_HMG_Pimp.statModifiers: [!append Items.PierceHMG_inline0]
      Items.Preset_HMG_Sasquatch.statModifiers: [!append Items.PierceHMG_inline0]
      Items.Preset_HMG_turret_car_attach.statModifiers: [!append Items.PierceHMG_inline0]
      Items.w_special_flak.statModifiers: [!append Items.PierceHMG_inline0]
      Replace the "Preset_HMG_Chopper" with the grad presets, you can find them in the console command list available here on nexus.
  9. Szatanshow
    Szatanshow
    • supporter
    • 0 kudos
    Could you made the same possible for Defender?
    1. bloodaxis
      bloodaxis
      • premium
      • 14 kudos
      Added an optional defender wall piercing file.
  10. NetDigger
    NetDigger
    • member
    • 14 kudos
    Aim down the sight HMG, is it possible?
    1. bloodaxis
      bloodaxis
      • premium
      • 14 kudos
      Probably, but beyond the scope of what I am both capable and prepared to do.