Omen wrote: ↑Sat Sep 04, 2021 11:04 am
Hi, can you add functions related to army battles, please? Immortality of the player's army, changing the characteristics of generals and units, and other? This is VERY missing ...
Added just for you in version 1.09! You can edit squad stack size when they are active by hovering over an enemy unit.
There are a lot of other possible options like strength, armor xp, but it's a bit pointless to add those when you can just boost the stack size.
Wadimiru wrote: ↑Sat Sep 04, 2021 7:49 am
There is feat in Legend mythic path, that expand lvl cap to 40, iirc. Maybe this is where solution lies - finding level cap variable if it isnt simple constant switching - but it is above my exp with debugging
I'll check it out again when I get that feat. It should quite easy to do if there is actually an option somewhere that already does that.
And this game is trivial to debug because it uses Mono. Just click "Mono" at the top, then "activate mono features". Next time you're in "dissect data structure" it will populate the table for you as long as you're using the data structure from its beginning. For example if you have the XP address, you need to lower it by 78, then "add a new structure" and then you can check absolutely everything about that character. There is like a million of options, I haven't added everything or checked everything, just what I wanted to use. Spells, feats, character size, race, immunities, everything is there.
Lord Blade wrote: ↑Sat Sep 04, 2021 10:32 am
So, I tried lowering the class level, so I could "relevel". The problem is the feats I'd taken (and skills assigned) seem to stay.
How do I get to delevel in order to get BONUS feats?
Unsure, but you can add feats by editing the savegame. I explained the process earlier in the thread.