Kodiak Posted February 15, 2012 Share Posted February 15, 2012 Hopefully a quick and easy question about NG. Â Are there a series of console commands that can be used to bump up the sex count for each style (anal, oral, vaginal) and the sex level? I ask this in light of constantly having to do clean saves for during the update process. It would be nice to not loose or at least replace a characters sexual experiance level. Link to comment
prideslayer Posted February 15, 2012 Share Posted February 15, 2012 you don't have to do clean saves with sexout, not with the esm anyway. Some of the esps suggest that you should do so when updating them, but sexout isn't one of them. You can safely update it without bothering with a clean save unless I say otherwise in the release notes, which isn't very often.  For your question, yes, you can do it from the console, it works just like any other sexout variable. When you start, the console will print the form IDs (with your load order taken into account) of Sexout, SexoutNG, and SexoutBegin (the spell).  Using the formID of Sexout you can do 'set "form id here".numVaginal to some_number'.  The variables are all available in the main sexout quest script: 00SexoutQuestScript.  short numRaped ; Times Player has been raped short numRape ; Times player has raped others short numSex ; Times player has had sex short caughtSTD ; Times caught STDs short spreadSTD ; Times spread STDs short sexyness ; Player sexyness short lewdness ; Player lewdness float lust ; Player lust float frequency ; Frequency of sex ; Experience short expVag short expAnal short expOral short sexExp short sexLevel short expLevel ; More Counters short numVaginal short numAnal short numOral short numMale short numFemale short numMonster  Don't adjust any of them this way unless you know what impact it will have on the esm itself and any mods you're using. Link to comment
Kodiak Posted February 16, 2012 Author Share Posted February 16, 2012 Ah cool! Thank you very much Pride! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.