Open Ba-So opened 3 years ago
I'll get to figuring out how to fix it, if I can find the time during the weekend. Any way I can help, I'd be glad to!
I just spend 10 hours learning and programming inside the scripting window of TTS and that was no fun ;)
[Enter steps to reproduce:]
Atom: 1.52.0 x64 Electron: 6.1.12 OS: "Arch Linux" Thrown From: tabletopsimulator-lua package 12.4.3
Stack Trace
Uncaught Error: ENOENT: no such file or directory, open 'C:\users\steamuser\My Documents/My Games/Tabletop Simulator/Saves\ModdingShit\TS_Save_29.json'
Commands
Non-Core Packages
Problem
Nothing is being loaded from tts saves, Plugin is unusable for me (all linux users)
Ideas
it appears that the function parseSavePath in tabletopsimulator-lua.coffee at ll.1869 doesn't account for the fact that TTS is run on Proton. The correct Path would be:
Therefore the script would need to do the following