File information

Last updated

Original upload

Created by

flib

Uploaded by

flibdev

Virus scan

Safe to use

235 comments

  1. flibdev
    flibdev
    • premium
    • 31 kudos
    Sticky
    Cyberpunk 2.0 patch changed a lot of the UI that this mod altered. It's going to take me a little while to see what's been fixed and what's still broken
    1. Pu239811
      Pu239811
      • member
      • 0 kudos
      Hey, has there been any progress on this?
      Thanks for making it, I really loved this!
    2. ZenkoKasaii
      ZenkoKasaii
      • supporter
      • 0 kudos
      any update on this?
  2. CybrSamurai91
    CybrSamurai91
    • premium
    • 3 kudos
    For some that may be asking. This Mod has been "Highly Likely" abandoned by the Author. No update in two years. Sad, it was a good mod too. 
    1. flibdev
      flibdev
      • premium
      • 31 kudos
      Yeah basically. Most/all of the UI fixes were either implemented or completely rewritten in 2.0, the only thing this mod really had left was the vendor fast buy/sell
  3. 5z6hu5z67547hz7657
    5z6hu5z67547hz7657
    • member
    • 0 kudos
    Hope this'll get updated anytime soon. Playing 2.0 and from the looks of it, this is a great UI Mod!
  4. Mac80ad
    Mac80ad
    • member
    • 1 kudos
    So, does this mod work now in October 2024?
    1. flibdev
      flibdev
      • premium
      • 31 kudos
      Only if you're running game patch 1.63. Almost all of the mod features were either incorporated or are now irrelevant in 2.0 onwards, so I never finished updating it
  5. Denique
    Denique
    • member
    • 0 kudos
    Hello, thank you for this mod in previous patches!

    I'm not 100% sure anymore, it has been a long time, but I think I "marked" some items with this mod to make them impossible to delete ingame, now I have multiples of clothing items, and some guns marked, that I can't bank or delete.

    Is there any working method to remove these ! marked items currently? (a command, or another mod perhaps? thank you if you will reply. :) )
    1. flibdev
      flibdev
      • premium
      • 31 kudos
      Not something you would have done with this mod. If they've got a ! marking on them then they've been marked as quest items, perhaps you used another mod or a save editor to do that?
    2. Denique
      Denique
      • member
      • 0 kudos
      Damnit, could be. There was a crafting bug at one point that duplicated Johnnys gear when upgraded so I also have multiples of those. Need to find a mod that allows deleting them, I guess.

      Thanks for replying tho :)
  6. gurugeorge
    gurugeorge
    • premium
    • 18 kudos
    Looking forward to update, this has always been such an good QOL mod for me. 

    But no pressure :)
  7. MindDoser
    MindDoser
    • premium
    • 40 kudos
    I guess mod need an update? Every time i'm going to open "Shards" section, game instantly crashing to desktop. 3 times so far. I had to remove mod, to be able to open and read Shards. I hope flibX0r will update it sooner or later, bc it's essential QoL addition.
    1. Rufus02
      Rufus02
      • member
      • 0 kudos
      So, it's not working on 1.63 then?
  8. boyoyolo
    boyoyolo
    • supporter
    • 9 kudos
    Do still work 1.62?
    1. flibdev
      flibdev
      • premium
      • 31 kudos
      Yes, as far as I'm aware. I've been working on an update/rewrite to support Mod Settings and better compatibility with other mods, but life keeps getting in the way
    2. boyoyolo
      boyoyolo
      • supporter
      • 9 kudos
      That's nice to hear. Good luck with everything
    3. chubbyFrank88
      chubbyFrank88
      • member
      • 1 kudos
      Mod still working with 1.62 thank goodness you made this mod only require redscript, any chance you could make item sorting stick?  aka press alt, ctr, etc and make the item screen show only price, damage, type, etc, and make it last throughout the game? thank you again for making this mod.
  9. Chuckg
    Chuckg
    • member
    • 7 kudos
    If you use this in conjunction with Right Mouse Button For Back Or Cancel, using the 'fast sell' option also kicks you out because they're both bound to right mouse.

    What would you edit in inputUserMappings.xml to fix this?  I'll gladly go back to the normal exit key for vendor windows if it means I can use the fast sell option from here, but I don't know which entry that is.
    1. flibdev
      flibdev
      • premium
      • 31 kudos
      Fast buy/sell uses the activate_secondary event binding as a trigger, so you can change the mapping for that event. I'm working on an updated version of the mod that supports custom event bindings via Input Loader
  10. deleted2323208
    deleted2323208
    • account closed
    • 0 kudos
    Shard timestamp sort is broken due to comparator issue in sort routine.

    If you look at file Shards-CustomSort.reds you will notice following line in function SortItems:
              .GameTimeDesc(leftData.m_timeStamp, leftData.m_timeStamp);

    Notice that both arguments use leftData. If you change it to:
              .GameTimeDesc(leftData.m_timeStamp, rightData.m_timeStamp);
    then timestamp sort will start to work.
    1. Artzeo
      Artzeo
      • member
      • 1 kudos
      ty
  11. SilentReavus
    SilentReavus
    • supporter
    • 1 kudos
    The shard sorting seems not to behave. I press the key and the UI prompt changes but the sort does not. It is stuck in alphabetical order.
    1. SNMods
      SNMods
      • member
      • 2 kudos
      Just seconding this, I've had shard sorting not sort certain shards or even just not sort properly at all. Completed quests also seem to always get scrambled at some point for me as well, but I'm not sure if that's a game bug or this mod.
    2. omem1345
      omem1345
      • BANNED
      • 0 kudos
      If you've got the missing persons fixers mod it does that, might be a conflict.
    3. marcindebny
      marcindebny
      • member
      • 0 kudos
      Same
    4. WannabeFusion
      WannabeFusion
      • premium
      • 1 kudos
      Read my latest comment.