Skip to content

Commit

Permalink
🚀 Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Asgragrt committed Feb 8, 2025
1 parent 88f14dd commit 27ca106
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 16 deletions.
Binary file removed Media/MenuToggle.jpg
Binary file not shown.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Reflection;
using MelonLoader;
using Main = SelectiveEffects.Main;
using static SelectiveEffects.Properties.MelonBuildInfo;
using Main = SelectiveEffects.Main;

[assembly: MelonInfo(typeof(Main), ModName, ModVersion, Author)]
[assembly: MelonGame("PeroPeroGames", "MuseDash")]
Expand All @@ -17,4 +17,4 @@
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion(ModVersion)]
[assembly: AssemblyFileVersion(ModVersion)]
[assembly: AssemblyFileVersion(ModVersion)]
8 changes: 4 additions & 4 deletions Properties/MelonBuildInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

internal static class MelonBuildInfo
{
internal const string ModName = "SelectiveEffects";

internal const string Author = "Asgragrt";

internal const string ModVersion = "1.3.1";
}
internal const string ModName = "SelectiveEffects";

internal const string ModVersion = "1.4.0";
}
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,14 @@ The config file can be found at `${Your muse dash folder}/UserData/SelectiveEffe

### Judgement

* `DisableJudgement` disables the judgements (including early/late).
* `DisableJudgement` disables the judgments (including early/late).
* `DisablePerfects` disables the perfect judgement.
* `DisableGreats` disables the great judgement.
* `DisablePass` disables the pass judgement.
* `MakeJudgementSmaller` makes judgements smaller.
* `JudgementScalePercentage` original judgement size percentage (0% → invisible judgements, 100% → original
size judgements).
* `DisablePerfectPerfects` disables perfect judgement (non early non late).
* `MakeJudgementSmaller` makes judgments smaller.
* `JudgementScalePercentage` original judgement size percentage (0% → invisible judgments, 100% → original
size judgments).

### Hit

Expand All @@ -67,21 +68,24 @@ The config file can be found at `${Your muse dash folder}/UserData/SelectiveEffe
* `DisableHurtFx` disables the text that appear when the character is hurt.
* `DisableElfinFx` disables elfin effects.

It is preferred to use the `DisableAllEfects` option instead of the individual options (this doesn't apply to the Fever
effects since they are handled in a different way).
### Stage

## In-game screenshots
* `DisableStageBackground` disables the stage background (Takes precedence over DisableStageExceptFloor).
* `DisableStageExceptFloor` disables the stage background except the floor.

### Menu Toggle
### GameScene

![MenuToggle](Media/MenuToggle.jpg)
* `DisableGirl` disables the girl's sprite.
* `DisableElfin` disables the elfin's sprite.

> [!NOTE]
> It is preferred to use the `DisableAllEffects` option instead of the individual options (this doesn't apply to the **Fever**, **Stage**, and **GameScene** since they are handled in a different way).
## Installation

### Prerequisites

* Make sure you have `MelonLoader 0.6.1` or higher installed and working on your Muse Dash.
* [MuseDashMirror 3.1.3](https://github.com/MDMods/MuseDashMirror/releases/latest) or higher

### Steps

Expand Down

0 comments on commit 27ca106

Please sign in to comment.