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

Fix question mark tiles appearing under housing items #413

Open
3 tasks
brightrim opened this issue May 13, 2024 · 0 comments
Open
3 tasks

Fix question mark tiles appearing under housing items #413

brightrim opened this issue May 13, 2024 · 0 comments

Comments

@brightrim
Copy link
Member

brightrim commented May 13, 2024

Issue report: https://discord.com/channels/401855954272124940/1209503117784256523/1224857331989483541

Since invisible tiles can not be walked on without an invisible item, it should make no difference if the empty tiles are in fact empty or just invisible. So in order to avoid the question marks that happened in the issue reported above:

  • Make a script that replaces any empty tiles on housing properties with invisible tiles
  • Replace any instances of empty tiles (such as deleting tiles by replacing them with empty ones) with invisible tiles instead
  • Ensure that this does not hide the upper floor by default somehow when on the lower floor, as a concern was raised about this. If it does, find alternative method.
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

No branches or pull requests

1 participant