Hide Read Shards
Hide Read Shards
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 folderHow to uninstall
Delete the Cyberpunk 2077\r6\scripts\hideReadShards.reds fileCredits
jekky for the redscript compiler
Kudryavyi Lis for the mod idea
CP77 modding discordFor 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