Skip to content

Releases: emeryllium/ShaderEngine

ShaderEngine v1.0.0-alpha

06 May 16:06
758591b

Choose a tag to compare

v1.0.0-alpha of ShaderEngine. Allows for injection of shaders into BTD6. Still in early development.

  • Allows for use of image effect shaders through asset bundles (.assets files).
  • Requires a json file for each asset bundle to determine shader settings (int/float).
  • Automatically generates shader settings based on the json file.
  • Settings do not need a restart to update.

To download:

  1. Put ShaderEngine.dll into your mods folder.
  2. Make a folder titled "ShaderEngine" in your mods folder if there isn't one there already.
  3. Put the shaders in that folder that you want. (.assets and .json file, example shaders provided below in the ShaderEngine.zip folder.)