These are all the commands that I have found and saved that I use the most, I leave them for you to use, if you prefer... (I use a translator to leave this message, my main language is Spanish)
xx= number that you want
MC:
mc.business.funds=xx
mc.business.supply_count=xx
mc.free_clarity=xx
mc.charisma=xx
mc.int=xx
mc.focus=xx
mc.max_energy=xx
mc.energy=xx
mc.arousal=xx
mc.max_arousal=xx
mc.sex_skills["Foreplay"]=xx
mc.sex_skills["Oral"]=xx
mc.sex_skills["Vaginal"]=xx
mc.sex_skills["Anal"]=xx
mc.hr_skill=xx
mc.market_skill=xx
mc.research_skill=xx
mc.production_skill=xx
mc.supply_skill=xx
GIRLS:
the_person.name=xx
the_person.last_name=xx
the_person.age=xx
the_person.kids=xx
the_person.love=xx
the_person.obedience=xx
the_person.happiness=xx
the_person.energy=xx
the_person.max_energy=xx
the_person.arousal=xx
the_person.max_arousal=xx
the_person.sluttiness=xx (de 0 to 100)
the_person.core_sluttiness=xx (de 0 to 100)
the_person.suggestibility=xx
the_person.work_experience=xx
the_person.serum_tolerance=xx
the_person.novelty=xx
RELATIONSHIPS:
the person.relationship= "Single"
the person.relationship="Fiancee"
the person.relationship="Married"
PREGNANCY: (it seems that it does not work in the mod)
the_person.bc_chance=0
the_person.preg_chance=100
the_person.fertility_percent+=100
To unlock someone's house without hanging out with them first Code:
mc.known_home_locations.append(the_person.home)
To unlock mom's work location (I don't understand what it actually works for but I'll leave it here):
mom_offices.visible=True
To add an adult daughter to the person (the_person who is at least 35 years old, lives in the same place) or a mother you are talking to:
the_person.generate_daughter(True)
the_person.generate_mother(True)
Run one of the following commands to put the person into the desired trance state:
the_person.add_role(trance_role)
the_person.add_role(heavy_trance_role)
the_person.add_role(very_heavy_trance_role)
this is a bit unnecessary because of the cheat of the mod
the_person.tits="xx" ("AA", "A", "B", "C", "D", "DD", "DDD", "E", "F", "FF")
the_person.body_type="xx" ("thin_body", "standard_body", "curvy_body")
the_person.height="x.x" (De 0.8 a 1.0: tendrá efecto una vez que el motor del juego vuelva a dibujar el personaje)
If you hate spending time studying or just going back to Nora to turn in research, just add the rewards to the list!:
list_of_traits.append(nora_reward_instant_trance);
list_of_traits.append(nora_reward_mother_trait);
list_of_traits.append(nora_reward_sister_trait);
list_of_traits.append(nora_reward_cousin_trait);
list_of_traits.append(nora_reward_aunt_trait);
list_of_traits.append(nora_reward_nora_trait);
list_of_traits.append(nora_reward_hucow_trait);
list_of_traits.append(nora_reward_high_love_trait);
list_of_traits.append(nora_reward_low_love_trait);
list_of_traits.append(nora_reward_high_obedience_trait);
list_of_traits.append(nora_reward_high_slut_trait);
list_of_traits.append(nora_reward_genius_trait);