You could create a mod that will do all this things for not aric expansion users :)
not sure how is mod system working with aric expansion and never wanted to try
i ll give it a try, thanks for new mod.
Some mods seem to be fully compatible. Chastity Belt was (he made a patch for it), Random Portraits, and Standard Harem Protagonist (from what people have told me, I haven’t tested that one personally) seems to be fully compatible. I’ll probably list the tested and compatible mods on the main page to clarify, I think it’s all scattered in the threads atm.
Edit:
Love the additions in this mod, mate. It’s something I’ve been slightly annoyed about too. Maybe I don’t want to waste resources to prevent a crappy Slave from escaping battle, right? I love what the mod community is doing for this game these days! If there’s anything I can do to help, just let me know.
additional notes for this:
While I did say d harem protag was compatible, note I did remove the spell file from the mod because I didnt want it, nor checked it. I only wanted the stats increase, until I found what file to edit myself to do this. So. it didnt get a whole lot of testing on my end. I recommend checking the files and/or testing yourself.
Any idea why <AddTo -1> just throws a bunch of errors? I'm attempting to add a new function to the class combatant: in combat.gd and I don't particularly care where it is as long as its in there so adding it at the end would be great as it would be compatible with any mod (even with your changes). The modding help does say that this is perfectly valid but I could only get it to work by specifying a particular line which makes it vulnerable to other mods
Edit: Oh, apparently it was already brought up in the modding thread like a year+ ago and has just never been fixed.... That's super lame
The problem is that array[-1] successfully gets the last item, but array.insert("something", -1) gives an index out of bounds error. For a language derived from Python it's quite unexpected for negative indexes to fail. Thanks for finding it. If you have any other troubles while modding be sure to say something, as I am currently fixing it and writing a more detailed modding guide.