i've since caved and started using DLC again. too many mods of merit require it. besides there's several mods that prevent DLC quests from starting until you manually start them so its fine i spose
I just wish there was a way to gain perks by using the skill. For example, after picking, say, 5 locks, you should gain Lockpick 1. After ten more, Lockpick 2. Etc.
I've been told it's possible to cast a "spell" on the player each time they do such a thing, which would act as a counting variable, but no idea how to do it.
basically like how it was in skyrim, which actually made sense, you didn't need the lock picking perk prior to lock picking that is just silly, no, instead it was done by "practice makes perfect" or better and then you choose the perks that boost the skill, not this weird way.
maybe i need to search again and see if that perk mod exists, i doubt i will find this, but maybe i will find something.
found it, but it requires a bunch of mods i don't want to install to make it work. https://www.nexusmods.com/fallout4/mods/62743 but you might find it nice to have, so i will leave the link here.
i hope this remedies what i'm looking for, i hate the fact that i can't craft something if i have all the requirements of items in my inventory, but your restricted due to some stupid perk that disallows you from crafting that thing because of science or something preventing you from making that thing regardless you having all the materials.
Maybe a weird question, but is there any way of editing this so that it doesn't include the weapon damage perks? I find the crafting perks and Local Leader really tedious to have to spend perk points on (and the CH requirement for LL), but the weapon damage perks I'm OK with.
Cool but what is missing is the source script or a configurable mcm options. What I need is just have the weapons damage perk, to use any weapon without debuff. Also an option to add these perks to companions and eventually to all npc. Or possibility is to not use these damage perk?
I have a bug where when i upgrade a perk (Only the boring perks) it upgrades but when i level up, its back at default. ex. I was level 21 when i upgraded Rifleman perk from rank 3 to 4, but when i leveled up to 22 it was back at rank 3. I have a Perks Unleashed mod too. Please help.
Yeah, that's a side-effect of how I have to add the perks.
If a perk is added twice, you get the "rank 2" of the perk, which has no data so you'll get no benefit of the perk. The perk tree will still show it, but you don't have the 'rank' of the perk with the data. So when you level up it actually runs a 'remove perk" on all the perks it's about to give, and then adds the perk. There is no function (I looked VERY hard) to query if you already have a perk.
95 comments
I've been told it's possible to cast a "spell" on the player each time they do such a thing, which would act as a counting variable, but no idea how to do it.
maybe i need to search again and see if that perk mod exists, i doubt i will find this, but maybe i will find something.
https://www.nexusmods.com/fallout4/mods/62743
but you might find it nice to have, so i will leave the link here.
Or possibility is to not use these damage perk?
What it does: At each level it runs the "Remove perk" function for every single perk it adds, and then does "add perk" for each perk for that level.
If a perk is added twice, you get the "rank 2" of the perk, which has no data so you'll get no benefit of the perk. The perk tree will still show it, but you don't have the 'rank' of the perk with the data. So when you level up it actually runs a 'remove perk" on all the perks it's about to give, and then adds the perk. There is no function (I looked VERY hard) to query if you already have a perk.