psiberx / cp2077-respector

A Cyberpunk 2077 mod for managing player builds in the form of spec files containing player experience, attributes, skills, perks, and equipment, with useful extra features.
MIT License
29 stars 5 forks source link

Unmark quest tag (miscellaneous items) #1

Open Waester opened 3 years ago

Waester commented 3 years ago

Hi,

Is it possible to add an quick tweak to untag miscellaneous quest items?

I have a bunch of quest items laying around that are left overs from completed quests but never got untagged, so there is no way to remove them.

psiberx commented 3 years ago

This is technically doable. A potential issue is that the player can also unmark items that are still needed for some quests and lose them. To prevent this, each quest item must be checked if the associated quest is completed. I have a few ideas on how to do this in a tricky and fairly simple way, but it may not work for all items. In this case, a manually compiled database of items and related quests (facts to check) is required.