Cyberpunk 2077
0 of 0

File information

Last updated

Original upload

Created by

CpnLag

Uploaded by

CpnLag

Virus scan

Safe to use

Tags for this mod

About this mod

I wanted a smart HMG. I made a smart HMG

Requirements
Permissions and credits
Ever thought that HMGs weren't good enough? Well in my quest to get a smart weapon of every type I could, I wanted something really stupid. So I set out to make it.

Huge, huge, huge shout outs to BuffMcMuff and anygoodname for their support.
Buff for his advice and pointing me in the right direction for editing weapon stats
any for being very patient with me on LUA scripting and for writing the reload animation swap. If he hadn't done that, it would have taken me weeks longer to stumble through it.

Features:
Inspired by Better HMGS, rewrote and directly integrated many of its features to make a permanent weapon that:
  • Uses rifle ammo
  • Dedicated CET script to force reload animation using the Overheat animation. Rewritten from scratch by anygoodname, it works for all HMGs in the game and should work with any future HMG mods requiring a reload animation
  • Full Smart weapon targeting 
  • Purchasable at all quality tiers with crafting recipes from Wilson
  • Alternative version using the Neon preset appearance

Item codes:
Game.AddToInventory("Items.Preset_HMGSmart_Default",1)
Game.AddToInventory("Items.Preset_HMGSmart_common",1)
Game.AddToInventory("Items.Preset_HMGSmart_uncommon",1)
Game.AddToInventory("Items.Preset_HMGSmart_rare",1)
Game.AddToInventory("Items.Preset_HMGSmart_epic",1)
Game.AddToInventory("Items.Preset_HMGSmart_legendary",1)
Game.AddToInventory("Items.Preset_HMGSmart_legendaryplus",1)
Game.AddToInventory("Items.Preset_HMGSmart_legendaryplusplus",1)

Known issues:
  • The reload animation works really well. Sometimes a little too well. You can trigger it at full ammo
  • In certain situations you might holster your weapon. This is a holdover behavior from the vanilla HMGs
  • Might not fully benefit from all smart weapon perks. Still investigating
  • It has two mod slots but only one works. If you try putting a mod in the second slot it will overwrite and delete the mod that was in the first slot. So be careful
  • Only one appearance at the moment. Currently working on adding options for others.