Fix backpacks not visible on Ithorians#411
Merged
AconiteX merged 1 commit intoMay 17, 2026
Merged
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Backpack variants
shared_ith_backpack_s01,shared_ith_backpack_s03, andshared_ith_backpack_s05were missing entries inappearance_table.tab.shared_ith_backpack_s06had a correct entry (:blockfor 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/s05rows for the Ithorian-specific columns, and by the existingshared_ith_backpack_s06entry.Fixes #275