-
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
Fake vehicles tile working a bit TOO well. #61385
Comments
Can you provide a save demonstrating the issue? I tested moving shopping cart across diagonal walls and it traverses fine, also walked around outpost_east with cart grabbed and didn't hit any fake parts issues |
I haven't seen this with shopping carts but it has happened with 2x1 food carts. |
2x1 is entirely different from 1x1; 2x1 where both tiles have OBSTACLE needs to build an impassable wall on one of the diagonals so you can't slip between the OBSTACLE tiles when they're rotated at angle So I think it's to be expected 2x1 and larger size can't pass some diagonals, it's one of the tradeoffs of doing fake parts over BNs solution |
New issue found, this seems to be specifically affecting the diagonal direction from bottom left to top right. The other diagonal line doesn't trigger the fake vehicle part... for whatever reason. EDIT: and even more jank found when you have SECOND 1 tile vehicle. When you move one horizontally or vertically, there's actually a fake tile BEHIND the vehicle, making you unable to grab and drag the other one through an otherwise empty tile you can just walk through. |
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
#56143 PR made it so that vehicle tiles sometimes generate a fake part to fill in the diagonal gap. That's great for cars, but it works on something like shopping carts as well, and this makes it impossible to squeeze the shopping cart through a 1 tile gap they normally can go through just fine.
Steps to reproduce
Expected behavior
Should've been able to get it through.
Screenshots
No response
Versions and configuration
Dark Days Ahead [dda],
Disable NPC Needs [no_npc_food],
No Fungal Growth [no_fungal_growth],
Bionic Professions [package_bionic_professions],
No Rail Stations [No_Rail_Stations],
SpeedyDex [speedydex],
Stats Through Kills [stats_through_kills]
]
Additional context
No response
The text was updated successfully, but these errors were encountered: