From c5103395b0a7c19510d84e2cbc8643320e44dd1b Mon Sep 17 00:00:00 2001 From: Ron Au <5785323+ronvoluted@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:17:59 +1100 Subject: [PATCH] docs(Universal Mods): Update UnityExplorer repos (#88) - simplify sections - fix markdown table alignment --- docs/universalmods.md | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/docs/universalmods.md b/docs/universalmods.md index 17545e0..5365d33 100644 --- a/docs/universalmods.md +++ b/docs/universalmods.md @@ -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. |