Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Apperance.2da

Page: 1 of 1
 Commander Thire
11-13-2007, 7:08 PM
#1
Hey can some 1 help me with this. I want to run bastilas revalation robes with redhawkes sith templar items. But the apearnce.2da's are in both of them. So what do i do
 RedHawke
11-13-2007, 10:59 PM
#2
There is no appearance.2da included with my Crimson Sith Templar Items...

Though to get the full effect you need to have a hooded Revan Robe mod installed (All this is clearly indicated in the readme file).
 Commander Thire
11-16-2007, 6:31 PM
#3
either way how do i do it?
 Master Zionosis
11-16-2007, 7:17 PM
#4
either way how do i do it?

RedHawke clearly stated that there is no appearance.2da file in his Crimson Sith Templar Item pack. So there should be no need to merge them as there should only be one...
 Commander Thire
11-16-2007, 10:28 PM
#5
no you dont get what i said. I meant what do you do with more then one apperance.2da.
 Qui-Gon Glenn
11-16-2007, 11:15 PM
#6
use KotOR Tool... 2da editor.... open up your override folder's appearance.2da (1) with it, then open another KT session and open up the new appearance.2da (2) that you want to merge into your override. Compare the two files, and copy/paste what you need to move into the override's appearance.2da, and that will get you mostly there.

Issue #1: While this will get the items in-game, if a script in the mod that you got the new .2da from calls for that item in a specific slot in the .2da, it probably won't work... the game engine will be looking in the wrong place.
 Master Zionosis
11-17-2007, 5:52 AM
#7
no you dont get what i said. I meant what do you do with more then one apperance.2da.

Well not to be rude, but... If you can explain something in a detailed way do it the first time so there aren't any confusions ;)
 stoffe
11-17-2007, 7:05 AM
#8
no you dont get what i said. I meant what do you do with more then one apperance.2da.

You can use the 2DA Compare utility to merge the two appearance.2da files into one. After you have done so, write down the line numbers the lines from the second file ended up as, along with what line numbers they were in the original file.

Rows in the appearance.2da file are references by line number (starting at 0 at the top and counting down 1 for each line) by other game data. So when you merge the files, some of the new lines will end up with new line numbers, and you must update all he references to point to these new positions.

So, depending on what the mod does open any UTC files from the second mod with k-gff and check the value in the Appearance_Type field, updating the value here to the correct line numbers when needed.

Also, if the mod uses any scripted disguises open the NSS files and update the parameter to the EffectDisguise() function calls to point to the correct line numbers.

Finally, if the mod uses any item based Disguise appearance changes you need to update those references as well. So open any relevant UTI files with k-gff, look in the PropertiesList for any structs where the PropertyName field is set to 59 (the Disguise property) and update the value in its Subtype field to the proper appearance.2da line number where needed.

This can be a bit confusing if you haven't made the mod and know how everything is meant to be connected, but as far as I know there is no easier way around it if the mod doesn't come with an installer that does this automatically for you. :)
 Qui-Gon Glenn
11-17-2007, 10:28 AM
#9
^^^ Thank you stoffe, you crystalized what I had been assuming was the case. Nice to know I'm on the right track sometimes.

@Thire - I don't understand?! Having more than one "appearance.2da" in your game folder is impossible, as same-named files overwrite. So, you have to merge them into one. This is what you were asking for, or I'm totally off my rocker!
 Commander Thire
11-26-2007, 6:04 PM
#10
Any one have a link to the 2da editor???
 Miles Edgeworth
11-26-2007, 6:51 PM
#11
It's called KotOR Tool. (http://kotortool.starwarsknights.com/)
Page: 1 of 1