1
0
forked from akanyan/mu3-mods
Files
mu3-mods/Enhancements/DisableGP/README.md
2025-02-10 03:36:17 +00:00

23 lines
484 B
Markdown

## DisableGP
Patches out credits and GP checks.
Freezes GP at a fixed value. This value still affects money income (default is 999).
```ini
[Extra]
GP=999
```
Reorganizes the footer UI by default. Credits and GP are removed, and the network icons are moved to the left corner. This can be reverted with TestMenuConfig or in mu3.ini:
```ini
[Extra]
HideCredits=1
HideGP=1
```
There is also an option to hide the game version (bottom-right corner):
```ini
[Extra]
HideVersion=0
```