What's the bug
On Linux incorrect path separators are used in the loader, causing files to generate at the game's root with their absolute paths with / replaced with \\ as their name
Steps to reproduce
NA
Proposed fix
Replace all path concatenation with Path.Combine calls. Should have been like that since the beginning, but my laziness won
Thanks to @darrel1699 for the report in the CDG Discord server
What's the bug
On Linux incorrect path separators are used in the loader, causing files to generate at the game's root with their absolute paths with
/replaced with\\as their nameSteps to reproduce
NA
Proposed fix
Replace all path concatenation with
Path.Combinecalls. Should have been like that since the beginning, but my laziness wonThanks to
@darrel1699for the report in the CDG Discord server