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
Documentation concentrators such as the Modding Wiki, with direct links to the most relevant pages.
How-tos, Tutorials, general Guides, from "How to Install Mods", to "How to make your Elegant Catslug".
Technical Guides, no matter how short, from "Painting soft-props for use in the LevelEditor" to "How to hook a property".
Cheatsheets and other single-image educative resources related to modding, accompanied by the appropriate explanation.
Tiles, props, sprites, assets for modders to use, preferably organized in an external repository so you can update it without spamming messages/edits.
Entry format
A good resources entry would have:
A title that is both short and informative
If the guide is not made by you, an attribution to the original author if possible
A brief summary that tells the reader what the entry is about (avoid posting a collection of images without comments, for example)
Either contents of the guide, or a link to where it's hosted (former is preferred, but both are fine)
Illustrations and screenshots if relevant
Example entry
# How to paint the slugcat red## Summary
This guide describes the process of making all slugcats blood red.
## Necessary steps1. Create a BepInEx plugin C# project
2. Hook PlayerGraphics.DrawSprites
3. In PlayerGraphics.DrawSprites hook, loop through every sprite in sLeaser.sprites, skipping sprite at index 9, and set their color to Color.red
## Illustrations![red slugcat](red_slugcat.png)
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
-
What goes here
Entry format
A good resources entry would have:
Example entry
Beta Was this translation helpful? Give feedback.
All reactions