diff --git a/docs/wiki/Guides/Content-Management/Maps/Install-all-playlists-you-want/Install-all-playlists-you-want.md b/docs/wiki/Guides/Content-Management/Maps/Install-all-playlists-you-want/Install-all-playlists-you-want.md index 5588cc27..97746335 100644 --- a/docs/wiki/Guides/Content-Management/Maps/Install-all-playlists-you-want/Install-all-playlists-you-want.md +++ b/docs/wiki/Guides/Content-Management/Maps/Install-all-playlists-you-want/Install-all-playlists-you-want.md @@ -1,12 +1,44 @@ ## Table of Contents - [With BSManager](#with-bsmanager) + - [Install playlists](#how-to-install-playlists-with-bsmanager) + - [Import playlists](#how-to-import-playlist-with-bsmanager) - [Manual Installation](#manual-installation) - [One-Click Installation](#one-click-installation) ## With BSManager -(Coming with version 1.5.0) +### How to Install Playlists with BSManager + +1. Download and install [BSManager](https://www.bsmanager.io) from one of the following sources: + - [GitHub](https://github.com/Zagrios/bs-manager/releases/latest) + - [Official Website](https://www.bsmanager.io) + - [Nexus Mods](https://www.nexusmods.com/beatsaber/mods/18?tab=files) +2. Launch BSManager and select the version of *Beat Saber* where you want to install playlists from the list on the left side of the interface. +3. Go to the `Playlist` section by clicking on the __`Maps`__ tab. +4. Click the __`Add`__ button, then select __`Browse playlist`__ to open the list of online playlists. +5. Use the search bar at the top of the interface to filter playlists or sort the list. +6. Download to install it. +7. Wait for the installation to complete. Once it's finished, you can launch Beat Saber directly from [BSManager](https://www.bsmanager.io) and enjoy your new playlists! + +> [!NOTE] +> You can click on a playlist's image to view the maps it contains and download only the maps you want. + +### How to Import Playlist with BSManager + +1. Download and install [BSManager](https://www.bsmanager.io) from one of the following sources: + - [GitHub](https://github.com/Zagrios/bs-manager/releases/latest) + - [Official Website](https://www.bsmanager.io) + - [Nexus Mods](https://www.nexusmods.com/beatsaber/mods/18?tab=files) +2. Launch BSManager and select the version of *Beat Saber* where you want to install playlists from the list on the left side of the interface. +3. Go to the `playlist` section by clicking on the __`Maps`__ tab. +4. From here, there are two possible methods: + 1. Click the __`Add`__ button, then select __`Import a playlist`__ and choose the file to import. + 2. Drag and drop your file directly onto the playlist interface in BSManager. +5. Wait for the import to complete. Once finished, you can launch Beat Saber directly from [BSManager](https://www.bsmanager.io) and enjoy your new playlists! + +> [!Important] +> The file must be in `.bplist` or `.json` format to be imported. ## Manual Installation diff --git a/docs/wiki/Guides/Content-Management/Maps/Install-any-map/Install-any-map.md b/docs/wiki/Guides/Content-Management/Maps/Install-any-map/Install-any-map.md index 70e5fd88..be537c2f 100644 --- a/docs/wiki/Guides/Content-Management/Maps/Install-any-map/Install-any-map.md +++ b/docs/wiki/Guides/Content-Management/Maps/Install-any-map/Install-any-map.md @@ -1,18 +1,41 @@ ## Table of Contents - [With BSManager](#with-bsmanager) + - [Install maps](#how-to-install-maps-with-bsmanager) + - [Import maps](#how-to-import-maps-with-bsmanager) - [Manual Installation](#manual-installation) - [One-Click Installation](#one-click-installation) ## With BSManager -1. Download and install [BSManager](https://www.bsmanager.io) from [GitHub](https://github.com/Zagrios/bs-manager/releases/latest). -2. Launch [BSManager](https://www.bsmanager.io) and select the Beat Saber version where you want to install maps from the list on the left of the interface. -3. Go to maps by clicking on the __`Maps`__ tab. -4. Click on the __`Add`__ button to access the list of online maps. -5. Find the maps that you want to install from the provided list. You can use the search bar at the top of the interface to filter maps by __`name`__, __`type`__, __`mods`__, __`tags`__, __`notes per second`__, __`duration`__, and order the list by __`latest`__, __`relevance`__, __`rating`__, or __`curated`__. -6. Double-click on the map or simply click on the download button to install the map. -7. Wait for the installation to complete. Once it's finished, you can launch Beat Saber directly from [BSManager](https://www.bsmanager.io) to enjoy your new maps! +### How to Install Maps with BSManager + +1. Download and install [BSManager](https://www.bsmanager.io) from one of the following sources: + - [GitHub](https://github.com/Zagrios/bs-manager/releases/latest) + - [Official Website](https://www.bsmanager.io) + - [Nexus Mods](https://www.nexusmods.com/beatsaber/mods/18?tab=files) +2. Launch BSManager and select the version of *Beat Saber* where you want to install maps from the list on the left side of the interface. +3. Go to the `Maps` section by clicking on the __`Maps`__ tab. +4. Click the __`Add`__ button to access the list of online maps. +5. Use the search bar at the top of the interface to filter maps by __`name`__, __`type`__, __`mods`__, __`tags`__, __`notes per second`__, or __`duration`__, and order the list by __`latest`__, __`relevance`__, __`rating`__, or __`curated`__. +6. Download to install it. +7. Wait for the installation to complete. Once it's finished, you can launch Beat Saber directly from [BSManager](https://www.bsmanager.io) to enjoy your new maps! + +### How to Import Maps with BSManager + +1. Download and install [BSManager](https://www.bsmanager.io) from one of the following sources: + - [GitHub](https://github.com/Zagrios/bs-manager/releases/latest) + - [Official Website](https://www.bsmanager.io) + - [Nexus Mods](https://www.nexusmods.com/beatsaber/mods/18?tab=files) +2. Launch BSManager and select the version of *Beat Saber* where you want to install maps from the list on the left side of the interface. +3. Go to the `Maps` section by clicking on the __`Maps`__ tab. +4. From here, there are two possible methods: + 1. Click the __`Add`__ button, then select __`Import maps`__ and choose the .zip file to import. + 2. Drag and drop your .zip file directly onto the maps interface in BSManager. +5. Wait for the import to complete. Once finished, you can launch Beat Saber directly from [BSManager](https://www.bsmanager.io) to enjoy your new maps! + +> [!Important] +> The file must be in `.zip` format to be imported. ## Manual Installation diff --git a/docs/wiki/Guides/Content-Management/Models/Modify-models-in-your-beat-saber/Modify-models-in-your-beat-saber.md b/docs/wiki/Guides/Content-Management/Models/Modify-models-in-your-beat-saber/Modify-models-in-your-beat-saber.md index 3de8f9bf..1a188e65 100644 --- a/docs/wiki/Guides/Content-Management/Models/Modify-models-in-your-beat-saber/Modify-models-in-your-beat-saber.md +++ b/docs/wiki/Guides/Content-Management/Models/Modify-models-in-your-beat-saber/Modify-models-in-your-beat-saber.md @@ -12,17 +12,20 @@ - [With BSManager](#with-bsmanager) - [One-Click Installation](#one-click-installation) -# With BSManager +## With BSManager -1. Download and install [BSManager](https://www.bsmanager.io) from [GitHub](https://github.com/Zagrios/bs-manager/releases/latest), [Nexus Mods](https://www.nexusmods.com/beatsaber/mods/18?tab=files), or [Website](https://www.bsmanager.io). +1. Download and install [BSManager](https://www.bsmanager.io) from one of the following sources: + - [GitHub](https://github.com/Zagrios/bs-manager/releases/latest) + - [Official Website](https://www.bsmanager.io) + - [Nexus Mods](https://www.nexusmods.com/beatsaber/mods/18?tab=files) 2. Launch [BSManager](https://www.bsmanager.io) and select the Beat Saber version where you want to install models from the list on the left of the interface. 3. Go to models by clicking on the __`Models`__ tab. 4. Click on the __`Add`__ button to access the list of online models. 5. Find the models that you want to install from the provided list. You can use the search bar at the top of the interface to filter models by __`name`__, __`type`__, and order the list by __`date`__, __`name`__, or __`author`__. -6. Double-click on the model or simply click on the download button to install the model. +6. Download to install the model. 7. Wait for the installation to complete. Once it's finished, you can launch Beat Saber directly from [BSManager](https://www.bsmanager.io) to enjoy your new models! -# One-Click Installation +## One-Click Installation 1. Launch [BSManager](https://www.bsmanager.io) and make sure that the One-Click installation feature is enabled for models. 2. Go to one of the supported websites and search for the models you want to install. diff --git a/docs/wiki/Guides/Content-Management/Mods/Install-mods-on-your-version/install-mods-on-your-version.md b/docs/wiki/Guides/Content-Management/Mods/Install-mods-on-your-version/install-mods-on-your-version.md index b2f43f88..27f5f08e 100644 --- a/docs/wiki/Guides/Content-Management/Mods/Install-mods-on-your-version/install-mods-on-your-version.md +++ b/docs/wiki/Guides/Content-Management/Mods/Install-mods-on-your-version/install-mods-on-your-version.md @@ -1,11 +1,18 @@ ## Table of Contents - [With BSManager](#with-bsmanager) + - [Install mods](#how-to-install-mods-with-bsmanager) + - [Import mods](#how-to-import-mods-with-bsmanager) - [Manual Installation](#manual-installation) ## With BSManager -1. Download and install [BSManager](https://www.bsmanager.io) from [GitHub](https://github.com/Zagrios/bs-manager/releases/latest), [Nexus Mods](https://www.nexusmods.com/beatsaber/mods/18?tab=files), or the [official website](https://www.bsmanager.io). +### How to Install Mods with BSManager + +1. Download and install [BSManager](https://www.bsmanager.io) from one of the following sources: + - [GitHub](https://github.com/Zagrios/bs-manager/releases/latest) + - [Nexus Mods](https://www.nexusmods.com/beatsaber/mods/18?tab=files) + - [Official Website](https://www.bsmanager.io) 2. Launch [BSManager](https://www.bsmanager.io) and select the version of Beat Saber that you want to use from the list on the left side of the interface. 3. Go to mods by clicking on the __`Mods`__ tab. 4. Find the mods that you want to install from the provided list. You can use the search bar at the top of the interface to filter mods by name. @@ -13,6 +20,22 @@ 6. Click __`Install or Update`__ at the bottom-right corner of the interface. 7. Wait for the installation to complete. Once it's finished, you can launch Beat Saber directly from [BSManager](https://www.bsmanager.io) to enjoy your new mods! +### How to Import Mods with BSManager + +1. Download and install [BSManager](https://www.bsmanager.io) from one of the following sources: + - [GitHub](https://github.com/Zagrios/bs-manager/releases/latest) + - [Official Website](https://www.bsmanager.io) + - [Nexus Mods](https://www.nexusmods.com/beatsaber/mods/18?tab=files) +2. Launch BSManager and select the version of *Beat Saber* where you want to install mods from the list on the left side of the interface. +3. Go to the `Mods` tab. +4. From here, there are two possible methods: + 1. Click on __`⁝`__ button, then select __`Import mods`__ and choose the .zip or .dll file to import. + 2. Drag and drop your .zip or .dll file directly onto the mods interface in BSManager. +5. Wait for the import to complete. Once finished, you can launch Beat Saber directly from [BSManager](https://www.bsmanager.io) to enjoy your new mods! + +> [!Important] +> The file must be in `.zip` or `.dll` format to be imported. + ## Manual Installation > [!IMPORTANT] diff --git a/docs/wiki/Guides/Installation-and-updates/Create-a-shortcut/BsmShortcutInterface.png b/docs/wiki/Guides/Installation-and-updates/Create-a-shortcut/BsmShortcutInterface.png new file mode 100644 index 00000000..a2a31124 Binary files /dev/null and b/docs/wiki/Guides/Installation-and-updates/Create-a-shortcut/BsmShortcutInterface.png differ diff --git a/docs/wiki/Guides/Installation-and-updates/Create-a-shortcut/Create-a-shortcut.md b/docs/wiki/Guides/Installation-and-updates/Create-a-shortcut/Create-a-shortcut.md index 016e7995..24f16181 100644 --- a/docs/wiki/Guides/Installation-and-updates/Create-a-shortcut/Create-a-shortcut.md +++ b/docs/wiki/Guides/Installation-and-updates/Create-a-shortcut/Create-a-shortcut.md @@ -15,6 +15,10 @@ 4. Choose your launch options. 5. Click on __`Create a Shortcut`__. It should now appear on your desktop. +
+ SeeTxtFile.png +
+ ### On Taskbar 1. Open Notepad and drag & drop the version shortcut you need. @@ -31,25 +35,12 @@ start ## How to create a shortcut on Steam -1. In [BSManager](https://www.bsmanager.io), select the version you want to open in Steam from the list on the left side. -2. Click the gear icon at the top-right corner and select __`Create a Shortcut`__. This will create a shortcut on your desktop for launching the game. -3. Open Notepad (or any other text editor) and drag & drop the shortcut file into the text editor. You will see a string of text similar to this: - - ```yaml - bsmanager://launch/?version=1.29.1&versionIno=3940649674381032 - ``` - -4. Copy this text and remove any spaces. - -
- SeeTxtFile.png -
- -5. Open Steam and add [BSManager](https://www.bsmanager.io) as a non-Steam game. -6. In your Steam library, right-click on [BSManager](https://www.bsmanager.io), select __`Properties`__, and add the link from step 4 as a launch parameter. -7. Disable "Desktop Game Theatre" and scroll down to enable "Include in VR Library" so you can launch it from your VR headset. -8. Rename this entry to whatever you want and customize the name and the icon of the shortcut if desired. +1. Launch [BSManager](https://www.bsmanager.io) and select your version. +2. Click on the gear icon at the top-right corner of the version. +3. Click on the __`Create a Shortcut`__ button. +4. Choose your launch options. +5. Click on __`Create a Shortcut`__. It should now appear on your desktop.
- SteamShortcut.png + SeeTxtFile.png
diff --git a/docs/wiki/Guides/Installation-and-updates/Create-a-shortcut/SeeTxtFile.png b/docs/wiki/Guides/Installation-and-updates/Create-a-shortcut/SeeTxtFile.png deleted file mode 100644 index b773a32a..00000000 Binary files a/docs/wiki/Guides/Installation-and-updates/Create-a-shortcut/SeeTxtFile.png and /dev/null differ diff --git a/docs/wiki/Guides/Installation-and-updates/Create-a-shortcut/SteamShortcut.png b/docs/wiki/Guides/Installation-and-updates/Create-a-shortcut/SteamShortcut.png deleted file mode 100644 index d8e33974..00000000 Binary files a/docs/wiki/Guides/Installation-and-updates/Create-a-shortcut/SteamShortcut.png and /dev/null differ diff --git a/docs/wiki/Guides/Installation-and-updates/Create-a-shortcut/SteamShortcutCheck.png b/docs/wiki/Guides/Installation-and-updates/Create-a-shortcut/SteamShortcutCheck.png new file mode 100644 index 00000000..2ab75e56 Binary files /dev/null and b/docs/wiki/Guides/Installation-and-updates/Create-a-shortcut/SteamShortcutCheck.png differ diff --git a/docs/wiki/Guides/Installation-and-updates/Install-or-import-a-version/Install-or-import-a-version.md b/docs/wiki/Guides/Installation-and-updates/Install-or-import-a-version/Install-or-import-a-version.md index 64d179f9..c4fb3db3 100644 --- a/docs/wiki/Guides/Installation-and-updates/Install-or-import-a-version/Install-or-import-a-version.md +++ b/docs/wiki/Guides/Installation-and-updates/Install-or-import-a-version/Install-or-import-a-version.md @@ -10,7 +10,10 @@ ## Install a Version with Steam -1. Download and install [BSManager](https://www.bsmanager.io) from [GitHub](https://github.com/Zagrios/bs-manager/releases/latest), [Nexus Mods](https://www.nexusmods.com/beatsaber/mods/18?tab=files), or the [official website](https://www.bsmanager.io). +1. Download and install [BSManager](https://www.bsmanager.io) from one of the following sources: + - [GitHub](https://github.com/Zagrios/bs-manager/releases/latest) + - [Official Website](https://www.bsmanager.io) + - [Nexus Mods](https://www.nexusmods.com/beatsaber/mods/18?tab=files) 2. Open the __`Add Versions`__ interface and select the version you wish to download. 3. Choose __`Steam`__ as your platform. 4. Enter your Steam credentials (ID and password) or scan the QR code using the Steam app on your phone. @@ -28,15 +31,29 @@ > - Ensure that Beat Saber is in your __Oculus PCVR__ library to enable downgrading. > - You must run Beat Saber at least once on your computer before attempting to launch retrograde Oculus versions from [BSManager](https://www.bsmanager.io). -1. Download and install [BSManager](https://www.bsmanager.io) from [GitHub](https://github.com/Zagrios/bs-manager/releases/latest), [Nexus Mods](https://www.nexusmods.com/beatsaber/mods/18?tab=files), or the [official website](https://www.bsmanager.io). +1. Download and install [BSManager](https://www.bsmanager.io) from one of the following sources: + - [GitHub](https://github.com/Zagrios/bs-manager/releases/latest) + - [Official Website](https://www.bsmanager.io) + - [Nexus Mods](https://www.nexusmods.com/beatsaber/mods/18?tab=files) 2. Open the __`Add Versions`__ interface and select the version you wish to download. 3. Choose __`Oculus Store`__ as your platform. -4. Follow [this guide](How-to-obtain-your-Oculus-Token) to obtain your Oculus token. -5. Once logged into Oculus, the download will start automatically. Please wait for it to complete. -6. When the download is finished, select the downloaded version and click the __`Launch`__ button to verify that the game launches correctly. +4. Click on __`Connect to Meta`__ or __`Enter my login token manually`__ based on your preferred login method. + +### If you selected __`Connect to Meta`__ + +1. You will be redirected to the Oculus website. Enter your email and follow the instructions to log in. +2. Once logged in, the download will start automatically. Please wait for it to complete. +3. When the download finishes, select the downloaded version and click the __`Launch`__ button to verify that the game launches correctly. + +### If you selected __`Enter my login token manually`__ + +1. Follow [this guide](How-to-obtain-your-Oculus-Token) to obtain your Oculus token. +2. Once the token is entered and validated, the download will start automatically. Please wait for it to complete. +3. When the download finishes, select the downloaded version and click the __`Launch`__ button to verify that the game launches correctly.
OculusLogin.png + OculusLoginToken.png
## How to Import a Version diff --git a/docs/wiki/Guides/Installation-and-updates/Install-or-import-a-version/OculusLogin.png b/docs/wiki/Guides/Installation-and-updates/Install-or-import-a-version/OculusLogin.png index 10893729..45dee408 100644 Binary files a/docs/wiki/Guides/Installation-and-updates/Install-or-import-a-version/OculusLogin.png and b/docs/wiki/Guides/Installation-and-updates/Install-or-import-a-version/OculusLogin.png differ diff --git a/docs/wiki/Guides/Installation-and-updates/Install-or-import-a-version/OculusLoginToken.png b/docs/wiki/Guides/Installation-and-updates/Install-or-import-a-version/OculusLoginToken.png new file mode 100644 index 00000000..10893729 Binary files /dev/null and b/docs/wiki/Guides/Installation-and-updates/Install-or-import-a-version/OculusLoginToken.png differ