Skip to content

Hamunii/ILPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ILPlugin: A Simple BepInEx Plugin written in IL

This is simple Lethal Company mod written in IL. All it does is print stuff into the BepInEx console, like when it's loaded, and in one Hook at the very start of the game.

Why?

Writing a BepInEx Plugin in IL is a good way to learn about IL. It can also be helpful when writing transpilers/ILHooks.

If you want to play with this yourself, I'd recommend creating a reference plugin in C# to figure out how to do things.

Contributing & Stuff

  1. Fork & clone the repo
  2. Open the solution
  3. Build
  4. ???
  5. Success

Note

This plugin depends on MMHOOK_Assembly-CSharp.dll, which is generated by (Auto)HookGenPatcher. This needs to be present at runtime.

About

A Simple BepInEx Plugin written in IL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published