Skip to content

Commit 826bc94

Browse files
committed
📝 Update README.md
1 parent f6e1b8c commit 826bc94

1 file changed

Lines changed: 30 additions & 7 deletions

File tree

README.md

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,67 @@
11
# SelectiveEffects
2+
23
Mod that allows disabling battle effects.
34

45
## Features
6+
57
* Individual config options for several effects.
68
* Enable/disable toggle at the menu.
79

810
## Settings
11+
912
The config file can be found at `${Your muse dash folder}/UserData/SelectiveEffects.cfg`
13+
1014
### Main
15+
1116
* `Enabled` stores the last status of the toggle.
12-
* `DisableAllEfects` uses a general method to disable all effects in battle.
17+
* `DisableAllEffects` uses a general method to disable all effects in battle.
18+
1319
### Fever
20+
1421
* `DisableFever` disables fever's background and stars.
15-
* `DisableBackground` disables the fever background (keeping the stars and the ending transition). **If only this fever option is enabled it behaves exactly like _BALLCOCK_ mod**.
22+
* `DisableBackground` disables the fever background (keeping the stars and the ending transition). **If only this fever
23+
option is enabled it behaves exactly like _BALLCOCK_ mod**.
1624
* `DisableStars` disables the fever stars.
1725
* `DisableTransition` disables the ending transition. **Looks better with `DisableBackground`**.
26+
1827
### Judgement
28+
1929
* `DisableJudgement` disables the judgements (including early/late).
20-
* `MakeJudgementSmaller` if the judgements are available, it makes them ~25% smaller.
2130
* `DisablePerfects` disables the perfect judgement.
2231
* `DisableGreats` disables the great judgement.
2332
* `DisablePass` disables the pass judgement.
33+
* `MakeJudgementSmaller` makes judgements smaller.
34+
* `JudgementScalePercentage` original judgement size percentage (0% → invisible judgements, 100% → original
35+
size judgements).
36+
2437
### Hit
25-
* `DisableHitDissapearAnimation` disables the enemies animation when they have been hit and makes them disappear inmmeadiatly.
26-
* `DisableHitEffects` disables the hit effects and particles.
38+
39+
* `DisableHitDisappearAnimation` disables the enemies animation when they have been hit and makes them disappear
40+
immediately.
41+
* `DisableHitEffects` disables hit effects and particles.
2742
* `DisableGirlHitFx` the same as `DisableHitEffects` but doesn't disappear the out_fx of some enemies.
43+
* `DisableGirlHitParticlesOnly` disables the hit star particles.
2844
* `DisablePressFx` disables some particles when pressing the holds.
45+
2946
### MusicHearts
47+
3048
* `DisableMusicNotesFx` disables the particles and text that appear when you touch a music note.
3149
* `DisableHeartsFx` disables the particles and text that appear when you touch a heart.
50+
3251
### Misc
52+
3353
* `DisableBossFx` disables some effects the boss has when deploying enemies.
3454
* `DisableDustFx` disables the dust effect when the character falls to the ground.
3555
* `DisableHurtFx` disables the text that appear when the character is hurt.
3656
* `DisableElfinFx` disables elfin effects.
3757

38-
It is prefered 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).
58+
It is preferred to use the `DisableAllEfects` option instead of the individual options (this doesn't apply to the Fever
59+
effects since they are handled in a different way).
3960

4061
## In-game screenshots
62+
4163
### Menu Toggle
64+
4265
![MenuToggle](Media/MenuToggle.jpg)
4366

44-
## ❗Check out my other [mods](https://github.com/Asgragrt#musedash-modding)
67+
## ❗Check out my other [mods](https://github.com/Asgragrt#musedash-modding)

0 commit comments

Comments
 (0)