0 of 0

File information

Last updated

Original upload

Created by

PoDiax

Uploaded by

DiamentDiaxPL

Virus scan

Safe to use

Tags for this mod

14 comments

  1. JDWolf
    JDWolf
    • premium
    • 28 kudos
    Not working in 1.5
    1. DiamentDiaxPL
      DiamentDiaxPL
      • supporter
      • 1 kudos
      Ye, I don't do mods for cp2077 anymore so sorry not going to update this!
  2. TheReck0ning
    TheReck0ning
    • member
    • 0 kudos
    I don't know if others have experienced this bug or not, but for this mod specifically (individually tested my other CET mods), it removes footsteps from the game. When I remove the mod the glitch goes away, and I keep my crafting specs so I really don't know what in the mod causes it.
    1. DiamentDiaxPL
      DiamentDiaxPL
      • supporter
      • 1 kudos
      This is really weird, there is nothing that may trigger this.
    2. RottenToTheCore
      RottenToTheCore
      • member
      • 0 kudos
      I just installed it and the same thing is happening :O
    3. digimancer
      digimancer
      • member
      • 0 kudos
      Do footsteps come back after you uninstall? 
    4. DiamentDiaxPL
      DiamentDiaxPL
      • supporter
      • 1 kudos
      digimancer
      Do footsteps come back after you uninstall? 

      Yes.
  3. reefds
    reefds
    • member
    • 0 kudos
    how delete all recipes? need command
    1. DiamentDiaxPL
      DiamentDiaxPL
      • supporter
      • 1 kudos
      Sooo sadly you can't, I was going to add this, but it was not working for some reason.
      You can use save editor to delete them.

      here is the simple code to remove item
      ts = Game.GetTransactionSystem()

      player = Game.GetPlayer()
      tid = TweakDBID.new("Items.LegendaryAshuraRecipe")
      itemid = GetSingleton("gameItemID"):FromTDBID(tid)

      result = ts:RemoveItem(player, itemid, 100000)
  4. stealhtfire
    stealhtfire
    • premium
    • 0 kudos
    Isnt a mod like this already out there?  Last time I played ( few months ago) I came across and used one exactly like this.

    Also, to that affect, having all the recipes, I found that it only slowed down the menu from opening, or at least make it run less smooth when opening the crafting tab as it had to load them all even those which aren't ever used.
    1. DiamentDiaxPL
      DiamentDiaxPL
      • supporter
      • 1 kudos
      Yes, it slows down the game. (Sorry, but I don't know how to optimize the game with that many recipes. I don't have any problems with the game slowing down on my pc.)
      Yes there is already such a mod, but it doesn't work on the new version, that's why I did this one.
    2. stealhtfire
      stealhtfire
      • premium
      • 0 kudos
      Ah yeah make sense it doesnt work on new versions ...
      However the slowing down it purely because of the games engine itself ..nothing you could ever possibly do about that.
  5. ABAZ7C1991
    ABAZ7C1991
    • premium
    • 11 kudos
    god bless
  6. KindGuyMJ
    KindGuyMJ
    • member
    • 19 kudos
    POG