shamelessposer Posted August 11, 2006 Share Posted August 11, 2006 It's impossible to create new feats, right? I know new force powers can be added, and it seems like you should be able to add new feats in a similar way, but I know that theory and programming don't often go hand in hand with KOTOR modding. Link to comment Share on other sites More sharing options...
Emperor Devon Posted August 11, 2006 Share Posted August 11, 2006 It's impossible. They're hardcoded, for whatever reason. Link to comment Share on other sites More sharing options...
stoffe Posted August 12, 2006 Share Posted August 12, 2006 It's impossible to create new feats, right? I know new force powers can be added, and it seems like you should be able to add new feats in a similar way, but I know that theory and programming don't often go hand in hand with KOTOR modding. You can add new feats, but they won't do anything on their own. The functioning of the feats is not scripted, unlike forcepowers, but part of the game engine. You can however add feats and then check for their presence in other scripts, such as when activating an armband, casting a force power or during conversation with someone (for example allowing new dialog options when the player has a feat, or making persuasion checks harder/easier, etc). You can probably add new weapon proficiency feats as well since they seem to be referred to in baseitems.2da, but I haven't tested that so I don't know for sure if it works. An example of how it could be used: There was a mod request I did a while ago that added a new feat that would reduce the force points used for all force powers when picked. Link to comment Share on other sites More sharing options...
SithRevan Posted August 12, 2006 Share Posted August 12, 2006 Wouldn't creating a feat kinda work like creating a force power though? Link to comment Share on other sites More sharing options...
Pavlos Posted August 12, 2006 Share Posted August 12, 2006 Nope. The actual feat would do nothing at all; the engine handles all the effects for feats internally. All we can do is create dummy feats and have scripts check for them. Link to comment Share on other sites More sharing options...
SithRevan Posted August 12, 2006 Share Posted August 12, 2006 Well wouldn't we be able to modify an existing feat or script a new one? Link to comment Share on other sites More sharing options...
RedHawke Posted August 13, 2006 Share Posted August 13, 2006 Well wouldn't we be able to modify an existing feat or script a new one? No. There is no scripting to change. The Feat system is all hard-coded, that means we can not change it... none, nada, nix, nay, nil, etc. We can make 'dummy' feats only. Ones that do nothing for like item checks etc. but that's it. Sorry. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.