Skip to content

Latest commit

 

History

History

IconicItems

Stop Accidentally Disassembling Iconics

Ever been chopping your loot to bits and accidentally disassembled an iconic weapon? Well no more!

This mod is available in two variants:

IconicItems-PreventDisassembly

Completely removes the ability to disassemble iconic items

IconicItems-ShowWarningDialog

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:

IconicItems-PreventSelling

Completely removes the ability to sell iconic items

Installation

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

IMPORTANT: Redscript v0.2.0 onwards:

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",

Credits