Cyberpunk 2077
0 of 0

File information

Last updated

Original upload

Created by

DOODMarine

Uploaded by

Salaber

Virus scan

Safe to use

Tags for this mod

About this mod

Updates the original Restrict Crafting and Upgrading to Inside Apartments Only mod to work in version 2.0.1 with the latest version of redscript.

Requirements
Permissions and credits
Changelogs
I WILL NOT BE SUPPORTING THIS MOD. Anyone is free to use my work, update it, and reupload it as they please.

Update to the original mod Restrict Crafting and Upgrading to Inside Apartments Only by bobrobbow. This mod is lacking some functionality of the original. Original mod is not required. Uninstall original mod before installing this new version.

While waiting on Mod Settings to update you can turn on the features you want inside the restrictcraft.reds file. Open this file in notepad/Notepad++/whatever text editor or IDE you like.

The settings and the line they are found on are below. Bold text are values you can set. Change the underlined section to the value you want to use.

Line 13: Change AllowVehicleCraftEnabledEnum.Off to AnyVehicle or PlayerOwnedVehicle. This determines if you can craft in cars or not.
let AllowVehicleCraftEnabled: AllowVehicleCraftEnabledEnum = AllowVehicleCraftEnabledEnum.Off;

Line 19: Change false to true. This turns crafting restrictions on/off.
let RestrictCraftingEnabled: Bool = false;

Line 25: Change false to true. This turns upgrading restrictions on/off.
let RestrictUpgradingEnabled: Bool = false;

Line 31: Change false to true. This turns disassembling restrictions on/off.
let RestrictDisassemblingEnabled: Bool = false;

Feature: Restricts crafting and upgrading items to only when you are inside your apartment or vehicles. Now uses Mod Settings to adjust the additional features.
  • Restrict Crafting
  • Restrict Upgrading
  • Restrict Disassembling
  • Remove restrictions when inside any vehicle.
  • Remove restrictions only when inside vehicles you own.

Known issues:
  • Item icons in the Crafting menu do not have a red highlight indicating they are blocked.
  • No pop up notifications occur when you attempt to craft outside your apartment.

Potential issues:
  • Unable to craft while in modded cars with Owned Vehicles Only enabled. Only tested with some cars unlocked in Claim Vehicles.