You are viewing a potentially older version of this package. View all versions.
Tekla-ColorfulSigns-5.4.1500 icon

ColorfulSigns

Enable Unity's enriched text in signs and change default color to white.

Date uploaded 2 years ago
Version 5.4.1500
Download link Tekla-ColorfulSigns-5.4.1500.zip
Downloads 3667
Dependency string Tekla-ColorfulSigns-5.4.1500

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.1600 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.1600
ValheimModding-Jotunn-2.3.7 icon
ValheimModding-Jotunn

Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.

Preferred version: 2.3.7
Tekla-JsonDotNet-13.0.1 icon
Tekla-JsonDotNet

Redistribution of Json.Net from Newtonsoft under MIT license.

Preferred version: 13.0.1

README

ColorfulSigns

Enable Unity's enriched text in signs and change default color to white.

Tag Effect
b Bold
i Italic
<size=50>s</size> Size
<color=#ff0000ff>c</color> Color

Source

Color Library

This functionality allows you to use specific colors without having to remember their hexadecimal value. Inside the plugin folder there is now a file called "color_library.json". You will see something like:

{
  "red": "#a12d2d",
  "blue": "#292fcf"
}

This will turn "<color=red>" to "<color=#a12d2d>" when inputting a sign text value, effectively changing its color. You can edit the Json to have your own color palette!

When editing the Json:

  • Remember that the last element doesn't have a comma at the end
  • Don't use special characters, try to stick to alphanumerical values.

Issues & Suggestions

Please report issues and suggestions here or tag me as @Tekla in Valheim Modding Discord server. (use the correct channel or Jessica will get mad)

Installation (manual)

If you are installing this manually, do the following

  1. Extract the archive into a folder. Do not extract into the game folder.
  2. Move the contents of plugins folder into <GameDirectory>\Bepinex\plugins.
  3. Run the game.

Logo64

Changelog

5.4.1500

  • BepInEx 5.4.1500

5.4.1100

  • Updated BepInEx version

5.4.902

  • Changed mod Icon

5.4.901

  • Dumping dependencies into plugin folder because having separate folders break the mod for some users

5.4.900

  • Updated Bepinex version

5.4.801

  • New Config setting to set default color
  • New Config setting to enable or disable Color Library
  • New Config setting to stablish max font size
  • Color Library functionality

5.4.800

  • Stuff works