From dca9c175d7cd6fec3fda00a108c76cf12a78cb37 Mon Sep 17 00:00:00 2001 From: faded Date: Fri, 3 Jan 2025 16:01:46 +0900 Subject: [PATCH 1/5] Rhythia Online FAQ --- wiki/.vitepress/config.mts | 1 + wiki/faq/rhythia-online.md | 99 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 100 insertions(+) create mode 100644 wiki/faq/rhythia-online.md diff --git a/wiki/.vitepress/config.mts b/wiki/.vitepress/config.mts index a4c3e85..f923ea1 100644 --- a/wiki/.vitepress/config.mts +++ b/wiki/.vitepress/config.mts @@ -91,6 +91,7 @@ export default defineConfig({ ['Installing custom content', '/faq/custom-content'], ['Watching replays', '/faq/watching-replays'], ['In-game keybinds', '/faq/game-keybinds'], + ['Rhythia Online', '/faq/rhythia-online'], ['Troubleshooting', '/faq/troubleshooting'], ], ], diff --git a/wiki/faq/rhythia-online.md b/wiki/faq/rhythia-online.md new file mode 100644 index 0000000..fba8396 --- /dev/null +++ b/wiki/faq/rhythia-online.md @@ -0,0 +1,99 @@ +--- +layout: doc +--- + +# Rhythia Online +FAQ about the online client + +## Index + +- [Installing the client](#installing-the-client) +- [How do I submit scores](#how-do-i-submit-scores) +- [Hosting a lobby](#hosting-a-lobby) +- [Common Issues](#common-issues) + +## Installing the client + +Currently there is no support for Linux with the online client + +- Head to [rhythia.com](https://github.com/David20122/sound-space-plus/releases/latest/) and select __Download Online__ ([Download](https://github.com/cunev/rhythia-online-release/releases/download/development/rhythia-online.zip)) + +- Once you have downloaded the .zip file, extract it. + +- Once the zip file is extracted, run Rhythia.exe + +- To be able to use the online client you must have a Rhythia account + +::: warning +You must have Visual C++ Redistributable downloaded to be able to run the game on Windows! + +You can download it [here](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170) +::: + +## How do I submit scores +Only with the online client may you be able to submit scores + +### Which maps will award Rhythm Points +In order to earn RP and compete against other players you need to play a specific set of maps: +- __Ranked Maps__ + - Maps that are user-uploaded and have been verified by Map Management Team +- __Legacy Maps__ + - Maps that are part of default Rhythia/SS map pool + +### Necessary configuration +You must use default configuration in order to submit scores + +- Hitwindow milliseconds must be 55 +- Note hitbox size must be 1.14 +- Counter speed must be enabled +- Visual mode must be disabled +- Start offset must be 0 +- Pause count must be 0 + +If you have Camera Unlock (Spin) you must also use the following + +- Grid Parallax must be 0 + +## How do I play multiplayer +How to create and join a multiplayer lobby + +### Create a lobby +1. Open the online menu +2. Press __Join Multiplayer__ and select __Casual Mode__ +3. Write any lobby name +4. Once in the lobby, you can share the lobby name with your friends + +### Selecting maps +Before selecting: + +- You can select any map that is __submitted__ on the Rhythia website, or else syncing won't work +- All maps that you select will have to be redownloaded to prevent modifications/changed offsets + +How to select: + +1. If you are host, you can press select map, click on a map and choose it +2. After each user has downloaded and is Ready, you can start the game +3. All the mods that you have selected during map selection, will be synced across all players + +Transferring the host: + +- Inside the lobby chat, type /host \[username] to transfer host + +## Common Issues + +### Rhythia Online will not load +Try to restart Rhythia Online, if this does not work try restarting your PC + +#### Windows can not find node.exe +If this error is being thrown a solution might be to go into ```C:/Users/[USERNAME]/AppData/SoundSpacePlus/Helper``` + +1. Check if inside ```helper``` there are two folders, one being ```extracted``` another being ```tempt``` + +2. Look inside ```extracted```. If it is empty, simply take the contents of ```temp``` and copy it over to ```extracted``` + +3. Relaunch the game + +#### My issue is not listed here, or these did not work +Report your issues to @Cunev via [Discord](https://discord.gg/rhythia) + +If you found any manual solutions to your problem please reach out as well! \ No newline at end of file From 7cd12fbc7d2a6ae9fd738e628f9b54cceea40c52 Mon Sep 17 00:00:00 2001 From: faded Date: Sat, 4 Jan 2025 01:54:38 +0900 Subject: [PATCH 2/5] Online FAQ improvements --- wiki/.vitepress/config.mts | 7 ++++++- wiki/{faq => online}/rhythia-online.md | 15 ++++++++++++--- 2 files changed, 18 insertions(+), 4 deletions(-) rename wiki/{faq => online}/rhythia-online.md (77%) diff --git a/wiki/.vitepress/config.mts b/wiki/.vitepress/config.mts index f923ea1..435c6c4 100644 --- a/wiki/.vitepress/config.mts +++ b/wiki/.vitepress/config.mts @@ -91,10 +91,15 @@ export default defineConfig({ ['Installing custom content', '/faq/custom-content'], ['Watching replays', '/faq/watching-replays'], ['In-game keybinds', '/faq/game-keybinds'], - ['Rhythia Online', '/faq/rhythia-online'], ['Troubleshooting', '/faq/troubleshooting'], ], ], + [ + 'Online', + [ + ['Rhythia Online', '/online/rhythia-online'], + ], + ], [ 'Mapping', [ diff --git a/wiki/faq/rhythia-online.md b/wiki/online/rhythia-online.md similarity index 77% rename from wiki/faq/rhythia-online.md rename to wiki/online/rhythia-online.md index fba8396..21d06e0 100644 --- a/wiki/faq/rhythia-online.md +++ b/wiki/online/rhythia-online.md @@ -16,7 +16,7 @@ FAQ about the online client Currently there is no support for Linux with the online client -- Head to [rhythia.com](https://github.com/David20122/sound-space-plus/releases/latest/) and select __Download Online__ ([Download](https://github.com/cunev/rhythia-online-release/releases/download/development/rhythia-online.zip)) +- Head to [rhythia.com](https://www.rhythia.com/) and select __Download Online__ ([Download](https://github.com/cunev/rhythia-online-release/releases/download/development/rhythia-online.zip)) - Once you have downloaded the .zip file, extract it. @@ -84,14 +84,23 @@ Transferring the host: ### Rhythia Online will not load Try to restart Rhythia Online, if this does not work try restarting your PC -#### Windows can not find node.exe +If you're on a slower connection you might want to wait a while before restarting just incase, Rhythia Online downloads roughly 200mb of data + +#### Windows can't find node.exe / Failed to extract files / Percentage stuck at 100% If this error is being thrown a solution might be to go into ```C:/Users/[USERNAME]/AppData/SoundSpacePlus/Helper``` 1. Check if inside ```helper``` there are two folders, one being ```extracted``` another being ```tempt``` 2. Look inside ```extracted```. If it is empty, simply take the contents of ```temp``` and copy it over to ```extracted``` -3. Relaunch the game +3. Create a text file inside ```C:/Users/[USERNAME]/AppData/SoundSpacePlus``` and rename it to ```helper_version``` + +4. As of __January 3, 2025__ the string inside ```helper_version``` should be ```1735400730872``` + +4. Relaunch the game + +#### Failed to extract files +Whitelist the folder on your antivirus software, [click here for a guide!](https://support.microsoft.com/en-us/windows/add-an-exclusion-to-windows-security-811816c0-4dfd-af4a-47e4-c301afe13b26) #### My issue is not listed here, or these did not work Report your issues to @Cunev via [Discord](https://discord.gg/rhythia) From 1001192abccc3d6777ca021291c94421956837d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:25:32 +0000 Subject: [PATCH 3/5] Bump nanoid from 3.3.7 to 3.3.8 Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 20121c6..2db072e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -827,9 +827,9 @@ mrmime@^1.0.1: integrity sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw== nanoid@^3.3.7: - version "3.3.7" - resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz" - integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g== + version "3.3.8" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf" + integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w== node-process@^1.0.1: version "1.0.1" From 5c154f21368eef96742a74ad8d19d76d602c869b Mon Sep 17 00:00:00 2001 From: Chlebqowy <100712023+Chlebqowy@users.noreply.github.com> Date: Sun, 22 Jun 2025 13:58:41 +0200 Subject: [PATCH 4/5] Correct the linux binary name --- wiki/faq/installing-the-game.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wiki/faq/installing-the-game.md b/wiki/faq/installing-the-game.md index fb2d5c7..25ad514 100644 --- a/wiki/faq/installing-the-game.md +++ b/wiki/faq/installing-the-game.md @@ -35,7 +35,7 @@ The following packages are recommended for this version: - Once the linux.zip file has been downloaded, right click it and extract it. -- After extracting the zip file, run Rhythia.x86_64 +- After extracting the zip file, run SoundSpacePlus.x86_64.x86_64 ### Non-GUI version ::: warning @@ -56,7 +56,7 @@ $ unzip -d Rhythia linux.zip ```sh # While inside ~/Downloads $ cd Rhythia -$ ./Rhythia.x86_64 +$ ./SoundSpacePlus.x86_64.x86_64 ``` ## Linux troubleshooting @@ -69,4 +69,4 @@ $ sudo chmod +x Rhythia.x86_64 ::: warning You need to be a superuser in order to run sudo -::: \ No newline at end of file +::: From fc87be85cf557850ae2751167cfe939e27054f98 Mon Sep 17 00:00:00 2001 From: Chlebqowy <100712023+Chlebqowy@users.noreply.github.com> Date: Sun, 22 Jun 2025 14:01:58 +0200 Subject: [PATCH 5/5] Fix linux binary name 2 --- wiki/faq/installing-the-game.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/faq/installing-the-game.md b/wiki/faq/installing-the-game.md index 25ad514..81ad503 100644 --- a/wiki/faq/installing-the-game.md +++ b/wiki/faq/installing-the-game.md @@ -35,7 +35,7 @@ The following packages are recommended for this version: - Once the linux.zip file has been downloaded, right click it and extract it. -- After extracting the zip file, run SoundSpacePlus.x86_64.x86_64 +- After extracting the zip file, run SoundSpacePlus.x86_64 ### Non-GUI version ::: warning @@ -56,7 +56,7 @@ $ unzip -d Rhythia linux.zip ```sh # While inside ~/Downloads $ cd Rhythia -$ ./SoundSpacePlus.x86_64.x86_64 +$ ./SoundSpacePlus.x86_64 ``` ## Linux troubleshooting