Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slxdy authored Jun 8, 2024
1 parent c29a95c commit 9909b37
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
<h1>TweaksLauncher</h1>
</div>

A lightweight Unity mod launcher for IL2CPP games built for windows x64 and x86.
A Simple and User-friendly Unity Mod Launcher for Windows.

# In Development
The project is still in development. Check out [the roadmap](https://github.com/users/slxdy/projects/2).

## How it works
TweaksLauncher is a game launcher, meaning it does NOT inject itself into the game, but rather starts it manually through the UnityPlayer module.
Mods can interact with the game through the generated proxy assemblies from [Il2CppInterop](https://github.com/BepInEx/Il2CppInterop), just like with any other known Il2Cpp mod loaders.

## Requirements
- [.NET 8.0 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-8.0.3-windows-x64-installer)
Expand All @@ -37,4 +36,3 @@ The project should be compiled using Visual Studio. Make sure to build the entir
[BepInEx/Dobby](https://github.com/BepInEx/Dobby) - Fork of jmpews/Dobby with stability edits for Windows<br>
[HarmonyX](https://github.com/BepInEx/HarmonyX) - Harmony built on top of MonoMod.RuntimeDetours with additional features<br>
[Pastel](https://github.com/silkfire/Pastel) - A tiny utility class that makes colorizing console output a breeze.<br>
[GameFinder.StoreHandlers.Steam](https://github.com/erri120/GameFinder) - Library for finding games installed with Steam.

0 comments on commit 9909b37

Please sign in to comment.