Cyberpunk 2077
0 of 0

File information

Last updated

Original upload

Created by

DJ_Kovrik

Uploaded by

djkovrik

Virus scan

Safe to use

About this mod

Hides equipped gear for chosen slots but keeps its stats and mods active.

Requirements
Permissions and credits
Changelogs
Donations
Info

  • Hides any item equiped from slots which you choose inside config section (by default Head slot only)
  • Hidden gear model keeps invisible state in photomode as well as for driving TPP view.
  • Hidden gear stats and mods remain active during FPP gameplay.
 
How to install

  • Download the latest redscript release and unpack it into the game folder
  • Unpack the mod archive into the game folder

Minimum required redscript version: 0.3.0

How to uninstall

  • Delete the mod script from Cyberpunk 2077\r6\scripts along with installed redscript compiler files.

Credits





My mods



For redscript mod developers

// Replaced methods
@replaceMethod(EquipmentSystemPlayerData)
private final func EquipItem(itemID: ItemID, slotIndex: Int32, opt addToInventory: Bool, opt blockActiveSlotsUpdate: Bool, opt forceEquipWeapon: Bool) -> Void

@replaceMethod(TakeOverControlSystem)
private final const func EnablePlayerTPPRepresenation(enable: Bool) -> Void

// Other methods are wrapped