authorblues / bizhawk-shuffler-2

A script to randomly shuffle between games played in Bizhawk, with plugins to enhance the experience
MIT License
58 stars 21 forks source link

Added plugin selector drop down to startup form #3

Closed anmart closed 3 years ago

anmart commented 3 years ago

I added a plugin selection drop down which will automatically move the selected plugin to the games folder and rename it to plugin.lua!

if [None] is selected, it will remove any plugin in the games folder. if [Use A Different Plugin] is selected, it will do absolutely nothing.

image

BizHawk's dropdown implementation automatically sorts entries alphabetically, which means [] is needed to show up first and [Use A Different Plugin] needed to start with a letter after N to show up second. These dropdowns do automatically gain a scroll wheel when long enough and allow you to hit a letter to jump to your selection faster. Unfortunately there's no way to do more than a single letter and no way to choose a combobox instead of a regular dropdown.

authorblues commented 3 years ago

This really improved the plugins interface overall. Thanks!