0 of 0

File information

Last updated

Original upload

Created by

ProbablyCorrect

Uploaded by

ProbablyCorrect

Virus scan

Safe to use

Tags for this mod

About this mod

Fix for ddz1's Upgrade Weapons Unlocked mod version 1.2.0 for game version 2.12

Requirements
Permissions and credits
Fixes Upgrade Weapons Unlocked script to compile and work correctly with 2.12.

Fix details:
in \r6\scripts\UpgradeWeaponsUnlocked\UpgradeWeaponsUnlocked.reds

line 150 changed (thanks to Demon9ne):
from
@wrapMethod(UpgradingScreenController)
to
@wrapMethod(CraftingMainLogicController)

to line 835 added (thanks to haunter1212):
if (canUpgrade) {
   canUpgrade = this.m_craftingSystem.EnoughIngredientsForUpgrading(InventoryItemData.GetGameItemData(item));
}


Installation:
  • Install Upgrade Weapons Unlocked
  • Extract the archive into the Cyberpunk 2077 installation directory (it should replace 1 file)
  翻译: