0 of 0

File information

Last updated

Original upload

Created by

NicoWaves _ Ko4evnik

Uploaded by

Ko4evnik

Virus scan

Safe to use

357 comments

  1. Ko4evnik
    Ko4evnik
    • premium
    • 47 kudos
    Locked
    Sticky
    Known Incompatibilities

    Conflicted mod: Fourberie
    Results: 0% food consumption does not work. (claimed by golgo13131313)

    Conflicted mod: RBM
    Results: breaks some options of this Cheat mod that affects health, and also sometimes caused CTD. (claimed by Webexplr)
    Invincible works incorectly. The character can be hit but does not take health damage. (Tested by me)

    Conflicted mod:  Xorberax Legacy
    Results: messed with the incivible player and invicible party. (claimed by Pascles)

    Conflicted mod:  Better Attributes
    Results: This mod is causing exception when clicking the map. (claimed by CelestialStarmie)

    Conflicted mod: Adjustable Leveling
    Results: As both mod edit the same values. (claimed by CelestialStarmie)

    Conflicted mod: Primae Noctis
    Results: For some reason it preventing cuting through enemys and crushing shields. (claimed by EagleGundam)

    I will add to this list if someone find incompatible mods.
  2. Ko4evnik
    Ko4evnik
    • premium
    • 47 kudos
    Locked
    Sticky
    Missleading report

    If in the report in the Involved Modules section you see only OnTick patches, then with a probability of 99% it is not the fault of this mod

    To suspect this mod of being involved in the crash, look in the Exception section and look for BannerlordCheats there.
    First of all game don't think this mod is the problem. Crash report that you see is generated by ButterLib mod.
    And don't get me wrong, it's a very cool tool but from the first report like this I knew it would be a disaster of endless reports on any crash in the game since Core.Game.OnTick is called almost every FPS.

    Now, on the subject of Involved Modules in report.
    There's no magic or complex algorithms using AI to find the mod that caused this crash. All that Involved Modules shows is a list of mods that have called their code in the call stack in which the crash occurred. Take a look at the sticked picture of exception. In it you will see the call stack detail, as it is a stack it shows the order of code execution from bottom to top. In Involved Modules you can see that my mod executes its code in the OnTick method. It is number 15 in the stack numbering! I.e. after executing my code nothing broke and the game managed to execute 13 rather large and complex methods and only AIHourlyTick, which is number 1 in the stack, crashed.

    Could my code called by the 15th in the stack cause this crash? I won't say it's impossible in general. This time difference between calling my method and the method where the crash occurred just makes it less likely to happen.

    Why then am I 99% sure and not 70% or 50% sure that it's not related to my mod? Look at the message box in the report.
    It said "Object reference not set to an instance of an object.". In theory, if I found some object that is used in the AIHourlyTick method and nowhere along the way, deleted or modified that object so that it was not available, you would get exactly the same report, and my mod would be at fault.

    And here's what my method does:
    if (SettingsManager.EnableHotkeys.Value && SettingsManager.EnableHotkeyTips.Value)
       {
         Message.Show("Encyclopedia Screen Cheat Hotkeys:");
         Message.Show("CTRL + H: Add 1 soldier of the selected troop type to the party.");
         Message.Show("CTRL + SHIFT + H: Add 10 soldiers of the selected troop type to the party.");
         Message.Show("CTRL + X: Kill the selected character.");
         Message.Show("CTRL + H: Change to the selected character.");
         Message.Show("CTRL + H: Transfer ownership of settlement to you.");
        }
    It prints hints about possibly applying hotkeys! And it prints only if you enable it in the MCM menu. Thats it! My OnTick method does not interact with any game objects , and therefore cannot be to blame for this type of error.

    Why then am I 99% sure and not 100% sure? Because I can't know everything but more importantly you can't forget that this is a multithreaded application. Again, it is possible that another method of mine deleted or corrupted an object in a parallel thread at the moment of AIHourlyTick method execution.But in this case you could hardly play for more than a minute without crashes. And this is almost impossible to debug.
  3. Ko4evnik
    Ko4evnik
    • premium
    • 47 kudos
    Locked
    Sticky
    Attention!

    Before posting that the mod does not work on x.x.x version of the game
    or some function does not work
    or the game crashes
    you can easily verify whether it is true or not.

    To do so, simply start a new game with this modlist and test it.
    Bannerlord.Harmony: v2.3.1.1200 (or corresponding to your version of the game mod version)
    Bannerlord.ButterLib: v2.8.16.0 (or corresponding to your version of the game mod version)
    Bannerlord.UIExtenderEx: v2.11.0.0 (or corresponding to your version of the game mod version)
    Bannerlord.MBOptionScreen: v5.9.2.0 (or corresponding to your version of the game mod version)
    Native: v1.2.10.44489 (or your version of the game)
    SandBoxCore: v1.2.10.44489 (or your version of the game)
    Sandbox: v1.2.10.44489 (or your version of the game)
    StoryMode: v1.2.10.44489 (or your version of the game)
    CustomBattle: v1.2.10.44489 (or your version of the game)
    BannerlordCheatsReload: e1.2.9.5 (or corresponding to your version of the game mod version)
  4. RudyRue
    RudyRue
    • premium
    • 0 kudos
    Is there anyway you could make this compatible with Shohuko mod?
    1. Eternal151
      Eternal151
      • premium
      • 0 kudos
      +1
    2. DioestarLE
      DioestarLE
      • supporter
      • 1 kudos
      +1
    3. HomelessEmperor51
      HomelessEmperor51
      • premium
      • 0 kudos
      +1
    4. MagicBox122
      MagicBox122
      • member
      • 0 kudos
      +1 Some options are working, but not all of them.
    5. SaintWalleYe
      SaintWalleYe
      • member
      • 0 kudos
      +1
    6. Ko4evnik
      Ko4evnik
      • premium
      • 47 kudos
      My PC is dead, so I won't be able to update in the near future
    7. OutlanderPL
      OutlanderPL
      • supporter
      • 3 kudos
      +1
    8. Chiefragnar
      Chiefragnar
      • premium
      • 0 kudos
      rip
  5. Xenodrom086
    Xenodrom086
    • supporter
    • 2 kudos
    Does it work with Anno Domini?
  6. Robert1977B
    Robert1977B
    • member
    • 0 kudos
    It just crashes for me how do i fix it...
  7. GrimmjowHmar12
    GrimmjowHmar12
    • member
    • 0 kudos
    Why am i leveling upto 1000, is ther any way to stop this? Help.
  8. pornopriest
    pornopriest
    • member
    • 0 kudos
    It appears this mod isn't compatible with Realm of Thrones 6.0
    1. angelicapple
      angelicapple
      • supporter
      • 0 kudos
      For me it did work mostly, putting this in the load order before ROT. Most settings seem fine, of what I tested only "Never Require Civilian Equipment" didn't work (tested ~15 settings, definitely not all)
  9. Anyone knows about how increasing my party size works? it doesnt seem to be "set the slider to 20 so you can have 20 more troops".

    Edit: NVM I just had a display bug where it didnt show me that the troop number changed
  10. toboots18
    toboots18
    • premium
    • 0 kudos
    Is there anyway to possibly add an option to increase the learning speed for clan members? The option for “player” and “party members” doesn’t apply to clan in my party. Great mod and I have had no issues!
    1. HibiscusT
      HibiscusT
      • supporter
      • 3 kudos
      +1
  11. HibiscusT
    HibiscusT
    • supporter
    • 3 kudos
    Hello! Thanks for the mod!

    Is there a possibility of adding the Learning Rate coefficient slider for the Clan (similar to the ones for the companions and the player)?
  12. nicety14
    nicety14
    • member
    • 0 kudos
    Smithing option is very simple, no unmlimited stamina no free material no nothing :(
    1. HibiscusT
      HibiscusT
      • supporter
      • 3 kudos
      Well, there is a possibility to set smithing stamina and % of material used. They are not just a check-box, but a slider from 0 to 100%. If you want unlimited stamina and free materials just set those sliders to 0 value.
  13. mixbone
    mixbone
    • member
    • 0 kudos
    unchecked "Spawn All Items", but everytime i open inventory, all items spawned
    1. HibiscusT
      HibiscusT
      • supporter
      • 3 kudos
      Myabe you have cheats enabled (not the ones from the mod, but the ones in-built). Try opening the cosole (ALT+~) and executing the following command: config.cheat_mode 0