Skip to content

Fix backpacks not visible on Ithorians#411

Merged
AconiteX merged 1 commit into
SWG-Source:masterfrom
nickk02:fix/275-ithorian-backpack-appearance
May 17, 2026
Merged

Fix backpacks not visible on Ithorians#411
AconiteX merged 1 commit into
SWG-Source:masterfrom
nickk02:fix/275-ithorian-backpack-appearance

Conversation

@nickk02

@nickk02 nickk02 commented May 17, 2026

Copy link
Copy Markdown
Contributor

Summary

Backpack variants shared_ith_backpack_s01, shared_ith_backpack_s03, and shared_ith_backpack_s05 were missing entries in appearance_table.tab. shared_ith_backpack_s06 had a correct entry (:block for all non-Ithorian species, with Ithorian-specific SAT files for male and female), but the other three variants had no entries at all.

Without an appearance table entry, the client cannot resolve which mesh to display when one of these backpacks is worn by an Ithorian character, resulting in them being invisible.

The appearance filenames follow the same convention used by the shared_backpack_s01/s03/s05 rows for the Ithorian-specific columns, and by the existing shared_ith_backpack_s06 entry.

Fixes #275

appearance_table.tab had an entry for shared_ith_backpack_s06 (Ithorian
only, :block for all other species) but was missing equivalent entries
for shared_ith_backpack_s01, s03, and s05. Without these entries the
client cannot resolve the correct appearance file for those backpack
variants when worn by an Ithorian, causing them to be invisible.

Appearance filenames taken from the existing entries for the same meshes
used by shared_backpack_s01/s03/s05 in the Ithorian columns.

Fixes #275
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Backpacks Not Visible On Ithorians

2 participants