Skip to content

Fix Medium Generic Windowed House Style 3 not deploying#412

Merged
AconiteX merged 1 commit into
SWG-Source:masterfrom
nickk02:fix/276-windowed-house-s03-deployment
May 17, 2026
Merged

Fix Medium Generic Windowed House Style 3 not deploying#412
AconiteX merged 1 commit into
SWG-Source:masterfrom
nickk02:fix/276-windowed-house-s03-deployment

Conversation

@nickk02
Copy link
Copy Markdown
Contributor

@nickk02 nickk02 commented May 17, 2026

Summary

The Medium Generic Windowed House Style 3 deed did nothing when used from the radial menu.

Root cause:

shared_player_house_generic_medium_windowed_s03.tpf was missing the appearanceFilename field. The s01 variant uses appearance/ply_all_house_m_window_s01_hue_r0_exterior.apt and the s02 uses appearance/ply_all_house_m_window_s02_hue_r0_exterior.apt. The structure placement HUD uses this file to render the exterior preview when a player clicks "Use Deed". Without it, placement fails silently.

Fix:

Added appearanceFilename following the naming convention of the s03 portal layout (ply_house_med_s03_hue.pobply_house_med_s03_hue_r0_exterior.apt).

Note: If the exact filename of the client-side .apt differs, please adjust accordingly — the key fix is that this field must be present for deed placement to work.

Fixes #276

The shared building template for the Style 3 windowed medium house was
missing the appearanceFilename field. The s01 and s02 variants both
define this field (pointing to their respective _r0_exterior.apt files),
which the structure placement system uses to render the exterior preview
when a player attempts to place the building. Without it, the placement
HUD silently fails and nothing happens when the deed is used.

Added appearanceFilename following the naming convention established by
the s03 portal layout file (ply_house_med_s03_hue.pob).

Fixes SWG-Source#276
@AconiteX AconiteX merged commit c8f5534 into SWG-Source:master May 17, 2026
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.

Medium Generic Windowed House Style 3 Does Not Deploy/Unpack

2 participants