Cyberpunk 2077
0 of 0

File information

Last updated

Original upload

Created by

eXponentia

Uploaded by

eXponentiamusic

Virus scan

Safe to use

Tags for this mod

About this mod

Keybindings to remove any extra attribute, perk or relic points (or all 3 at the same time) that you may have from either console commands or other mods.

Requirements
Permissions and credits
A simple Cyber Engine Tweaks script to add keybindings to remove all of your current Attribute, Perk or Relic points.

Includes 5 keybinds:

Remove Attribute Points: Removes all attribute points.
Remove Perk Points: Removes all perk points.
Remove Relic Points: Removes all relic points.
Remove Level Points: Removes both Attribute and Perk points at the same time.
Remove All Points: Removes all 3 points at the same time.

Optionally can include giving you $25,000 for each Attribute Point and $10,000 for each Perk or Relic point removed for use with Buyable Attributes and Perks.

It removes all of the chosen points at once.

If you wish to remove one point at a time, run one of the following commands (replace the -1 with any number if you have a specific amount you want to remove or even add):

Attribute = PlayerDevelopmentSystem.GetInstance(Game.GetPlayer()):GetDevelopmentData(Game.GetPlayer()):AddDevelopmentPoints(-1,  gamedataDevelopmentPointType.Attribute)

Perk = PlayerDevelopmentSystem.GetInstance(Game.GetPlayer()):GetDevelopmentData(Game.GetPlayer()):AddDevelopmentPoints(-1,  gamedataDevelopmentPointType.Primary)

Relic = PlayerDevelopmentSystem.GetInstance(Game.GetPlayer()):GetDevelopmentData(Game.GetPlayer()):AddDevelopmentPoints(-1,  gamedataDevelopmentPointType.Espionage)

Many thanks to the developers of CET and anyone who contributed to Categorized All-In-One Command List where I got the commands from.