Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move HWIDPatch to the correct section #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/universalmods.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ A universal mod is a mod which is supposed to work on all games. This means you
| ------------------------------------------------------------------------- | --------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Explorer](https://github.com/sinai-dev/Explorer/releases) | [Sinai](https://github.com/sinai-dev) | An in-game explorer and a suite of debugging tools for Unity games, using MelonLoader. | | |
| [MelonPreferencesManager](https://github.com/Bluscream/MelonPreferencesManager) | [Sinai](https://github.com/sinai-dev) | In-game UI for managing MelonLoader Mod Preferences, with IL2CPP and Mono support. | | |
| [LuaLoader](https://github.com/NeptuneQ/LuaLoader/releases) | [NeptuneQ](https://github.com/NeptuneQ) | Universal MelonLoader MOD, giving MelonLoader the ability to load Lua language | | |
| [HWIDPatch](https://github.com/knah/ML-UniversalMods/releases) | [knah](https://github.com/knah) | Replaces the HWID used by Unity with a random HWID. | | |
| [LuaLoader](https://github.com/NeptuneQ/LuaLoader/releases) | [NeptuneQ](https://github.com/NeptuneQ) | Universal MelonLoader MOD, giving MelonLoader the ability to load Lua language | | | | |
| [RuntimeGraphicsSettings](https://github.com/knah/ML-UniversalMods/releases) | [knah](https://github.com/knah) | A mod to allow tweaking some graphics settings at runtime to get those extra few frames. UIExpansionKit is recommended to actually be able to change options in-game. | | |
| [CoreLimiter](https://github.com/knah/ML-UniversalMods/releases) | [knah](https://github.com/knah) | CoreLimiter can automatically limit your game to certain CPU cores. This can increase performance on some Ryzen CPUs by up to 100% (45→90 FPS), with 8-core 2700X/3700X seeing those gains. Play with mod settings to tune it to your own system. If you use it on a different CPU, please share your results! Obviously this only helps with CPU performance, it won't help if you're bottlenecked by your GPU. | | |
| [ITR's MelonCameras](https://github.com/ITR13/ITR-sMelonCameras/releases) | [ITR13](https://github.com/ITR13) | Allows you to spawn cameras that render to your screen similarly to stream cameras. | | |
Expand All @@ -30,11 +29,12 @@ A universal mod is a mod which is supposed to work on all games. This means you
| [GamePriority](https://github.com/MintLily/GamePriority/releases) | [MintLily](https://github.com/MintLily) | Using MelonLoader, this is a universal mod that allows you to set the game's process priority with either Normal or High. |
| [~CppExplorer~](https://github.com/sinai-dev/CppExplorer/releases) (Use [Explorer](#universal-mods)) | [Sinai](https://github.com/sinai-dev) | An in-game explorer and a suite of debugging tools for IL2CPP Unity games, using MelonLoader. |
| [LocalPlayerPrefs](https://github.com/knah/ML-UniversalMods/releases) | [knah](https://github.com/knah) | Patches Unity so it saves and loads all settings to `UserData\PlayerPrefs.json` instead of the Window Registry |

| [HWIDPatch](https://github.com/knah/ML-UniversalMods/releases) | [knah](https://github.com/knah) | Replaces the HWID used by Unity with a random HWID. | | |
<hr>

### Mono Universal Mods

| Name | Author | Description |
| ------------------------------------------------------------------------------------------------------ | ------------------------------------- | ------------------------------------------------------------------------------------------- |
| [~MonoExplorer~](https://github.com/sinai-dev/MonoExplorer/releases) (Use [Explorer](#universal-mods)) | [Sinai](https://github.com/sinai-dev) | An in-game explorer and a suite of debugging tools for Mono Unity games, using MelonLoader. |
| [HWIDPatch](https://github.com/Bluscream/hwidpatch-ml-mod/releases/) | [knah, Bluscream](https://github.com/knah) | Replaces the HWID used by Unity with a random HWID.