Aereon1104 I see you liked my post. If you're interested, I found how to do it.Please tell me where and how to change the behavior of karryn in the code? For example, I have almost all passives open, but I don’t want her character to be like a whore. I want her to be as innocent as if she were a level 1 slut. I made her level 1 whore through a cheat, but her remarks and dialogues are still depraved. help me please
look in "RemtairyReactionScore.js":
and replace everywhere where lvl 2 and 3 are, with the number 999. Below I will write how I did it.
const VAR_DEF_RS_LV1_REQ = 40;
const VAR_DEF_RS_LV2_REQ = 999;
const VAR_DEF_RS_LV3_REQ = 999;
const VAR_FP_SEX_RS_LV1_REQ = 30;
const VAR_FP_SEX_RS_LV2_REQ = 999;
const VAR_FP_SEX_RS_LV3_REQ = 999;
const VAR_PA_SEX_RS_LV1_REQ = 30;
const VAR_PA_SEX_RS_LV2_REQ = 999;
const VAR_PA_SEX_RS_LV3_REQ = 999;
const VAR_TYPE_RS_LV1_REQ = 10;
const VAR_TYPE_RS_LV2_REQ = 999;
const VAR_TYPE_RS_LV3_REQ = 999;
const VAR_TOY_RS_LV1_REQ = 10;
const VAR_TOY_RS_LV2_REQ = 999;
const VAR_TOY_RS_LV3_REQ = 999;