Muse Dash: Add mentions to Muse Plus to Docs and Options. (#2179)

* Add mentions to Muse Plus.

* Grammer fix.

* Apply Exempt-Medics Suggestion

Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com>

* Make [Just as Planned] casing consistent. Fix grammar on Available Trap Types option.

---------

Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com>
This commit is contained in:
Justus Lind 2023-09-26 12:21:09 +10:00 committed by GitHub
parent 974bab2b24
commit 4aed2be93b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -3,8 +3,8 @@ from Options import Toggle, Option, Range, Choice, DeathLink, ItemSet
class AllowJustAsPlannedDLCSongs(Toggle): class AllowJustAsPlannedDLCSongs(Toggle):
"""Whether 'Just as Planned DLC' songs, and all the DLCs along with it, will be included in the randomizer.""" """Whether [Just as Planned]/[Muse Plus] DLC Songs, and all the DLCs along with it, will be included in the randomizer."""
display_name = "Allow Just As Planned DLC Songs" display_name = "Allow [Just as Planned]/[Muse Plus] DLC Songs"
class StreamerModeEnabled(Toggle): class StreamerModeEnabled(Toggle):
@ -125,7 +125,7 @@ class TrapTypes(Choice):
- VFX Traps consist of visual effects that play over the song. (i.e. Grayscale.) - VFX Traps consist of visual effects that play over the song. (i.e. Grayscale.)
- SFX Traps consist of changing your sfx setting to one possibly more annoying sfx. - SFX Traps consist of changing your sfx setting to one possibly more annoying sfx.
Traps last the length of a song, or until you die. Traps last the length of a song, or until you die.
Note: SFX traps are only available with Just As Planned dlc songs. Note: SFX traps are only available if [Just as Planned] DLC songs are enabled.
""" """
display_name = "Available Trap Types" display_name = "Available Trap Types"
option_None = 0 option_None = 0

View File

@ -17,7 +17,7 @@ The goal of Muse Dash is to collect a number of **Music Sheets**. Once you've co
Only the base Muse Dash game is required in order to play this game. Only the base Muse Dash game is required in order to play this game.
However, the **Just as Planned DLC** is recommended as the number of possible songs increases from 60+ to 400+ songs, which adds to the variety and increases replayability. However, the **[Just as Planned]**/**[Muse Plus]** DLC is recommended, as it increases the number of possible songs from ~60 to 400+ songs, which adds to the variety and increases replayability.
## What Other Adjustments have been made to the Base Game? ## What Other Adjustments have been made to the Base Game?
- Several song select filters have been added to make finding songs to play easy. - Several song select filters have been added to make finding songs to play easy.

View File

@ -8,7 +8,7 @@
- Windows 8 or Newer. - Windows 8 or Newer.
- Muse Dash: [Available on Steam](https://store.steampowered.com/app/774171/Muse_Dash/) - Muse Dash: [Available on Steam](https://store.steampowered.com/app/774171/Muse_Dash/)
- \[Optional\] Just As Planned DLC: [Also Available on Steam](https://store.steampowered.com/app/1055810/Muse_Dash__Just_as_planned/) - \[Optional\] [Just as Planned] DLC: [Also Available on Steam](https://store.steampowered.com/app/1055810/Muse_Dash__Just_as_planned/)
- Melon Loader: [GitHub](https://github.com/LavaGang/MelonLoader/releases/latest) - Melon Loader: [GitHub](https://github.com/LavaGang/MelonLoader/releases/latest)
- .Net Framework 4.8 may be needed for the installer: [Download](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48) - .Net Framework 4.8 may be needed for the installer: [Download](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48)
- .Net 6.0 (If not already installed): [Download](https://dotnet.microsoft.com/en-us/download/dotnet/6.0#runtime-6.0.15) - .Net 6.0 (If not already installed): [Download](https://dotnet.microsoft.com/en-us/download/dotnet/6.0#runtime-6.0.15)