Commit 3489ca9
committed
Fix Medium Generic Windowed House Style 3 not deploying
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 #2761 parent adabbb8 commit 3489ca9
1 file changed
Lines changed: 2 additions & 0 deletions
File tree
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
0 commit comments