Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebby1999 committed Jan 4, 2024
1 parent d93bf44 commit f35fd08
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# RoR2StubbedShaders
A repository for commonly used stubbed shaders for developing mods for Risk of Rain 2

Stubbed Shaders are custom shaders used during the development of a mod for saving the property data of materials.

This is used to later on, at runtime, swap the stubbed shaders for the actual game's shaders. Which will allow for the visuals to properly work while keeping all the properties intact.

## Features

* Includes every relevant stubbed shader for ror2
* Shader names are formatted as addressables strings to easily link stubbed and real shaders at runtime
* Shader properties have been updated for ease-of-use in the editorsed stubbed shaders for developing mods for Risk of Rain 2

0 comments on commit f35fd08

Please sign in to comment.