Ever been chopping your loot to bits and accidentally disassembled an iconic weapon? Well no more!
This mod is available in two variants:
Completely removes the ability to disassemble iconic items
Shows a warning dialog to confirm if you want to disassemble an iconic item.
(The dialog existed in the backpack, but not in the inventory, because they're implemented completely separately for some insane reason)
Additionally, I've added another script that can be installed alongside either variant:
Completely removes the ability to sell iconic items
Requires the redscript compiler to function. Tested with Cyberpunk Patch 1.2
The zip files are set up to be installed automagically with Vortex or other mod managers, but if you insist on installing it manually then:
- Ensure you have already installed the redscript compiler
- Extract the .zip file of your preferred variant to the Cyberpunk game folder so that the script file ends up in the \r6\scripts folder:
Cyberpunk2077\r6\scripts\IconicItems-{variant}.reds
The IconicItems-ShowWarningDialog
variant has been updated to work with the string escape characters added in redscript v0.2.0, but you will need to edit the exclusions configuration to reenable the script. After installing the latest version of redscript and this mod, edit the configuration file located here:
Cyberpunk 2077/r6/scripts/redscript.toml
and remove the line that says:
"IconicItems-ShowWarningDialog",
- jekky for the redscript compiler
- The CP77 modding discord