Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Fix for SongCore missing folder #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion modding/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,16 @@ Wine doesn’t use DLLs the same way Windows does, so you have to change a few t

![DllOverrides](https://i.imgur.com/dgemtef.png)

## SongCore breaks custom songs

If loading SongCore causes you to be unable to play any custom songs, try creating a folder that isn't done automatically:

```bash
> $ cd "~/.local/share/Steam/steamapps/compatdata/620980/pfx/drive_c/users/steamuser/Local Settings"
> $ mkdir -p "LocalLow/Hyperbolic Magnetism/Beat Saber"
```

Of course, change `~/.local/share/Steam/steamapps/` to the location of the Steam library that you have installed Beat Saber to.

# Have questions?
Visit the [FAQ](faq) or drop by the #support tab in the [discord](https://discord.gg/beatsabermods)!
Visit the [FAQ](faq) or drop by the #support tab in the [discord](https://discord.gg/beatsabermods)!