Skip to content
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

Bastila's low-res slave outfit #677

Closed
N-DReW25 opened this issue Dec 3, 2022 · 1 comment
Closed

Bastila's low-res slave outfit #677

N-DReW25 opened this issue Dec 3, 2022 · 1 comment
Labels
Bug Something isn't working Minor Issue Aesthetic issue or other problem that isn't really a bug Module: Global Issue occurs across all modules Type: Asset This issue is related to specifically to an asset like a model, texture, etc.

Comments

@N-DReW25
Copy link

N-DReW25 commented Dec 3, 2022

If the player equips Bastila with a Dark Robe and then remove the robe instead of her default underwear she will be wearing her slave outfit from the Taris Swoop track, however, upon closer inspection it turns out this specific dark side underwear texture is a different texture from the one she has during the Taris Swoop track encounter.

The texture used in the Taris Swoop track encounter is called "P_BastilaBAS01" which is a 512x512 in resolution.

The texture used when accessing the slave outfit easter egg is "P_BastilaBA02" which is a lower resolution 256x256.

The solution to this issue would be to take "P_BastilaBAS01" and rename it to "P_BastilaBA02", this will keep the easter egg slave outfit and the real slave outfit textures consistent with each other.

@DarthParametric DarthParametric added Bug Something isn't working Minor Issue Aesthetic issue or other problem that isn't really a bug Type: Asset This issue is related to specifically to an asset like a model, texture, etc. Module: Global Issue occurs across all modules labels Dec 3, 2022
@DarthParametric
Copy link
Contributor

It's not an "Easter egg" so much as a bug. The engine is simply "remembering" that it was previously using the 02 texture variant when you unequip an 02 texture variant robe. Since the slave texture exists as an 02 underwear texture variant, it loads that. Note that it doesn't happen when unequipping any of the Dark Jedi/Knight/Master 05 robes, since they use texture variant 04, not 02. If you give Bastila armour proficiencies then it will also happening when unequipping any armour that uses an 02 texture variant. Throw an 02 underwear variant into the override for the player or any other party member and you'll see the same behaviour for them as well.

The appropriate fix is to rename a copy of P_BastilaBA01 to P_BastilaBA02.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Minor Issue Aesthetic issue or other problem that isn't really a bug Module: Global Issue occurs across all modules Type: Asset This issue is related to specifically to an asset like a model, texture, etc.
Projects
None yet
Development

No branches or pull requests

2 participants