File information

Last updated

Original upload

Created by

yakuzadeso

Uploaded by

yakuzadeso

Virus scan

Safe to use

Tags for this mod

65 comments

  1. yakuzadeso
    yakuzadeso
    • premium
    • 484 kudos
    Locked
    Sticky
    If you want to report a bug or request support for a weapon, equip the weapon, hold it in your hands and put this in CET's console and press the Enter button:
    print(GetPlayer():GetWeaponRight():GetItemID().id.value)
    It will print the name of the weapon's preset, something like "Items.Preset_Something". Copy paste this name into your comment/bug report.  Credits to psiberx for the code snippet.
  2. oktobor
    oktobor
    • member
    • 1 kudos
    God bless this mod
  3. toleran
    toleran
    • supporter
    • 0 kudos
    I just wanna say that I installed this mod to remove the scope from Ol' Reliable and it worked exactly as intended. Uninstalled the mod afterwards since that's all I was looking to do and the gun's original scope didn't come back which is good.

    Thanks for this. Did exactly what I needed it to do.
    1. unknown100percentt
      unknown100percentt
      • member
      • 0 kudos
      same thing happened to me but with the breakthrough. I want to get back the old scope, do you know any way to restore it?

      edit: the scope seems to disappear only when I have a silencer equipped with the unlocked attachments mod
  4. izweigle
    izweigle
    • member
    • 1 kudos
    Can you add support for ambition pistol? code below.

    Items.Preset_Kenshin_Spy
  5. Ionutro
    Ionutro
    • supporter
    • 9 kudos
    Don't do this with SPT-32 Grad variants, it breaks them.
    1. yakuzadeso
      yakuzadeso
      • premium
      • 484 kudos
      Want to elaborate? Pretty sure grad worked fine when I was testing this.
    2. SteamedRoach
      SteamedRoach
      • supporter
      • 0 kudos
      When I unequipped the stock scope, it glitched out some of the scopes in my inventory. Replacing their icons with clothing, and some with a broken image of an attachment.  
    3. Versalife001
      Versalife001
      • member
      • 8 kudos


      Too late XD, I did it and paid the ultimate price, the gun is Overwatch btw.
    4. jimmyrocketfingers
      jimmyrocketfingers
      • member
      • 0 kudos
      You're probably stacking too much aim speed, that bug is unrelated to this mod. I'm having this exact graphical glitch without the mod installed, and it's because I've got the aim speed modifier on literally every piece of cyberware. I came here looking for a fix (and found a thread prior to finding this mod where someone had this exact problem, and they were also stacking aim speed out the wazoo)
    5. XS2A
      XS2A
      • member
      • 0 kudos
      I also encountered this bug, unfortunately, there is currently no relevant fix for MODs.
      -
      I have found a solution by using CET input: [StatValue=- X; StatType='ADSSpeedPercentBonus'; PID=Game. GetPlayer(): GetEntityID();]; SS = Game.GetStatsSystem();  currValue = SS:GetStatValue(PID, StatType) print(" -  Current  [  "..StatType.. "  ]  value: ".. string.format("%f", currValue)) if currValue == StatValue then print(" -  ".. StatType.. "Is already".. StatValue.. ", no need to edit. \ n") else StatMOD=Game ['gameRPGManager:: CreatStatModifier; gamedataStatTypegameStatModifierTypeFloat '] (StatType.. "Is already".. StatValue.. ", no need to edit. \ n") Value).. (\ n) end] X=negative number.

      Reduce the current [ADSSpeedPercentBonus] value to less than 1.
      -
      [中文]我找到了解决方法,使用CET输入:[ StatValue = -X; StatType = 'ADSSpeedPercentBonus'; PID = Game.GetPlayer():GetEntityID(); SS = Game.GetStatsSystem(); currValue = SS:GetStatValue(PID, StatType) print(" - Current [ "..StatType.. " ] value: "..string.format("%f", currValue)) if currValue == StatValue then print(" - "..StatType.." is already "..StatValue..", no need to edit. \n ") else statMOD = Game['gameRPGManager::CreateStatModifier;gamedataStatTypegameStatModifierTypeFloat'](StatType, 'Additive', StatValue); SS:RemoveAllModifiers(PID, StatType, true) SS:AddSavedModifier(PID, statMOD) print(" - [ "..StatType.." ] SETTED TO : "..string.format("%f", StatValue).." \n ") end ] X=负数

      将反馈回的Current [ ADSSpeedPercentBonus ] value数值减少到小于1即可。
  6. zombiejmc
    zombiejmc
    • member
    • 0 kudos
    I have everything running on the latest version. I didn't notice any bugs, I don't know why someone is complaining...
  7. iamnuff1
    iamnuff1
    • member
    • 1 kudos
    I installed it through vortex but it doesn't seem to work. 
    My Lexington has no scope-slot, still.

    Pity, it seems like a neat little gun but that enormous scope just ruins it. 

    Edit: The game did update today. Did that break it?
    1. kangthekhai
      kangthekhai
      • supporter
      • 0 kudos
      I did a manual install instead of vortex and it's been working fine for me. Did you update CET?
    2. iamnuff1
      iamnuff1
      • member
      • 1 kudos
      I checked all of my mods, they're all up to date.

      So it's just vortex installation that's broken? 
      Frankly i'd rather not manually install anything, if I do, i'll forget that I have mods not listed in vortex and it'll cause me trouble later. 
    3. Battousai124
      Battousai124
      • supporter
      • 76 kudos
      In Vortex, deactivate automatic REDMOD conversion in the "V2077 Settings" Tab, install the mod and it should work.
  8. NordicSteel6
    NordicSteel6
    • supporter
    • 0 kudos
    Can you add scope options for Hypercritical? 
  9. mrgauthier
    mrgauthier
    • member
    • 0 kudos
    your mod is f*#@ing great works completely fine for me
    and endorsed
  10. KaneHarkonnen
    KaneHarkonnen
    • member
    • 0 kudos
    Just to clarify, I only have to install the main file if I already have the Unlocked Attachments - CET mod installed, correct?
  11. TUCKYMAN
    TUCKYMAN
    • member
    • 1 kudos
    Will there be update for the two new guns in 2.1 (X-mod2 MA70HB and X-mod2 ACHILLES)?

    Thanks.
    1. StygianEmperor
      StygianEmperor
      • premium
      • 8 kudos
      +1 I tried to figure this out on my own via reverse-engineering but couldn't, so I'd like this too
    2. yakuzadeso
      yakuzadeso
      • premium
      • 484 kudos
      Done!

      @RhodesAnsel your code snippet contains typos, nexus tends to break code D:
    3. TUCKYMAN
      TUCKYMAN
      • member
      • 1 kudos
      Thank you!!

      Also, I want to report that you should have all the affected weapons like the O'five and Sparky in your inventory rather than in your stash, when installing this mod. Otherwise you won't be able to open your stash anymore (or until someone figure out how to delete/move those weapons from stash to inventory by console command). I guess spawning an extra scope inside the stash caused the problem.
    4. yakuzadeso
      yakuzadeso
      • premium
      • 484 kudos
      Are you sure this is related to the mod?
    5. TUCKYMAN
      TUCKYMAN
      • member
      • 1 kudos
      I am 95% certain. I just restarted a new game and I can open stash anywhere without any problem. I came across this problem by accident. I had all those guns stored in the stash when this mod came out. I was too lazy to go back to the apartment to retrieve the guns from stash so I just spawned them with CET commands. I didn't realize that would create a problem so I didn't create a saved game at that moment. I suppose I could've deleted the mod then reload the last saved game before the mod to retrieve the guns first, then re-save and reinstalled the mod to fix it. By the time I realized I could not open stash I've done a few major quests already so I just kept playing.