Cyberpunk 2077
0 of 0

File information

Last updated

Original upload

Created by

EGG

Uploaded by

x1EGG

Virus scan

Safe to use

Tags for this mod

37 comments

  1. x1EGG
    x1EGG
    • premium
    • 151 kudos
    Locked
    Sticky
    Optional File: Egghanced Mantis Blades Fx
  2. szejber
    szejber
    • member
    • 0 kudos
    For anyone who wants to always have Relic Leap, or who wants to just adjust the leap range a bit, add this line to init.lua:

    TweakDB:SetFlat("playerStateMachineMelee.meleeLeap.maxDistToTarget", x)

    Where x is the distance in meters (vanilla is set to 15, the relic buff is 40, and above 80 it's almost instant teleportation). I don't know why it's not tweaked in this mod.

    By the way, great work, and I can't wait for the monowire tweaks, especially the attack range. I haven't managed to figure this out, but I would love to be able to take someone's head off from 30m.
    1. x1EGG
      x1EGG
      • premium
      • 151 kudos
      I actually have that but on another init.lua file. Originally it was supposed to be all 4 cyberware arms combined but there was way too many lines.
    2. UsernameCopied9
      UsernameCopied9
      • member
      • 0 kudos
      Beginner here, where do you access the init.lua?
    3. FrankensteinInc
      FrankensteinInc
      • member
      • 0 kudos
      its inside this mod folder or where it is placed inside the game directory
    4. GorillaSam
      GorillaSam
      • supporter
      • 1 kudos
      I've managed to change it. Good one
    5. TheUnknownHumanBeing
      TheUnknownHumanBeing
      • member
      • 0 kudos
      thank you for sharing this, i personally dont like how OP this mod is(no offense to anyone who does, its just my personal opinion), so i removed all the other edits, and just added

      TweakDB:SetFlat("playerStateMachineMelee.meleeLeap.maxDistToTarget", 40)
  3. Voidstar672
    Voidstar672
    • member
    • 0 kudos
    So, need help tweaking the .lua a bit. I'd like to just keep the attack speed and leaping, but also reduce stamina cost. I kinda don't like doing 48K damage with a quick slash, but I already turned down all the damage modifiers and nothing changed. Any help is appreciated.
  4. EduGod2404
    EduGod2404
    • member
    • 0 kudos
    Hey Edgy, mabye a mod for the  monowire ?
  5. VanillaOwO
    VanillaOwO
    • member
    • 0 kudos
    how do you tweak the attack speed?
  6. Micdeez
    Micdeez
    • premium
    • 1 kudos
    Love your work, Egg. As a script dummy, which values should I adjust to apply a little more damage for light and strong attacks? TIA
    1. x1EGG
      x1EGG
      • premium
      • 151 kudos
      Im actually in the works of making sliders for this with all the lines that tweaks the mantis blades!! Itll be released soon! Everyone will be able to set the mantis blade stats themselves.
    2. Micdeez
      Micdeez
      • premium
      • 1 kudos
      Awesome! Although I might've stuffed something up because when troubleshooting and removing your mod, my attack speed is at 10 in-game and glitching.. Only other mantis mods is your FX mod and the Iconic mod (removed also). Repaired game files and now in the process of disabling all mods and seeing if another mod is the culprit. Happening with older saves too arghh
  7. Nko3d
    Nko3d
    • member
    • 1 kudos
    Great mod, can i ask which line reduce stamina on deflect? tried a few on ini, didn't seem to be changed
    1. micromonsta
      micromonsta
      • supporter
      • 0 kudos
      +1
    2. Ultimasr
      Ultimasr
      • member
      • 0 kudos
      have you guys found it? i really want to get that to work
  8. gelorum
    gelorum
    • member
    • 1 kudos
    which line do i need to tweak to remove the leap on basic attack?
    1. PandaSey257
      PandaSey257
      • member
      • 0 kudos
      Looking for same.
    2. LunaticNM
      LunaticNM
      • supporter
      • 0 kudos
      If you mean the automatic "dash" to the enemy, it's the "range" for all the 10 ComboAttacks.

      to remove it, remove all those lines, those being TweakDB:SetFlat("MantisBladesAttacks.MantisBladesComboAttackX.range", 1)
      where "X" is the combo amount.
    3. PandaSey257
      PandaSey257
      • member
      • 0 kudos
      Hey gelorumgelorum & ChloeCDN!!

      I finally found it!

      Thanks ChloeCDN for the motivation.

      Apparently, no, it wasn't the "Range" (tried it...)

      It's these line in the "init.lua" file:
      TweakDB:SetFlat("MantisBladesAttacks.MantisBladesComboAttackXXX.enableAdjustingPlayerPositionToTarget", true) -- false

      XXX being the Number of Combo attack.

      Basically change ALL of it from "true" to "false"

      ChloeCDN, the issue was that, you basically teleported to the enemy you are aiming at when doing a simple 1-click melee attack (not strong attack).
      Very annoying when dealing with large groups.
  9. Hellsslave666
    Hellsslave666
    • member
    • 0 kudos
    Hi Egg,
    I'd like to change the lua a little but have trouble understanding everything.
     e.g.
    TweakDB:SetFlat("Items.MantisBladesHandlingStats_inline0.value", 5) -- 2.000000 Range

    the "--" denotes a comment right? Did you add the original values there as comments?
    I would specifically like revert some of your changes so the changes are not as extensive because I'm trying to be  alittle less overpowered ;-)
    1. GorillaSam
      GorillaSam
      • supporter
      • 1 kudos
      Hello there, did you manage to tweak things? 
  10. GorillaSam
    GorillaSam
    • supporter
    • 1 kudos
    Thanks man, your mods are a blessing
    1. GorillaSam
      GorillaSam
      • supporter
      • 1 kudos
      I can't figure out how to tweak stamina to be infinite for deflections. I've reduced everything stamina related to 0 and still the deflection costs a lot of stamina and depletes in under 6-8 seconds under fire. Normal attacks however do change with new values and cost nothing. What am I doing wrong? I'd like infinite stamina when deflecting.

      And I have no mutilation with Mantis of citizens, I'm not sure that's how it's supposed to be or maybe I have some conflict?
  11. MrCraigums
    MrCraigums
    • supporter
    • 0 kudos
    Hey, any chance of a version that just increases the speed? or instruction how to do it myself? already made a mess when I tried lol