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. +
+
-
+
+