-
Content Count
282 -
Joined
-
Last visited
-
Days Won
1
Everything posted by JDub96
-
Would anyone happen to know how I could go about removing feats from the level up list for both games? I'm trying to remove all the blaster related feats.
-
I agree with DeathScepter, it should not. From what I understand, feats.2da controls which feats are granted, while featgain.2da controls when (i.e. character creation and level up).
I've never modded anything, but it looks like you would just remove the unwanted feats from feat.2da, then increase the number of granted feats in featgain.2da. Rows are 0-indexed, so row 0 is Level 1, row 1 is Level 2, etc...
So, if you remove "Weapon Proficiency: Blaster Pistol" from all starting classes in feats.2da you should probably increase all the values in row 0 (Level 1) of featgain.2da by 1. If you removed "Weapon Proficiency: Blaster Pistol" and "Weapon Proficiency: Blaster Rifle", then increase the values by 2, etc...
And if you removed "Implant: Level 2" and "Uncanny Dodge" from only the Scout class in KotOR, you should probably increase the value in column "sct_reg", row 3 by 2.
I say "probably", because you may feel it's better to grant the removed feats at later levels. The mod I linked to removed 10 feats from startup, and I spent a lot of time figuring out which of the level 1 feats I wanted. It would have been better if I was only granted 8 feats, with the remaining two granted at levels 4 and 8.
But, you want to apply the removed feats to weapons. I can't help you there, but I think it's doable.
-
You should probably make a topic to ask for help rather than using a status update. Nonetheless, here's the answer.
You want feats.2da, specifically the columns labelled ***_list, ***_granted, and ***_recom. There's one of each for each class.
To essentially remove a feat from the game, set list for all the classes to 4 (means "not available for this class"), granted for all the classes to -1 (means "not gained automatically on levelup") and recom for all the classes to **** (means "never chosen by the Recommended button").
Same for TSL, just with more classes.
- Show next comments 6 more
-