Jump to content

Home

Do you want More Armor types?


Darkkender

Recommended Posts

One of the common requests that many of us modders shoot down is creating new armor types because of a limited number of body model slots. Generally if we have ever tried to expand this we have used the disguise item property for our new armor at the expense of having to hide the characters head.

 

However I believe I have found the trick to this little dilemma the community has always had. Simply creating a new appearance entry and setting the headmodel to "-1" will allow you to effectively expand the number of armors available to a player. The drawback is that you likely will have to have 2 different lines one for male and one for female characters as there selection of armors expand.

 

Tested on other partymembers as well as main PC and both work fine.

 

*NOTES*

There is one seriouc drawback and that is that the player must unequip and re-equip the armor each time they enter a new area. Many players will not like this.

 

For those who are considering this for a mod consider also the option of working with the module load scripts to unequip then re-equip the armor for the player. However the drawback here is of course alot of scripting.

 

I hope this information comes in handy for some of you modders out there.

Link to comment
Share on other sites

This would come in very handy for those of us (ME!) who have just accepted that we couldn't have our cake and eat it too. If you can find a way around this limitation, you would be opening the door on a whole new slew of mods.

I agree with Master Kavar. This would be a huge break through and something that you could definatly be proud of.

Link to comment
Share on other sites

I've always suspected there had to be some way to work around this problem. The first drawback I've discovered is each time you enter a new module area you have to take off the armor and put it back on as you do become headless. The reason is likely close to what Lit Ridl mentioned above. When an area loads it reads the data in the 2da file from left to right just like english is wrote. so when it hits the head column with a -1 it loads nothing. However once your in the module you can go in your inventory take the armor off put it back on and your head will have returned.

 

I had to leave for christmas dinner yesterday before testing it on other partymembers so no results on that yet.

Link to comment
Share on other sites

Actually, if you finish your game emergency, you gets Player's .utc file.

Just try to finish game with ctrl+alt+del, and you'll see three new folders in your KotOR II root directory. You need CurrentGame folder, look for pc.utc there.

 

Every module has it's own OnUserDefined script, I think that this scritp was made specialy to handle with PC's actions. But it works on everyone...

Link to comment
Share on other sites

That or it will be headless. The reason you get the person just before is because of the games usage of alternate heads. So this means there are numerous issues to work through to get this to work properly. I might try entering "-2" in the alternate head column and see if this works.

 

I'm also diving back into uti editing and seeing if I can't force a scripted event into it. However I have my doubts as to the success of this action.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...