-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Taris Lower City Javyar's Cantina - Twi'lek males lack appearance variety #72
Comments
Seems like this will probably require an added appearance.2da row or two. There is no row for the orange head using the unique Twi'lek male body, and no rows for the blue head at all outside Griff's. |
That's weird. The two bounty hunters near Zax should bother be wearing armour. Calo's orange attacker should be using the Twi'lek body, like the green guy, not commoner clothes. I guess the switching wasn't noticeable before because they were identical, but I guess that must be a script issue. INI setup (with some revised notes)
Can you check what the added appearance.2da row IDs are and compare them to the patched UTCs? |
They have different UTC for before and after the ambush cutscene, hence the transformation. By memory; for the after ones are |
Yeah clearly I made a hash job of it. I'll have to go back and redo it properly. |
What the hell. Can you crack open the module and see what appearance IDs they ended up with and what their inventory looks like? |
tar03_bounhun033 matches your INI code, appearance 450 and equipped with class 4 armor. |
tar03_bounhun031 should have been the other one. Wasn't the third bounty hunter a Rodian? |
Ah, it was 31, I just mistyped. |
I see what the problem is. It's that I'm an idiot. I didn't give them feats to wear the armour, so the game is unequipping it and they end up reverting to their naked appearance. But that's also a Bioware mistake as well. They also have guns equipped, but they don't have proficiencies for those either. Regarding the Calo bait, I made two mistakes there. I used the vanilla appearance row 450, which is an orange-headed commoner body instead of the added 2DAMEMORY10 which is an orange-headed Twi'lek body. And as @ebmar said, the positions of the "dead" versions switch around and I edited the wrong one (bp_dead3 instead of bp_dead2). |
Going to revert the addition of the TSL blue male Twi'lek head and switch that bounty hunter back to vanilla green. The two added blue appearance.2da rows and associated heads.2da row weren't used for anything else, so their config data can be removed altogether. |
The text was updated successfully, but these errors were encountered: