RaidMax/osu-replace

Wrong symlinks

Closed this issue · 3 comments

https://github.com/RaidMax/osu-replace/blob/master/Code/osu!/Beatmap.cs#L79
https://github.com/RaidMax/osu-replace/blob/master/Code/osu!/Beatmap.cs#L107

Here the variable ImagePath has a wrong value at least because actual symlinks point to e.g. such path: D:\games\osu!\Songs\1137679 goreshit - Songs Compilation_ Part 1\Songs\bg.jpg

But I think it must be D:\games\osu!\Songs\bg.jpg as bg.jpg is created there.

image

I have found the following possible solution: if the user will change in config file osu!.username the variable BeatmapDirectory = Songs into absolute path (in my case BeatmapDirectory = D:\games\osu!\Songs), it will work perfectly.

And also .exe file must be in osu! directory

Resolved with latest version