Not as far ingame to use it, but sounds funny, but could you make a somehow more realistic or "medium" version please? It would be ok for a middleage child to start with 12 or so. 18 is too late but 3 sounds also hilarious :-D
p.s.: didnt find the line at first glance where its controlled
edit: is it that one? public override int HeroComesOfAge { get { return 3; } }
You need to decompile the dll to find it. If you arn't someone with some technical knowledge it is impossible to do something so simple as change that 3 to a 13 or whatever.
Speaking of, i've tried to fiddle with this a bit, but decompiling and recompiling code is a pain for someone without coding experience. If someone could upload a couple different versions of this somewhere, i would really appreciate it.
Actually something as simple as changing a number to another number can be done without decompiling and recompiling. You basically find that part and change the value in assembly. I did that for one mod that I couldn't recompile for some reason.
Let me know if you still want an edited version of this. I still have a problem where you can encounter enemies that are too young to be damaged though... If I go younger than 16. 16 year olds can fight and be damaged like normal it seems.
I edited this but the source folder and the mod folder are separate. If I include both, it crashes, but if I even just put in the main folder into modules it still crashes. Am I doing something wrong? what do we do with the source folder after we edit it?
Ahhhh you made my 25 year old companion die of old age!
Actually, thanks for this mod, this showed me how to do it myself.
But why on earth would you set old age to 20 and max age to 35?
Everyone is gonna die young!
If people still want an edited version of this (and the dev doesn't mind) I can probably do that now. I haven't put up any mods before but this is easy.
Is the mod working properly for you guys? When I first installed it it was working as intended, but since then a few updates rolled out and I also started a new game.
Now my kids start at a high 25-30 level, and next to no skills, which they cannot level at all. I have a mod that should increase XP gain even if it reaches the learning limit, and still they cannot progress their skills at all. Also, they appear as kids in the inventory and Character screens, but spawn as adults in bandit hideouts.
I'm wondering if this mod fixes the kids starting with -1300 skill points at level 18? All my kids when they hit 18 years old have this bug and are not possible to level up in any way, really frustrating.
Has anyone had issues finding your children. I have like 10 kids, three of them are over 4 years old but I cannot find them anywhere. I checked all my settlements, and Chaikand. I implemented this mod on a new save and I know it's working because half the employees in settlements are victim to child labor laws. Any help would be appreciated.
54 comments
It would be ok for a middleage child to start with 12 or so. 18 is too late but 3 sounds also hilarious :-D
p.s.: didnt find the line at first glance where its controlled
edit:
is it that one?
public override int HeroComesOfAge
{
get
{
return 3;
}
}
Speaking of, i've tried to fiddle with this a bit, but decompiling and recompiling code is a pain for someone without coding experience. If someone could upload a couple different versions of this somewhere, i would really appreciate it.
Let me know if you still want an edited version of this. I still have a problem where you can encounter enemies that are too young to be damaged though... If I go younger than 16. 16 year olds can fight and be damaged like normal it seems.
Anyways for those looking for a version that works with Bannerlord 1.0.2 and has a config menu look at:
https://www.nexusmods.com/mountandblade2bannerlord/mods/4893
Sorry for the shameless self promotion.
Actually, thanks for this mod, this showed me how to do it myself.
But why on earth would you set old age to 20 and max age to 35?
Everyone is gonna die young!
If people still want an edited version of this (and the dev doesn't mind) I can probably do that now. I haven't put up any mods before but this is easy.
Now my kids start at a high 25-30 level, and next to no skills, which they cannot level at all. I have a mod that should increase XP gain even if it reaches the learning limit, and still they cannot progress their skills at all. Also, they appear as kids in the inventory and Character screens, but spawn as adults in bandit hideouts.
*also, the problem with their leveling was that a change was needed in the XP gain mod, now it works fine for me again.