Overview
Простой способ управления результатами без использования сторонних программA simple way to manage the results without the use of third-party programs
Предыстория
Ставил себе цель до определенного периода пройти как можно больше треков начиная с нормальной сложности. Переход на следующую сложность делал при достижении SS на треке.
После долгого перерыва захотел возобновить практику, но столкнулся с проблемой сброса набранных очков, функционала в базовой комплектации такого нет и я задал соответствующий вопрос разработчикам, но ответа так и не получил.
Начал искать решение самостоятельно.
Да, можно установить модификацию, но захотелось более простое решение вопроса и я его нашел
Решение
Путь до сохранений Beat Saber в Windows:
C:Пользователи[Имя пользователя]AppDataLocalLowHyperbolic MagnetismBeat Saber
За сохранение результатов тут отвечают 2 файла:
- PlayerData.dat
- PlayerData.dat.bak
После удаления файлов при первом запуске игры будет создан чистый профиль
Файлы можно не удалять, а поместить в отдельную папку для хранения своих результатов. Этот вариант подойдет тем, кто хочет разделить профили играя на одном компьютере, для смены профиля заменяем файлы своими и играем.
————————-In English————————-
I set a goal to complete as many songs as possible before a certain period, starting with normal difficulty. The transition to the next difficulty was made when the SS was reached on the song.
After a long break, I wanted to resume my practice, but I faced the problem of resetting my points, there is no such functionality in the basic configuration, and I asked the developers the appropriate question, but I did not get an answer.
I started looking for a solution on my own.
Yes, you can install a modification, but I wanted a simpler solution to the problem and I found it
Solution
Path to Beat Saber saves in Windows:
C:Users[UserName]AppDataLocalLowHyperbolic MagneticBeat Saber
There are 2 files responsible for saving the results:
- PlayerData.dat
- PlayerData.dat.bak
After deleting the files a clean profile will be created when you first start the game
Instead of deleting files, you can put them in a separate folder to store your results. This option is suitable for those who want to separate profiles playing on the same computer. For change the profile, replace the files with your own and play.