-
Notifications
You must be signed in to change notification settings - Fork 136
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
Regression in Table Autotiles (RMVX) #126
Comments
That's terrifying. |
The tiles that are implicitly placed above the table legs even though they're on the same layer are of A4 (Walls) type. Of course that interaction is not documented in the reference.. would you mind testing if there are any other tile types that occlude table legs when placed below? I have already written a fix for the corner case you outlined, but it would be nice to fix them all at once. |
Sure, I'll try all the default tiles and get back to you. |
Thanks. Can you send me the map.rvdata for this? |
Sure! Here you go: |
There's another problem with table legs that is probably easier to fix at the same time: RPG Maker VX: MKXP: Note that the table legs on the very first row are not shown at all, because the tile they are connected to is not in the Viewport. |
It's been fixed already: 4d97a17 |
Ah, fantastic! I'll merge it and check it the next time I reboot to Linux. Thanks! |
I was able to dig into this a bit more, and I have a provisional fix: There are a few things that could be improved upon in this solution:
Regardless, this hack fixes my table leg problems. |
…facts-license Add license notice to GitHub Actions artifacts
Issue 107 fixed a problem with table autotiles appearing below grass tiles. Now, however, table legs appear above some tiles they shouldn't.
Original issue:
http://i.imgur.com/Monioxs.png
After Issue 107 fix:
http://i.imgur.com/vYmYUoM.png
How it should actually look (RMVX):
http://i.imgur.com/fSEc343.png
The actual tiles used here are circled below:
http://i.imgur.com/7Tqr3ti.png
And here's a sample project:
https://drive.google.com/file/d/0B1P7NepPcOslVFJHYzNzMHpTUmM/view?usp=sharing
The text was updated successfully, but these errors were encountered: