chris-y / avalanche

Simple ReAction GUI for XAD
GNU General Public License v2.0
8 stars 2 forks source link

Extremely slow ASL file requester #39

Closed kowoba closed 1 year ago

kowoba commented 1 year ago

The ASL file requester to pick an archive in Avalanche is just crazy slow compared to, for example, C:RequesFile or open file in just about all other programs that use ASL.

chris-y commented 1 year ago

It uses a hook to identify archives - this makes it slow but stops unreadable files from showing up.

kowoba commented 1 year ago

Good grief…. 😮 Please add an option/tooltype that turns off this "feature", I already know which files are archives or not.

chris-y commented 1 year ago

Easily done - added NOASLHOOK tooltype for next version.