-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
vehicle has repeating non-existant tiles in diagonal position #66390
Comments
Fake parts are filling gaps #56143 |
Ah, fake parts to avoid monsters getting in... shouldn't the 'right' behavior be to allow the same movement diagonally as would be possible if we were in vertical/horizontal position? In other words, map the "normal" tiles to their diagonal positions and only allow movement between tiles that would be traversible in "normal" position, disregarding the "fake-new" neighboring tiles in diagonal mode? A potential problem with this approach is that it could make some normally traversible vehicles untraversible in diagonal mode, maybe? But the current system can still do that if there are fake parts placed instead of nothing? I'm not sure if this is the case, just trying to think outloud. |
The repeating tiles are ugly but far preferable to the monsters slipping through like they used to. The first case happens because the fake tiles exist for just long enough in the case where you go from slightly turning to straightening out. In the moment where your vehicle returns to straight the fake tiles exist long enough to impact terrain that shouldn't be in range. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not bump or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered. |
Describe the bug
when you make a vehicle and try to drive it diagonally, sometimes tiles get repeated, even though they shouldn't be there.
Attach save file
N/A: should be pretty straight forward - make a vehicle that's 2x7 and rotate it diagonally.
Steps to reproduce
Expected behavior
the vehicle has the same number of tiles no matter in which direction I drive it. Not more. Not less.
When it's diagonal, tiles that normally share a side should share a corner and be diagonal.
Alternatively, when I'm slightly turning(not at 45 °, but rather at 22.5²), the tiles could be even more shuffled. For example, the frost part of the vehicle could be 1 tile shifted to the side, as long as different parts of the vehicle share at least a corner it should be OK?
Screenshots
Versions and configuration
Dark Days Ahead [dda],
Disable NPC Needs [no_npc_food],
Portal Storms Ignore NPCs [personal_portal_storms],
No Fungal Growth [no_fungal_growth],
Bionic Professions [package_bionic_professions]
]
Additional context
The same thing happens with this vehicle even if I drive it not at 45° angle, but only slightly to the side - the front windshield is repeated and 3 windshields appear, even though I have only 2.
The text was updated successfully, but these errors were encountered: