-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
No more bins are placed and there are lanterns in the queue lines #76
Comments
Haven't been having this issue with lanterns, but I've definitely been having issues with bins. The plugin just doesn't place them at all, either automatically or using the Build on All Paths option. Version 0.5.1's Add button works, but 1.0.0 and 1.0.1 do not. |
This PR changed the way the indices of |
Can confirm, that does the trick here! Much appreciated, thank you. :) |
Yes, this works. You need to do it in 2 places in the code and everything is OK again :) |
As a result of OpenRCT2/OpenRCT2#20177, we no longer need to mess with the index number of the selected bin or bench. Adding the `+ 1` here was breaking functionality on newer versions of OpenRCT2, and its removal has been confirmed to work, so we're codifying it in the plugin now. Shoutouts to @KyuuGryphon, @Soma91, and @JensMakerAdventures for finding the fix for this one! Much obliged. Fixes #76
As a result of OpenRCT2/OpenRCT2#20177, we no longer need to mess with the index number of the selected bin or bench. Adding the `+ 1` here was breaking functionality on newer versions of OpenRCT2, and its removal has been confirmed to work, so we're codifying it in the plugin now. Shoutouts to @KyuuGryphon, @Soma91, and @JensMakerAdventures for finding the fix for this one! Much obliged. Fixes #76
Can confirm this works. Thank you for finding this. |
Can confirm this #76 (comment) |
Probably something has been changed in the game, that the API for the addon has changed, or something?
In any case, it is no longer possible to place bins. Queue TV is only placed on every second path, and there are lanterns on the others. In the meantime, benches are also no longer placed.
Lanterns:
No more bins:
The error message is "cannot place that here, can not be placed in queue":
The text was updated successfully, but these errors were encountered: