Mount & Blade II: Bannerlord

File information

Last updated

Original upload

Created by

ProjectHopeless

Uploaded by

ProjectHopeless

Virus scan

Safe to use

About this mod

Adds 8 new hair colors to Bannerlord, because once you add more than 8 colors the character creation menu refuses to load. You can change the colors in the skins file with Notepad++ .

Permissions and credits
ADDING MORE THAN 8 WILL CRASH THE GAME. YOU HAVE BEEN WARNED.


Adds 8 randomly selected colors. I just picked some random ones so I could upload the mod for others to use since I know some people have been wanting more hair colors for 1.2.9. Keep in mind my screenshots have some ReShade effects overlayed so your colors will look eeeever so slightly different in-game.




TO CHANGE THE HAIR COLORS
Go to AnimeHair>ModuleData, and open skins.xslt. There you will see values like this:

<hair_color_gradient_point point="0.51372549019608, 0.17647058823529, 0.22745098039216" />

This encodes the red hair, the first hair color, and is the first on the list of the 8 colors added. For our purposes, we're going to talk about it like this:

<hair_color_gradient_point point="R, G, B" />


To input whatever color you want, first:

1) Find the RGB value for the color you want. If you don't know how, Google it :)

2) Go to https://www.calculatorsoup.com/calculators/math/ratios.php ; you will see four blanks. In the second blank, put 255, and in the fourth blank, put 1.

3) Take the R part of the RGB value and enter that number into the first blank, then hit Calculate.

4) Take the ratio that is bolded in the third blank and copy it (all of it, or it won't be as accurate to the color you want).

5) Take the copied number and put it in the R spot. Be sure to remove the R.

6) Do the same with the G and B from the RGB values into the G and B slots.

7) Save the file activate the mod in whatever mod manager you use and load the game :) If you did it correctly, you now have your color as a custom hair color in the character creation menu! :)