How to change the hotkey: - go to Cyberpunk 2077\r6\input folder - open ToggleQuestTags.xml with any text editor - find and replace IK_T (for keyboard) or IK_Pad_LeftThumb (for controller) with any other hotkey codes
It means you have problems with your mods setup, not with this mod. So check this:
2.1. Check your red4ext log (open Cyberpunk 2077\red4ext\logs\ folder and check the newest file which starts with red4ext-2024) to make sure that you don't have outdated red4ext plugins, if you see any warning started with "Could not load plugin" it means that related mod is outdated so remove/update it. 2.2. Check your Cyberpunk 2077\r6\logs\redscript_rCURRENT.log file, lines starting with ERROR usually can highlight the broken mod. If you see "Symbol with this name is already defined" error it means that you have either broken base scripts files (validating the game files integrity should fix that) or some mod installed twice (so browse through your log and check if you have installed some other copies of that file which throws an error to the log).
nvm the icon just doesnt live update in game, for people reading toggle the quest tag as you normally would, then quicksave or whatever, and load that save
Doesn't seem to work for me, I bind it to one of the hotkeys in the link but nothing happens when I click the button and I also added the "priority="-1" />" without any luck.
EDIT: seems like I have a bunch of mods giving me an error for "REDscript" oof
To the people wondering if its working on 2.01, IT DOES but you have to edit the "ToggleQuestTags.xml" in the "r6/input/" folder first. If you don't do it, the button will appear as [INVALID INPUT] in-game so you will have to do this.
Just open it with notepad and add this inside the "action name" tag:... priority="-1" />
The whole line should look like this: <action name="toggle_quest_tag" map="toggle_quest_tag" priority="-1" />
You can then change the hotkey to any available keys, as mentioned by the creator, djkovrik. These changes are from redscript to accomodate the recent updates. We might have to wait before this gets added in by the creator but if you wanted to use this mod immediately, you can edit the input file yourself.
I was wondering... now that the vanilla game has implemented a favorite function (that seems to works only for weapons(??)). Wouldn't be better for this mod to extend this function also on the other items, so to not use the quest tag?
No plans for that, I'd like to stick with a quest flag because sometimes peeps are using it not just for favorites but for actual quest items management as well
133 comments
- go to Cyberpunk 2077\r6\input folder
- open ToggleQuestTags.xml with any text editor
- find and replace IK_T (for keyboard) or IK_Pad_LeftThumb (for controller) with any other hotkey codes
Hotkeys reference list available here
But it seams it does not work. I can add and remove quest tags from outer guns.
is that as intended or can it be fixed?
EDIT: seems like I have a bunch of mods giving me an error for "REDscript" oof
If you don't do it, the button will appear as [INVALID INPUT] in-game so you will have to do this.
Just open it with notepad and add this inside the "action name" tag:
... priority="-1" />
The whole line should look like this:
<action name="toggle_quest_tag" map="toggle_quest_tag" priority="-1" />
You can then change the hotkey to any available keys, as mentioned by the creator, djkovrik.
These changes are from redscript to accomodate the recent updates. We might have to wait before this gets added in by the creator but if you wanted to use this mod immediately, you can edit the input file yourself.
Thanks to djkovrik for creating the mod!
I was wondering... now that the vanilla game has implemented a favorite function (that seems to works only for weapons(??)). Wouldn't be better for this mod to extend this function also on the other items, so to not use the quest tag?