Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Ah, thanks for that. Yes I played over half-way through the game before, and was sure I could stash it there. Maybe after you've collected it all through the various missions related to it, or after the one where his band has a reunion concert or something.
I only have one of his items so far in my current game, and it's already bugging me a bit
edit: but the aguiilar suit one is so sad tho, no matter what i do it wont disappear
1. download and install Cyber Engine Tweaks from the nexus if you're not using it yet. Do the initial configuration on game startup.
2. equip the item(s) you want to untag. When i did it for myself i just cleared all my slots except the item itself, be it aguilar suit, or the corpo bud from Songbirds mission, or anything else.
3. copy paste this code into CET console
player = Game.GetPlayer() ssc = Game.GetScriptableSystemsContainer() ts = Game.GetTransactionSystem() es = ssc:Get(CName.new('EquipmentSystem')) espd = es:GetPlayerData(player) espd['GetItemInEquipSlot2'] = espd['GetItemInEquipSlot;gamedataEquipmentAreaInt32'] local slots = { Face = 1, Feet = 1, Head = 1, InnerChest = 1, Legs = 1, OuterChest = 1, Outfit = 1, Weapon = 3 } for k,v in pairs(slots) do for i=1,v do print('Removing quest tags ' .. k .. ' slot ' .. (i - 1)) itemid = espd:GetItemInEquipSlot2(k, i - 1) if itemid.tdbid.hash ~= 0 then itemdata = ts:GetItemData(player, itemid) if itemdata:HasTag("Quest") then itemdata:RemoveDynamicTag("Quest") end end end end
CET will display a message in the lines of "removing quest tags from X" as confirmation, and you're done. Aguilar suit and all items that CDPR locked to your inventory for no reason at all can now be disassembled, sold or stashed.
Thanks for sharing this!
My man, thanks for helping.
Choom youre a legend tysm :)
Actually used this when it bugged on my latest play through, thanks for this.
You need the complete set from memory, then you can stash them.
"I tip my hat to you. One legend to another."