0 of 0

File information

Last updated

Original upload

Created by

Jsow

Uploaded by

JSow

Virus scan

Safe to use

Tags for this mod

70 comments

  1. LegendOfAB
    LegendOfAB
    • supporter
    • 11 kudos
    Hey guys, took the liberty of posting an updated script since Jsow doesn't seem to be active right now. Can get it here:
    https://www.nexusmods.com/cyberpunk2077/mods/16844/
    1. JSow
      JSow
      • supporter
      • 6 kudos
      Thanks!
      I'll link it so people will know:)
  2. druid40
    druid40
    • member
    • 1 kudos
    //OLD
    @replaceMethod(DismembermentComponent)
    private final native func DoDismemberment(bodyPart: gameDismBodyPart, woundType: gameDismWoundType, opt strength: Float, isCritical: Bool, opt debrisPath: String, opt debrisStrength: Float) -> Void {
      // do nothing!
    }

    @replaceMethod(DismembermentComponent)
    private final native func SpawnGutsFromLastHit(resourcePath: String, strength: Float) -> Void {
      // do nothing!
    }

    //NEW
    @addMethod(DismembermentComponent)
    private final func DoDismemberment(bodyPart: gameDismBodyPart, woundType: gameDismWoundType, opt strength: Float, isCritical: Bool, opt debrisPath: String, opt debrisStrength: Float) -> Void {
      // do nothing!
    }

    @addMethod(DismembermentComponent)
    private final func SpawnGutsFromLastHit(resourcePath: String, strength: Float) -> Void {
      // do nothing!
    }
    I tried it a few hours ago and it seems to work.
  3. ChristopherC71
    ChristopherC71
    • premium
    • 13 kudos
    I thought I had this running in my plugin order for part of the game then I got this error? I am on 2.12 with the DLC.



    The 2.12 patch came out 2/29 and your last update was for 2.11 so... did this get QA after that last patch. 
    1. JSow
      JSow
      • supporter
      • 6 kudos
      I just tested on my PC and the plugin still runs with the latest version. I don't own the expansion though. Maybe you have a conflict with another mod?
      You could try to comment out parts of my mod (it's just text files) an see what line is problem.
    2. ChristopherC71
      ChristopherC71
      • premium
      • 13 kudos
      Thank you for the response. I will play around with it a bit see if I can find the issue.
    3. BebopCola
      BebopCola
      • member
      • 1 kudos
      Was this ever resolved? I get the same thing, and looking at the redscript logging I see the following:
      [ERROR - Wed, 11 Sep 2024 23:40:48 -0500] [UNSUPPORTED] At D:\Games\SteamLibrary\steamapps\common\Cyberpunk 2077\r6\scripts\Reduce_Gore\reduce_gore.reds:1:1:
      @replaceMethod(DismembermentComponent)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      annotations on native functions are not allowed
      [ERROR - Wed, 11 Sep 2024 23:40:48 -0500] [UNSUPPORTED] At D:\Games\SteamLibrary\steamapps\common\Cyberpunk 2077\r6\scripts\Reduce_Gore\reduce_gore.reds:6:1:
      @replaceMethod(DismembermentComponent)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      annotations on native functions are not allowed
      So it only seems to be the first two script blocks that are at issue:
      @replaceMethod(DismembermentComponent)
      private final native func DoDismemberment(bodyPart: gameDismBodyPart, woundType: gameDismWoundType, opt strength: Float, isCritical: Bool, opt debrisPath: String, opt debrisStrength: Float) -> Void {
        // do nothing!
      }
      @replaceMethod(DismembermentComponent)
      private final native func SpawnGutsFromLastHit(resourcePath: String, strength: Float) -> Void {
        // do nothing!
      }
      but I don't know what it's referring to with the error that annotations are not allowed. What is considered an annotation there?
    4. ChristopherC71
      ChristopherC71
      • premium
      • 13 kudos
      I am not familiar with coding. I tried to have ChatGPT fix it to no avail. With the advent of v2.13 out now I am just letting this go... I got the same errors you listed. Not able to correct on my own. It was nice to live with less gore but I can look past it to enjoy this game. 
    5. JSow
      JSow
      • supporter
      • 6 kudos
      Are you all playing with the DLC? There was a new patch today but it still seems to work for me, at least without the DLC.
  4. patrickmurphy
    patrickmurphy
    • supporter
    • 4 kudos
    It would be cool to have an option to just remove blood splattering while leaving in pooling
    1. GillBate5
      GillBate5
      • premium
      • 44 kudos
      just open the script file with notepad buddy
      if you can read English it's pretty straight forward
  5. markaragnos91
    markaragnos91
    • supporter
    • 0 kudos
    Why would anyone want to play with less gore than vanilla lol
    1. JSow
      JSow
      • supporter
      • 6 kudos
      For me it's hard to see why anyone would want to see gore. I think most people won't decorate their rooms with pictures of mutilated people. Visitors would be pretty shocked and call you a psycho if you showed them such a gory room decoration. But staring at gore for hours directly on a screen close in front of you is considered normal. ¯\_(ツ)_/¯

      Rest assured, I'm well aware that you are part of the majority here (that's why the devs implemented it after all), so I made my peace with it. Just make peace with the fact that there is a minority that regards gore as something ugly that they like avoid. Having an option to please both sides doesn't hurt anyone.
    2. TayloredFish87
      TayloredFish87
      • member
      • 0 kudos
      @JSow

      why tf would I want to play a game thats supposed to be IMMERSIVE, if one of the most IMMERSIVE features is removed? Also you're comparing people who want to be immersed while playing a game to something mentally insane people would do. It's like comparing apples to oranges. 
    3. gurugeorge
      gurugeorge
      • premium
      • 18 kudos
      Gore is not immersive though, it's unrealistic.  Blood puddles can be fairly realistic, depending, but people being exploded into pieces merely from being shot isn't.  It's more like a comedic effect (at least for some people) precisely because it's so OTT.
    4. ChristopherC71
      ChristopherC71
      • premium
      • 13 kudos
      Thank you for this Mod! We all Mod games to add or subtract what we each find entertaining. No point is trying to convince some to your own paradigm. Mod the game to your specific interest and enjoy. 
    5. GillBate5
      GillBate5
      • premium
      • 44 kudos
      why y'all mean to the author lol

      i myself really love gore, but i'm having this issue where killing enemies too quickly (I use OP HMG mod) causes dismemberment to glitch out and cause serious lag. I'm looking at this mod to partially disable some elements in dismemberment that might fix this issue.

      some mods can be useful even if you don't agree with the direction of it. 
      that is why you don't inhibit the freedom for modders - doing so is very immature and short sighted,
  6. gurugeorge
    gurugeorge
    • premium
    • 18 kudos
    Great idea for a mod, but would it be possible to make a version that retains dismemberment for sword finishers only, and keeps blood puddles and splashes in all cases?

    My problem is really with the "unrealistic" (in the context of a game ofc) thing of dismemberment from shooting crits and ordinary melee crits, but dismemberment from katana/big sword finishers only does make some kind of sense, and blood puddles make sense generally in all cases, given the amount of bullets, swords and knives flying about :)

    (Or if you don't want to make such a "quasi-realistic" version yourself, if you could let me know what to change in the .reds file that would be great!)

    [Later note: Ah, I see Cailena below figured it out - you can edit the .reds file and delete anything that's not related to dismemberment.  I'll just leave this here to check with the author if that's right.]
    1. JSow
      JSow
      • supporter
      • 6 kudos
      For the Katana only stuff, I think it's not so easy.
      The main relevant function has this definition:
      private final native func DoDismemberment(bodyPart: gameDismBodyPart, woundType: gameDismWoundType, opt strength: Float, isCritical: Bool, opt debrisPath: String, opt debrisStrength: Float) -> Void
      So you don't get the weapon type as a parameter. That makes it hard to construct a condition based on which weapon inflicted the damage. It could work if you patch the call sides, I don't know how many methods you would need to override for this though.
  7. AikoHayashi
    AikoHayashi
    • member
    • 4 kudos
    I did a clean install for 2.02, REDmod is enabled, and the script location is in Cyberpunk 2077\mods\Reduce_Gore\scripts, but I see all dismembering and blood puddles.
    1. NullVixx
      NullVixx
      • member
      • 0 kudos
      Same here
    2. JSow
      JSow
      • supporter
      • 6 kudos
      Thanks for the report. I hope I fixed it now.
    3. AikoHayashi
      AikoHayashi
      • member
      • 4 kudos
      It works on my side: katana, explosives, hacks that cause NPC explosion. Thank you!
    4. JSow
      JSow
      • supporter
      • 6 kudos
      Great! :-)
  8. illplayitlater
    illplayitlater
    • member
    • 0 kudos
    I really like this mod, but I think it broke after the last update, will you be updating it? ty
    1. JSow
      JSow
      • supporter
      • 6 kudos
      Please check if the new version is working in case you still play the game.
  9. AchiTM
    AchiTM
    • member
    • 0 kudos
    don't know if you work on modding this game anymore, but this one's broken! I'm one of the surprising few gamers that doesn't enjoy squishy skulls exploding and chunks being taken from people, and this mod was a godsend for a bit - before the new update, at least.
    1. illplayitlater
      illplayitlater
      • member
      • 0 kudos
      !
    2. JSow
      JSow
      • supporter
      • 6 kudos
      I uploaded a new version. If you still play the game, please check if it's working well.
  10. LongLor1
    LongLor1
    • supporter
    • 0 kudos
    Nice mod, but I was wondering if it was possible to only reduce headshot (i.e. heads exploding) gore. I still want body parts to fly off when an explosion happens. Is this possible or is headshot dismemberment tied to the rest?
    1. basil698
      basil698
      • member
      • 0 kudos
      +1 and without reducing blood. Basically just very low chance to get someone's head to explode.
    2. mystictouch
      mystictouch
      • premium
      • 0 kudos
      Yea, Same... I find Heads Exploding a bit silly...
      The Gore aspect doesn't bother me... 
      But its just so unrealistic for heads to explore lol
    3. cookson217
      cookson217
      • supporter
      • 1 kudos
      Also +1 for this
    4. JSow
      JSow
      • supporter
      • 6 kudos
      I think it is possible, but you would have to find the code paths that are responsible for just the heads and deactivate them precisely. Could be hard depending how deeply hidden they are.
    5. Hazel1312
      Hazel1312
      • member
      • 0 kudos
      I'm looking for this one too. I don't mind gore per se, but I find it annoying when every single small thing makes peoples heads explode.