Mount & Blade II: Bannerlord

File information

Last updated

Original upload

Created by

ProjectHopeless

Uploaded by

ProjectHopeless

Virus scan

Safe to use

5 comments

  1. SoulDRoul
    SoulDRoul
    • member
    • 0 kudos
    我需要说一下颜色计算是如何做的
    实际上,只是取RGB颜色的所有单独项除以255……
    是的,制作者给的那个网站其实只是个比率计算器
    我们可以怎么做?
    选择一个颜色的RGB值
    例:255,215,0【金色】
    其中,R=255,G=215,B=0
    打开你电脑自带的计算器
    计算R值,R=255,
    所以,R=255/255
    R=1.0(我不确认是否必须带.0,防止参数类型错误还是留着吧)
    G=215/255
    G=0.8431372549019608
    B=0/255
    B=0.0
    【金色】=1.0, 0.8431372549019608, 0.0
    当然,推荐不要选择太过纯正的色彩,否则效果很廉价


    [以下是机器翻译内容]
    [The following is the machine translation]


    I need to say a little bit about how the color calculations are done
    Actually, it's just taking all the individual terms of the RGB color and dividing it by 255......
    Yes, the website given by the creator is actually just a ratio calculator
    What can we do?
    Select the RGB value for a color
    Example: 255,215,0 [Gold]
    Wherein, R=255, G=215, B=0
    Open your computer's built-in calculator
    Calculate the R-value, R=255,
    So, R=255/255
    R=1.0 (I'm not sure if .0 is required, so let's keep it to prevent the parameter type from being wrong)
    G=215/255
    G=0.8431372549019608
    B=0/255
    B=0.0
    Gold=1.0, 0.8431372549019608, 0.0
    Of course, it is recommended not to choose too pure colors, otherwise the effect will be cheap
  2. BlackAdder444
    BlackAdder444
    • member
    • 0 kudos
    the color options are there for the males but for the female characters the hair defaults to pink when i open customization and all the hair color options are gone so i cant change it to anything
  3. CleoTheGolden
    CleoTheGolden
    • member
    • 0 kudos
    Doesn't Seem to be working for me, unless I messed up the load order but I tried every combination and still does not want to work
  4. MagnusAsakura
    MagnusAsakura
    • member
    • 0 kudos
    Is there a way to only have the color white? Or what is added to the other vanilla colors?
    1. ProjectHopeless
      ProjectHopeless
      • member
      • 0 kudos
      Yup! If you go in the files and remove all the hair_color_gradient_points except the one you want, it will appear all by itself :) Keep in mind you can add any number from 1-8, but adding more than 8 will crash the game. Sorry for the late reply, hope you enjoy the mod! <3

      Edit: I believe the white color is the last one listed, <hair_color_gradient_point point="0.98823529411765, 0.96862745098039, 0.95686274509804" />. Remove all of hair_color points except that one for just the white hair :)