Since you show Aserai arena, I assume it was cavalry with javelin match, in that case he might gain extra score from ranged kill on horse. Even without horse, he still can get bonus score if managed to kill from far away. You can turn ranged scoring off in MCM if you want (uncheck "scoring" categories)
I never tried Tournament XPanded mod myself, but reading from description page, it only change default betting system and prize reward which my mod don't touch at all. In theory it should compatible.
Could you please make a mod for the 1.0.3 version of the game? Most of my mods are made for this version (and Easy Weapon Pickup works fine on 1.0.3), but the betting mod looks very interesting
edit: NVM, bad habit I often read only the features of the mod and not finish every damn text. MY fault. Please don't be like me. Thank you for the mod!
Sounds good! But, say, I got a lame weapon, like a spear, and, thus, couldn't defeat a lot of opponents in a round, doesn't that mean I can't advance to the next round, because I have fewer points than my opponents?
Wow, you've done an excellent job with this mod! The UI is simply fantastic. Do you happen to have any tutorials on creating similar UIs? I really admire the UI design you've created.
to be honest with you, learning to mod UI in bannerlord is hella pain. no clear documentation, no tools to visualize the UI (it just XML file), and very hard to debug if something goes wrong (it just crash). What I did was many trial error until it works lol
I'm started by watching this tutorial Youtube altough maybe we can't get 1:1 result of what he did in video, it did a good job explaining the basic. from there, I start to examine the xml of other mod that has custom UI, and how bannerlord itself did certain UI. then, I copy and modify those xml, add, remove, edit element and value to see what happen, and repeat
37 comments
https://imgur.com/2d1YoWh
https://imgur.com/sa7tcyX
Even without horse, he still can get bonus score if managed to kill from far away.
You can turn ranged scoring off in MCM if you want (uncheck "scoring" categories)
but anyone is welcome to convert it to 1.0.3, I've made the source code available in github tho.
edit: NVM, bad habit I often read only the features of the mod and not finish every damn text. MY fault. Please don't be like me. Thank you for the mod!
would you mind to try it?
It does work for v1.2.8! No errors in my end so far. Been using it for weeks now. Thanks!
I'd suggest to use mod such as Balanced Tournament Armor and / or Blunt Arena Weapons which make tournament more skill factor instead of equipment factor.
or you can set qualification mode as "Team" in MCM. this will use default tournament qualification logic instead (if your team win, you win)
I'm started by watching this tutorial Youtube altough maybe we can't get 1:1 result of what he did in video, it did a good job explaining the basic.
from there, I start to examine the xml of other mod that has custom UI, and how bannerlord itself did certain UI.
then, I copy and modify those xml, add, remove, edit element and value to see what happen, and repeat