This package has been marked as deprecated, and it's suggested another
alternative is used.
Last updated | 2 years ago |
Total downloads | 482 |
Total rating | 1 |
Categories | |
Dependency string | ConfiG-Cats_are_Themed-0.1.0 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
ConfiG-Cats_are_Liquid_API
Some small useful APIs and utilities for modding Cats are Liquid - A Better Place
Preferred version: 0.2.5README
Cats are Themed
Custom themes support
Usage
Put custom theme files in the world pack folder, they should have a .theme
extension
The format is XML, example theme (i'm too lazy to document everything (there's a lot of stuff), enter the modding Discord server or read the code yourself if you need help):
<?xml version="1.0" encoding="UTF-8"?>
<CustomTheme>
<baseTheme>3</baseTheme>
<themeOverrides>
<bloom>6</bloom>
<primaryColor>1</primaryColor>
</themeOverrides>
<valueOverrides>
<primaryColor>
<r>0.0</r>
<g>1.0</g>
<b>0.0</b>
<a>0.8</a>
</primaryColor>
<bloom>
<enabled>false</enabled>
<intensity>6.9</intensity>
</bloom>
<chromaticAberration>
<enabled>true</enabled>
<intensity>3.4</intensity>
</chromaticAberration>
<vignette>
<enabled>true</enabled>
<color>
<r>0.0</r>
<g>0.0</g>
<b>0.0</b>
<a>0.5</a>
</color>
<intensity>0.8</intensity>
</vignette>
</valueOverrides>
</CustomTheme>
Manual installation
- Install any dependencies this mod has (listed above)
- Install this mod the same way as described in BepInExPack manual installation guide
Changelog
0.1.0
- initial release