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 6, 2024
1 parent a2905b4 commit e12625a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

A lightweight Unity mod launcher for IL2CPP games built for windows x64 and x86.

# 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.
Expand Down Expand Up @@ -34,4 +37,4 @@ 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.
[GameFinder.StoreHandlers.Steam](https://github.com/erri120/GameFinder) - Library for finding games installed with Steam.

0 comments on commit e12625a

Please sign in to comment.