Skip to content

Commit

Permalink
docs(Universal Mods): Update UnityExplorer repos (#88)
Browse files Browse the repository at this point in the history
- simplify sections
- fix markdown table alignment
  • Loading branch information
ronvoluted authored Oct 13, 2024
1 parent e4272a8 commit c510339
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions docs/universalmods.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ A universal mod is a mod which is supposed to work on all games. This means you

### Universal Mods

| Name | Author | Description |
| ------------------------------------------------------------------------- | --------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [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. | | |
| [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. | | |
| Name | Author | Description |
| ------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [UnityExplorer](https://github.com/yukieiji/UnityExplorer) | [Sinai](https://github.com/sinai-dev)/[yukieiji](https://github.com/yukieiji) | An in-game explorer and a suite of debugging tools for Unity games, using MelonLoader. |
| [Cinematic Unity Explorer](https://github.com/originalnicodr/CinematicUnityExplorer) | [Sinai](https://github.com/sinai-dev)/[originalnicodr](https://github.com/originalnicodr) | Fork of UnityExplorer focused on tools for creating marketing material for Unity games. |
| [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. |
| [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. |

<hr>

Expand All @@ -27,13 +28,4 @@ A universal mod is a mod which is supposed to work on all games. This means you
| [OwO Mod](https://github.com/DubyaDude/OwO-Mod/releases) | [DubyaDude](https://github.com/DubyaDude) | OwO-ify all the text. Dwon't youw want some smwall owo ? |
| [XSOverlayTitleHider](https://github.com/MintLily/XSOverlayTitleHider/releases) | [MintLily](https://github.com/MintLily) | Universal MelonLoader Mod, that is used to hide the default title console is given with MelonLoader. This is to hide XSOverlay's Discord Rich Presence game title, replacing it to Anything of your choosing. |
| [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 |

<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. |

0 comments on commit c510339

Please sign in to comment.