搜索结果: *

  • 用户:-Andreas
  • 内容:主题
  • 按日期排序
  1. Start online battle from code

    Hi, Is it possible to start a battle from code that would load a battle scene for you and a friend? I saw a video of a mod called Bannerlord Online that showcases two players running around on the map, and then participating in the same battle. They entered the battle and could see each other...
  2. BL Coding How to suppress/disable spawning of mobileparties

    Hi, Is there any way to add a listener for creation of a MobileParty? I haven't found any in the CampaignEvents nor elsewhere. Parties are being spawned lots of places in the native code, which makes patching a bit tedious. Alternatively one patch for MBObjectManager.Create<T>() could work as...
  3. BL Coding Question on removing all parties

    Hi, Does anyone know if it's possible to remove all MobileParties found on the campaign? I know about MobileParty.All.GetEnumarator() to get a handle to all the parties, and thus call the MobileParty.RemoveParty() on each and everyone. They do get deleted, but as soon as I click anywhere on the...
  4. [Research] Listen to MobileParty goto point and engage party

    Hi, I've been trying to find an event to subscribe to whenever a MobileParty is given a new goto order. This includes the methods: SetMoveGoToPoint(), SetMoveGoToSettlement(), SetMoveGoAroundParty(), SetMoveEscortParty(), SetMovePatrolAroundPoint(), SetMovePatrolAroundSettlement()...
后退
顶部 底部