Cyberpunk 2077

Cyberpunk 2077

View Stats:
Attribute point console command not working
I've tried the Game.GiveDevPoints(“Attribute”, 5) console command with the cyber engine tweak, but not working for me, with an error message: Function GiveDevPoints is not a GameInstance member and is not a global.

What is the proper console command for this?
< >
Showing 1-6 of 6 comments
Bogmore Oct 19, 2023 @ 8:14am 
Game.AddToInventory("Items.AttributePointSkillbook")

you cannot use numbers so you have to add one by one.
PerLindstrom Oct 19, 2023 @ 9:33am 
Originally posted by GrimReaperHUN:
I've tried the Game.GiveDevPoints(“Attribute”, 5) console command with the cyber engine tweak, but not working for me, with an error message: Function GiveDevPoints is not a GameInstance member and is not a global.

What is the proper console command for this?
Skillbook as above or

First set pds variable
pds = PlayerDevelopmentSystem.GetInstance(Game.GetPlayer())

Then add points, replace BB with a number, a negative number will remove points.
pds:GetDevelopmentData(Game.GetPlayer()):AddDevelopmentPoints(BB, gamedataDevelopmentPointType.Attribute)

To add perk point
pds:GetDevelopmentData(Game.GetPlayer()):AddDevelopmentPoints(AA, gamedataDevelopmentPointType.Primary)
Last edited by PerLindstrom; Oct 19, 2023 @ 9:37am
PerLindstrom Oct 19, 2023 @ 9:40am 
Originally posted by Bogmore:
Game.AddToInventory("Items.AttributePointSkillbook")

you cannot use numbers so you have to add one by one.
Can't you add 10 skillbooks by typing :
Game.AddToInventory("Items.AttributePointSkillbook", 10)
Bogmore Oct 19, 2023 @ 12:03pm 
No.
PerLindstrom Oct 19, 2023 @ 1:02pm 
Originally posted by Bogmore:
No.
You can, I just tested it, first ones increase your attributes, the others gets in your backpack, you may then click on them to activate them.
your mom Feb 19, 2024 @ 7:55am 
Originally posted by Bogmore:
Game.AddToInventory("Items.AttributePointSkillbook")

you cannot use numbers so you have to add one by one.

if anyone wants to also add perk points this is the commend
Game.AddToInventory("Items.PerkPointSkillbook")
ik this is an old post but i just had this problem right now and it helped me, but there were no mentions of perk points so i thought maybe i should add it here.
< >
Showing 1-6 of 6 comments
Per page: 1530 50

Date Posted: Oct 19, 2023 @ 8:01am
Posts: 6