Search results for query: *

  • Users: xtr
  • Content: Threads
  • Order by date
  1. Excessive calls of a method in Bannerlord's codebase ?

    While working on a mod of mine, I noticed that DefaultPartyWageModel.GetTotalWage() method is called by the game too often. Whether the game is paused or unpaused, the method is called 10 times per second for the main party. And when I count the calls for all parties, they are like 50, 100 or...
  2. Resolved Some bandit parties don't use walking/running animation on the world map

    Summary: Since 1.2 Beta some bandit parties stopped using their walking/running animations on the world map. They slide over the map instead. I first noticed it on a modded game that spawns bandit parties, but I also checked to see if it happens with an unmodded game too, and it does. How to...
  3. How to mod the character height?

    I'm looking through the codebase and I see that the Hero class has Build and Weight properties, but there is no Height mentioned anywhere as far as I can see. It is like this concept totally doesn't exist in the codebase, but at the same time there are clear differences in the heights of the...
Back
Top Bottom