dank_bullet的最近内容

  1. BL Coding Overwriting game files

    So I was making a mod which adds a few extra factions and switches up some start wars . However the code does not work for the base game factions (speciffically for making the game start at war with a another base game faction , example all the empire factions starting at war with one another) ...
  2. BL Coding Missing armor textures

    I've been messing with making custom colors for kingdoms and while testing , I noticed that some armor has become invisible (imperial cavalry armor for example) . I just messed with colors in the kingdoms.xml file . What did I do wrong ?
  3. BL Coding Changing colours for NPC kingdoms

    Alright I partly found the solution . The problem was with the bannercode , which has a higher priority than primary and secondary banner colours and the banner (and troops) will be coloured using the bannercode colours . The color and color2 affect the color of the troops themselves and alternative color is when neither the bannercode nor the primary/secondary contain valid colours . So if you want to make a custom banner for the kingdom , you'll need to use https://bannerlord.party/banner/ (if you just want to edit a banner copy the code from the xml file and paste it in)
  4. BL Coding Changing colours for NPC kingdoms

    I've been trying to change colours of NPC kingdoms for a mod . There are a couple of guides on this matter but none seem to work . I know this part of code does it primary_banner_color="0xff793191" secondary_banner_color="0xffFCDE90" label_color="FF850C6D" color="FF4E3A55" color2="FFDE9953"...
后退
顶部 底部