I'd like to organize my TAS files by putting them inside a directory and not mixing them all in with the game files. My Celeste.tas just has Read,LevelFiles/whatever.tas,1. But this breaks as soon as whatever.tas tries to load other TAS files and doesn't find them in the current directory because they're in LevelFiles.
I would send a PR, but I'm on Mac so it wouldn't be easy for me to build and test changes.
I'd like to organize my TAS files by putting them inside a directory and not mixing them all in with the game files. My Celeste.tas just has
Read,LevelFiles/whatever.tas,1
. But this breaks as soon aswhatever.tas
tries to load other TAS files and doesn't find them in the current directory because they're in LevelFiles.I would send a PR, but I'm on Mac so it wouldn't be easy for me to build and test changes.