Hide Read Shards
Just removes world placed shards which you have already read.
Info
Hides world placed shards which you have already read
Does not affect shards which have quest flag (don’t know if such shards exist but just in case)
How to install
Download the latest redscript release and unpack it into the game folder
Unpack the mod archive into the game folder
How to uninstall
Delete the Cyberpunk 2077\r6\scripts\hideReadShards.reds file
Credits
jekky for the redscript compiler
Kudryavyi Lis for the mod idea
CP77 modding discord
For redscript mod developers
// Added methods
@addMethod(ShardCaseContainer)
protected cb func OnItemAddedEvent(evt: ref)
@addMethod(ShardCaseContainer)
private func IsShardRead(record: wref) -> Bool
@addMethod(ShardCaseContainer)
private final func GetShardData(itemTDBID: TweakDBID) -> wref