You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
original post in modding-resources by @Slime_Cubed
Summary
Links to tutorials on using ILHooks. ILHooks allow a mod to rewrite code anywhere inside a method at runtime, but are harder to use than normal hooks.
Body
Introduction/tutorial for CIL and IL hooks:
https://risk-of-thunder.github.io/R2Wiki/Mod-Creation/C%23-Programming/IL-Hooking/ (this doc contains some Discord message links; these go to the Risk of Rain 2 Modding server)
Examples:
https://discord.com/channels/291184728944410624/431534164932689921/867304387538059274 (a small mod that disables explosion damage for players)
Beta Was this translation helpful? Give feedback.
All reactions