Fallout 4

Fallout 4

View Stats:
WilliamC1514 Nov 20, 2023 @ 3:49am
Remove perk point?
There's not a single standard perk I'm interested in; if there were no mod I'd pick something but it would be like wasting time to continue playing this character. I found a mod I like https://www.nexusmods.com/fallout4/mods/8802/ but it has an issue, adding a perk through it doesn't use a perk point; so after I get enough XP for a new level I gain a perk point, I use the mod to gain a perk, and still have the recently gained perk point. I found a technique https://steamcommunity.com/app/377160/discussions/0/2282708683268597260/ which is not simple but not too complicated, I guess I could make a batch file to do it. However do you know of a way to get rid of 1, or all, perk points?

Thank you kindly for your help
< >
Showing 1-11 of 11 comments
PopCorn Nov 20, 2023 @ 3:58am 
try this i haven't used special options myself but you can add or remove points with this.

https://www.nexusmods.com/fallout4/mods/13285
WilliamC1514 Nov 20, 2023 @ 5:41am 
Originally posted by PopCorn:
try this i haven't used special options myself but you can add or remove points with this.

https://www.nexusmods.com/fallout4/mods/13285
I looked around for 10 mins and couldn't find a way to remove a perk point, only to add them. That mod could do some cool stuff, I might enable it at a later date (unless there was actually a way to remove a perk point with it).
Blinkybubs Nov 20, 2023 @ 6:54am 
Search "respec" on nexus.
Zes Nov 20, 2023 @ 7:40am 
you can add perkpoints via cgf interface and it takes integer as argument, it wasn't unsigned integer if recall correctly,

so it means you can use negative values probably. I'm on mobile so can't check now but you can..

try that;
cgf "Game.AddPerkPoints" -1
WilliamC1514 Nov 20, 2023 @ 8:17am 
Originally posted by Zes:
try that;
cgf "Game.AddPerkPoints" -1
I did and didn't get any error (I assume that means I typed it correctly). However both I still saw the level up and a perk point beside and when I got to the perk chart I could increase a perk rank.

Originally posted by worm_master:
U can add and remove perks from the console, it's what i do.
At the end of the OP, from the 2nd URL it referred to that.
worm_master Nov 20, 2023 @ 8:19am 
oh lol thanks, guess there was 1 to many links, an i missed 1.
Blinkybubs Nov 20, 2023 @ 9:31am 
"Cheat terminal" mod is also able to do that on the fly as well as a fair amount of other things.
Zes Nov 20, 2023 @ 9:35am 
ah yeah it doesn't accept negative values, there must be a condition inside, like this;

Function RemovePlayerCaps(int nCaps) global if ( nCaps > 0 ) GetPlayer().RemoveItem(GetCaps(),nCaps) endif endFunction

so that's why.. it can be patched by modding the script but it can also be patched in memory on the fly, with a software like cheatengine, but you should know how. (you will search given values to pinpoint exact memory location then reset it)

shortest way for you, is to use perkpoints on an empty perk and do removeperk on it to reset it back to its original state.
firestorm Nov 20, 2023 @ 12:41pm 
Originally posted by WilliamC1514:

Originally posted by worm_master:
U can add and remove perks from the console, it's what i do.
At the end of the OP, from the 2nd URL it referred to that.

Been awhile since I messed with fallout, but I don't think there is a console command to remove all perks, but here's a list of all console commands.
Perk ID's list can also be found here as well as others.

https://falloutcheats.com/
WilliamC1514 Nov 20, 2023 @ 5:54pm 
Originally posted by Blinkybubs:
"Cheat terminal" mod is also able to do that on the fly as well as a fair amount of other things.
See post #2.
Blinkybubs Nov 21, 2023 @ 3:45am 
Originally posted by WilliamC1514:
Originally posted by Blinkybubs:
"Cheat terminal" mod is also able to do that on the fly as well as a fair amount of other things.
See post #2.

All you need to do is go into "Special and perks/perks" remove the perk. Then go into "Game alterations/levels and perk points and assign one point to yourself.
< >
Showing 1-11 of 11 comments
Per page: 1530 50

Date Posted: Nov 20, 2023 @ 3:49am
Posts: 11