Zingabopp / BeatSync

Beat Saber plugin to automatically download beatmaps.
Other
247 stars 22 forks source link

BeatSync Case Sensitivity #13

Closed ghost closed 4 years ago

ghost commented 4 years ago

The default game data folder that beatsync saves to is Beat Saber_data/CustomLevels, rather than Beat Saber_Data/CustomLevels.

This typo probably only matters on linux, and was fixable with a quick config change, but caused some frustration for me wondering why my songs wouldn't show up.

C0rn3j commented 4 years ago

Possible workaround for this since a release hasn't been made yet(replace your user):

ln -s "/home/c0rn3j/.local/share/Steam/steamapps/common/Beat Saber/Beat Saber_Data" "/home/c0rn3j/.local/share/Steam/steamapps/common/Beat Saber/Beat Saber_data"

Or ideally download an artifact from the latest master as there are other issues fixed on Linux - ie https://github.com/Zingabopp/BeatSync/actions/runs/181411866

ghost commented 4 years ago

My personal way of handling this was to just edit BeatSyncConsole.json in the configs and just change GameDirectory and BasePath in the alternate song paths and beatsaber install locations. No need for symlinks when the config makes everything nice!