Basssiiie / OpenRCT2-RideVehicleEditor

A plugin for OpenRCT2 that lets you edit vehicles on any ride in your park on the fly.
MIT License
35 stars 6 forks source link

Can't see all Visuals in Visuals drop down. #122

Open GTAGeek123 opened 3 weeks ago

GTAGeek123 commented 3 weeks ago

Describe the bug I have so many rides enabled in my park that the full list of visuals won't populate. It stops at the the "S"s for me so I can't see ay visuals that start with "T" and beyond.

To reproduce Steps to reproduce the behavior:

  1. Have a lot of rides enabled in your park.
  2. Try to select visuals that starts with "T" or beyond.

Expected behavior I'm guessing your plugin is still using the old sv6 save format limits. Can it be updated to use the new .park save format limits? Maybe you could have a scroll down list for the Visuals selection instead?

Screenshots If applicable, please add screenshots or a video to help explain the problem. image_2024-08-20_231657591

Basssiiie commented 3 weeks ago

Hey GTAGeek123, thank you for your bug report! 🙂

I don't remember having a limit on the amount of visuals/vehicle objects in RVE, but maybe there's still be a limit in OpenRCT2 on the amount of items in the dropdown element. It's something that will need to be looked into for sure.

GTAGeek123 commented 3 weeks ago

Thanks for your reply Basssiiie. Just wondering who would look into it? Are you going to look into it, or do I need to open a case with the openrct2 Devs/support?

Basssiiie commented 3 weeks ago

I'm quite busy at the moment. I can look into it once I have some time again to pick up issues for RVE. Until then, the issue is up for grabs for others.

Before reporting it to the OpenRCT2 devs, it'd likely need a minimal reproducible example plugin script to proof that it is actually an issue in OpenRCT2 and not in RVE.

GTAGeek123 commented 3 weeks ago

No worries. I understand completely. One solution that might work though is if you can make searchable by typing in the name (like you can in the scenery menu of RCT2). Not sure how hard that would be to implement, but it might fix the issue.