CessilCellsCeaChells is a BepInEx 5 preload patcher that operates by scanning all installed plugins for specific assembly attributes. These attributes provide instructions for the patcher to check for the existence of, and create if necessary, various fields, methods, properties, and enums within the game's managed DLLs located in the /Game_Data/Managed/
directory.
The wiki contains a Getting Started section as well as usages of assembly attributes.
- Injecting Public Instance Properties on any type in
/Game_Data/Managed/*.dll
- Injecting Private Instance Fields on any type in
/Game_Data/Managed/*.dll
- Injecting Public Methods on any type in
/Game_Data/Managed/*.dll
with any parameters, defaults, and/or return type. - Injecting Enum Entries onto any enum in an ordered fashion.
BepInEx - v5.x.x
Current Thunderstore Communities | ||
---|---|---|
- Create an issue for the specific community