搜索结果: *

  1. Saving mod data/settings - Thoughts

    I don't want to go running my mouth until we get hands on the actual code as I'm not sure that the decompiled dlls represen the actual input code. But as far as the structure goes so far yeah it seems a bit haphazard. There seems to be multiple implementations for the same features here and there, which is indicative of a communication bteakdown in the dev team, or attrition and iteration without a proper cleanup process.

    I'm assuming that this is just part of EA, the cleanup passes are simply yet to be done and TW is still experimenting with the best ways to structure the code. I think this is why they have been saying that the modding tools will be released much closer to the actual release date - most of these systems will change and any mods we make today will likely be broken in a couple months.

    But hey we're modders. No documentation, no comments, no support? No worries.

    Exactly. They implement 'OnHeroComesOfAge' method like for 10 times. And none of them are ever invoked once in the game.
    Even they are already registered in the EventsHandler.

    I hook into every implementation of those methods and logged and debugged. When I am aware that none of them are invoked in the actual runtime.

    I was like wtf??
  2. Saving mod data/settings - Thoughts

    This mod fixes that: https://www.nexusmods.com/mountandblade2bannerlord/mods/282

    I added it as a requirement to my mod, even though it's only necessary when uninstalling the mod.
    Thank you !

    I am already aware of this sh*tty feature...
  3. My first child grew up


    Check my mod. It's in beta.

    Backup your savings and feel free to use my mod!
  4. Saving mod data/settings - Thoughts

    Thanks, I got this straight.

    Once you register the data with saveable and do what you do.

    MountAndBlade system will automatically save it when player saves the game.

    And next time player resume his game, the data will be retrieved automatically. No need to do stuffs.
  5. My first child grew up

    I am currently making a mod to fix the children system.
  6. Saving mod data/settings - Thoughts

    Thank you for sharing ! That's brilliant!
  7. Saving mod data/settings - Thoughts

    Hi!
    Skosnowich!

    Thanks for your sharing! Nice configs you pulling here.

    Could you share your code with retrieving the data from the save system and synchronising the data into the system?


    I would like to see your way of doing it.
后退
顶部 底部