ShootMe / CelesteTAS

Simple TAS tools for the game Celeste
79 stars 14 forks source link

Feature request: Read should interpret the file path relative to the current TAS file, not the game #22

Closed tbodt closed 5 years ago

tbodt commented 5 years ago

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.

tbodt commented 5 years ago

Managed to get the thing to build and run with dotnet core. Behold #23