0 of 0

File information

Last updated

Original upload

Created by

sabbath7991

Uploaded by

sabbath7991

Virus scan

Safe to use

Tags for this mod

29 comments

  1. OldManMonza
    OldManMonza
    • premium
    • 2 kudos
    Howdy Sabbath7991!

    So ran into an issue. If you already have Legendary's of an existing grenade, then when you add or buy the sticky version, the sticky version will not display. If you have no grenades and buy the Stickys, they are there and work just fine. However, if you pick up a Legendary grenade, it replaces the sticky version. The only way to get the sticky version back is to use a save editor to delete the grenade. Then you can reload and buy the sticky one again.

    Just wanted to give a heads up on this one.

    Thanks!  
    1. sabbath7991
      sabbath7991
      • premium
      • 803 kudos
      This wasn't an issue for me. I had the legendary versions of the grenades and they both worked fine, but I'll go back and test some more
    2. Zarthoris
      Zarthoris
      • premium
      • 0 kudos
      Yeah, seconding this issue. I don't know why they are overlapping but they are when I buy or craft the sticky version it displays the grenade has been upgraded message unless I do this.
    3. Alexisgood34
      Alexisgood34
      • member
      • 0 kudos
      It looks like I have the same issue.
  2. Mudrin
    Mudrin
    • member
    • 0 kudos
    Can you make a mod that increases the grenade's range of impact, I don't think the origin version is big enough
    1. sabbath7991
      sabbath7991
      • premium
      • 803 kudos
      I can try but I can't promise anything
    2. TheFamican
      TheFamican
      • member
      • 1 kudos
      Hhey, there is another grenade mod you can pair this with. It's multiple grenades and medicine. It allows for increasing explosion sizes and how many grenades you can carry. One important note, the size increase is blocked by world obstacles. Except for the emp grenades. Sadly any smoke and poison and frag will not pierce even skinny small walls. It needs open space for full effect. But it works.
  3. Batsubetsu
    Batsubetsu
    • member
    • 1 kudos
    can these granades spawn in the normal pool of granades in shops? i wonder if yes id like to act them to my realism collection also if not than can u make like a little delivery animation? for stuff? it would be cool 
  4. RedAlert1221
    RedAlert1221
    • member
    • 0 kudos
    аmazing. do you plan to bring back the homing smart grenades as they were before patch 2.0 IDK why CDPR delete flying smart grenades 
    1. sabbath7991
      sabbath7991
      • premium
      • 803 kudos
      I'll try to
    2. atlev
      atlev
      • member
      • 1 kudos
      I imagine it was because grenades are already crazy powerful in the game, and can be prone to crashing if you spam them at large groups of people and cars. Maybe not enough players were using them? 

      I would like to add them back sometime though, if someone doesn't beat me to it. 
  5. m0lnnycat
    m0lnnycat
    • member
    • 4 kudos
    Is it possible to somehow extend the duration of the biohazard grenade?
    1. sabbath7991
      sabbath7991
      • premium
      • 803 kudos
      yes it's possible but the gas cloud stays the same
    2. m0lnnycat
      m0lnnycat
      • member
      • 4 kudos
      how to do it? more precisely I want the gas cloud to be longer
    3. sabbath7991
      sabbath7991
      • premium
      • 803 kudos
      I don't know how to make the actual gas cloud last longer only the effects of the grenade
    4. atlev
      atlev
      • member
      • 1 kudos
      You'll need to edit the gas cloud effect directly, or copy it to a new effect and link it with the longer grenade. I haven't looked into this myself on how to link it, but I'm sure you can figure it out. 
  6. Sirandar888
    Sirandar888
    • premium
    • 23 kudos
    The sticky grenades work really well   .... but how do you revert back to the non-sticky versions?
  7. BlazingTommy
    BlazingTommy
    • supporter
    • 12 kudos
    This mod is supreme, but you forgot one grenade that would've been just perfect.

    The Sticky Big Chungus grenade! 
    1. sabbath7991
      sabbath7991
      • premium
      • 803 kudos
      missed opportunities
  8. timons777
    timons777
    • member
    • 3 kudos
    Hi sabbath7991! Is it possible to AI uposcale all granades? Most of them look very blurry :(

    Thanks!
    1. sabbath7991
      sabbath7991
      • premium
      • 803 kudos
      Are you talking about the icons of the actual grenades?
    2. timons777
      timons777
      • member
      • 3 kudos
      The actual granades! 
    3. sabbath7991
      sabbath7991
      • premium
      • 803 kudos
      sorry that's not a priority of mine right now
    4. timons777
      timons777
      • member
      • 3 kudos
      Thanks Sabbath! Great mods - keep going!
  9. PlayaCharacter
    PlayaCharacter
    • member
    • 11 kudos
    For all users of this mod, as well as the mod author, I have something that will probably make your lives a little easier and more immersive. If you just want the grenades and you already have waaaaaaaaay too many ateliers clogging up your in-game PC, here is the CET console command to create the crafting recipe for any item in your game that you would otherwise need to buy:
    NewID = "ITEM_ID_HERE"; CS = Game.GetScriptableSystemsContainer():Get('CraftingSystem'); CB = CS:GetPlayerCraftBook(); if TweakDB:GetRecord(NewID) then recName = Game.GetLocalizedTextByKey(TDB.GetLocKey(NewID..".displayName")); if TDB.GetItemRecipeRecord(NewID) then print(" \n\tAttempt to add a recipe :  "..recName.." \n\tYou need to set an ITEM ID, not a RECIPE ID.\n ") else if CB:KnowsRecipe(NewID) then print(' \n\t Recipe already present, no need to add :  "'..NewID..'"  -  '..recName..' \n ') else CB:AddRecipe(NewID) print(' \n\t Recipe ADDED :  "'..NewID..'"  -  '..recName..' \n ') end end else print(' \n\t "'..NewID..'"  ->  NOT VALID, you need a valid ID. \n ') end
    Replace ITEM_ID_HERE with the item codes listed in the description of this mod, keeping the quotation marks. So your command line would start with:
    NewID = "Items.Frag_Sticky";
    ... and follow with all the rest, all on one line. Don't worry, you won't run out of space. CET's command line input buffer is infinite as far as I can tell. Just change that one part, then copy and paste that entire anaconda into the CET console, and hit Enter. Then repeat that process for the other seven sticky grenade types. And yes, this will work with any item, no matter where it comes from, regardless of whether it has a recipe.

    There's no freaking way I could come up with that command myself. I got the command syntax from here: Categorized All-In-One Command List

    You can have all eight recipes automatically added to your crafting menu at the start of every new game with this mod: CET Batch Executor

    I recommend that you add the commands, one by one, separated only by a carriage return / line feed (in other words, the enter key), in the section of the batch executor's CET menu titled "Run on New Game (On First Time Entering Apartment)." Copy and paste the command like you were entering it into the console, press enter, copy and paste the next one, press enter, and so on. Do not add any punctuation, just separate each line with a single press of the enter key. It'll look ugly as hell, but it'll get the job done, and you'll never have to think about it again. Be sure to save a copy of the commands for your own use, so that if you need to reinstall, you won't have to track down this post again to get it all set up a second time.

    That executor mod is an extremely powerful tool, and once you play around with it a little, I'm sure you can come up with all kinds of uses for it, especially in combination with the commands in that first link. The possibilities are so numerous I'll probably still be thinking up new ways to use it months from now. Enjoy!
  10. Hustodemon
    Hustodemon
    • member
    • 0 kudos
    YES! FINALLY!
    I LOVE YOU AND THIS MOD!
    Thank You, Sabbath!

    Any chance for homing grenades too? :)
    1. timons777
      timons777
      • member
      • 3 kudos


      ++++++


      for homing grenades!!!