ConfiG-Cats_are_Themed icon

Cats are Themed

Custom themes support

Last updated a year ago
Total downloads 237
Total rating 1 
Categories
Dependency string ConfiG-Cats_are_Themed-0.1.0
Dependants 0 other mods depend on this mod

This mod requires the following mods to function

ConfiG-Cats_are_Liquid_API-0.2.5 icon
ConfiG-Cats_are_Liquid_API

Some small useful APIs and utilities for modding Cats are Liquid - A Better Place

Preferred version: 0.2.5

README

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

  1. Install any dependencies this mod has (listed above)
  2. Install this mod the same way as described in BepInExPack manual installation guide

Changelog

0.1.0

  • initial release

Available versions

Please note that the install buttons only work if you have compatible client software installed, such as the Thunderstore Mod Manager. Otherwise use the zip download links instead.

Upload date Version number Downloads Download link  
2022-1-5 0.1.0 237 Version 0.1.0 Install