Jump to content

Lover's Comfort v2013-05-04 (SexiS)


Recommended Posts

Im getting the blank status page after the 4/8 update... Didnt happen to me before.

 

 

 

 

 

[04/09/2013 - 04:50:46AM] [loverscomfortconfigscr <00_LoversComfortConfig (6801C6E0)>]: trying to open status page...

 

Nothing before or after this log is related to LoversComfort

Link to comment

Im having an issue with this mod. Whenever I tell a companion I need some comfort there is a long pause in the dialog screen. It shows I selected that option but nothing happens the girl says hey watch it and the dailog screen just stays there indefinately. I eventually have to tab out and when i go to sleep on the bed nothing happens. I will say that I am not married but that never seemed to be an issue with previous versions. I have performed all the trouble shooting steps. SexIs is working fine and i have done multiple clean saves. Am i missing something? Thanks for the mod btw its great when i had it working.

Link to comment

 

Origin of arousal was Spouse satisfaction management, but then I thought why not to apply it too all Skyrim residents?

But eventually I might slit some functionality to another mod, or if alternative mod appears I would be happy to move some functionally there.

 

If it's going to apply to all NPCs, then that functionality should be put into its own mod.  Otherwise if a similar lust system is made, Lover's Comfort would end up conflicting with it because it utilizes its own system on top of it.  Turning it into its own framework should rectify that, as others could use it as the basis for mods if they want to use that function but not Lover's Comfort.

 

Technically you are right, the best solution would be independent arousal framework.

Once framework appears, I would remove that functionality in LC.

 

This is a really nice mod but I hope that you put in dialog for requesting sex from your spouse w/o having to sleep in bed. You should be able to ask for oral sex or w/e through dialogue. I think it would be a nice addition to your mod.

 

For dialogue with spouse, there is MaritalBliss

http://www.loverslab.com/topic/14996-maritalbliss-dialogue-driven-roleplaying-and-sex-features-for-spouses/

I hope it would get fixed, and extended.

 

 

I noticed you added a IsValidActor call to the util script.  That was the same thing I was testing last night, however, might I suggest this version instead? This version lets you get self arousal, and won't try to load actors from distant cells.

 

bool Function IsValidActor(Actor akRef)
	If (akRef == None)
		return false
	ElseIf (!(akRef.IsNearPlayer()))
		return false
	ElseIf (akRef.IsChild())
		return false
	ElseIf (akRef.IsGhost())
		return false
	ElseIf (akRef.IsDead())
		return false
	ElseIf (HasCoolDownTime(akRef))
		return false
	ElseIf (akRef.IsInFaction(lcCleanupFaction))
		return false
	ElseIf (!SexiSSystem.CheckActor(akRef))
		return false
	EndIf
	
	return true
EndFunction
 

I'd also recommend making the IsValidActor checks on any functions that have an actor ref input variable, except for HasCooldownTime (will create an infinite loop if you put it there, not that I got a few million stacks this way...)

 

Add checks for:

akRef.Is3DLoaded() ; There may be characters present in the cell that aren't really there

akRef.HasMagicEffect(WerewolfChangeEffect)

akRef.getLeveledActorBase().getRace().hasKeywordString("ActorTypeAnimal")

akRef.getLeveledActorBase().getRace().hasKeyWordString("ActorTypeCreature")

 

Always, always, always use .GetLeveledActorBase and not .GetActorBase because only the former will always have the current correct values.

 

Thank you for your code review and suggestions.

 

Managed to break status page again on a new character (created with live another live) :(

Logs are here: http://www.mediafire.com/?940zej9gboerqqq

Timeline -

Papyrus.1 - Loaded to test new enb settings, continue with the main quest in Bleak Falls and discovered that status page is blank

Between Papyrus.1 and Papyrus.2 - Installed new specular map texture, removed Navetsea texture mod, fiddled with enbseries.ini to tweak ENB

Papyrus.2 - going to Bleak Falls to do main quest, status page is working OR it did break in this log.

Between Papyrus.2 and Papyrus.3 - removed SMAA, switched back to hardware antialiasing, installed different depth of field preset for ENB

Papyrus.3 - just doing some quests in Whiterun/Riverwood, status page is working (I was checking on status page every once in a while)

 

Thank you for your logs, I also had reviewed logs you had send previously.

I am not sure I understood you properly, did "Status" page stopped working and then got working again?

Had you seen notification "Status page is locked :-( , try again latter"?

The good news is that we are closing on the bug, a few more logs from other users who have the problem would help.

 

Is the arousal system calculated into how much they desire to continue on? My character just got raped by Olfina Grey-Mane in Whiterun who just wouldn't stop desiring more and more and more. I swear I seen stage 2 roll backed to 1 five times back to back, then a 4-3 twice back to back, the 4-1 followed by a couple more 2-1's before she would let her rest LMAO. Poor girl, had to let her sleep 24 hours to recoup because I started feeling bad for her, since she had Loki (a d/l racial changer), Sam (from SD even though its disabled currently), Cerridwen (a d/l follower), Mikael, Hulda, Cerridwen again, and Sinmir right before Olfina.

 

Debating on giving her a few stamina points as a reward for the helluva workout LMAO.

 

EDIT: But damn can that old Grey-Mane last when made into a transgendered.

 

LoL

No, but I really love the idea, going to implement stage repeat based on arousal level.

Currently there is 20% of chance to go back one stage during rape, so you just had bad luck.

 

Im getting the blank status page after the 4/8 update... Didnt happen to me before.

 

 

 

 

 

[04/09/2013 - 04:50:46AM] [loverscomfortconfigscr <00_LoversComfortConfig (6801C6E0)>]: trying to open status page...

 

Nothing before or after this log is related to LoversComfort

 

Had you tried to access status page sometime latter?

 

is there a way to see the Arousal number like running round maybe a hud?

saves looking at the mcm options each time.

 

There are notifications at stages 5, 10, 15 and if goes bellow zero.

Link to comment

Thank you for your logs, I also had reviewed logs you had send previously.

I am not sure I understood you properly, did "Status" page stopped working and then got working again?

Had you seen notification "Status page is locked :-( , try again latter"?

The good news is that we are closing on the bug, a few more logs from other users who have the problem would help.

On a new character it stopped working after 5 or 6 hours into the game after autosaving in Bleak Fall (I think it was an autosave triggered from accessing inventory, if it matters). Every first attempt to access status page shows the notification 'Status page is locked. Try again later', on next attempts to access it status page just was blank, no more notifications (as you can see in the log). I didn't wait much though, tried to access it after a minute or so, but it still was blank and no notifications...

 

On the other hand, I found a workaround for the blank status page bug on an old save (v20130406):

Load a save, wait 5 seconds, go to the LC MCM, click on settings first and then on status. Somehow status page is working again and all your data is kept (PC arousal, animations known, etc)

What happens in log if you do so:

 

	Line 32: [04/09/2013 - 09:32:54PM] warning: Property lcCoolDownSpell on script loverscomfortplayerscr attached to 00_LoversComfortPlayer (35042D62) cannot be initialized because the script no longer contains that property
	Line 32: [04/09/2013 - 09:32:54PM] warning: Property lcCoolDownSpell on script loverscomfortplayerscr attached to 00_LoversComfortPlayer (35042D62) cannot be initialized because the script no longer contains that property
	Line 56: [04/09/2013 - 09:32:56PM] warning: Property lcCoolDownSpell on script loverscomfortplayerscr attached to 00_LoversComfortPlayer (35042D62) cannot be initialized because the script no longer contains that property
	Line 56: [04/09/2013 - 09:32:56PM] warning: Property lcCoolDownSpell on script loverscomfortplayerscr attached to 00_LoversComfortPlayer (35042D62) cannot be initialized because the script no longer contains that property
	Line 159: [04/09/2013 - 09:33:13PM] warning: Variable ::lcCoolDownEff_var on script loverscomfortutilscr loaded from save not found within the actual object. This variable will be skipped.
	Line 160: [04/09/2013 - 09:33:13PM] warning: Variable ::lcCoolDownSpell_var on script loverscomfortutilscr loaded from save not found within the actual object. This variable will be skipped.
	Line 334: [04/09/2013 - 09:33:13PM] warning: Function loverscomfortplayerscr..ScanCurrentCell in stack frame 1 in stack 1825127 differs from the in-game resource files - using version from save
	Line 335: [04/09/2013 - 09:33:13PM] warning: Function loverscomfortplayerscr..DoSecondScan in stack frame 2 in stack 1825127 differs from the in-game resource files - using version from save
	Line 336: [04/09/2013 - 09:33:13PM] warning: Function loverscomfortplayerscr..ComfortNPC in stack frame 3 in stack 1825127 differs from the in-game resource files - using version from save
	Line 337: [04/09/2013 - 09:33:13PM] warning: Function loverscomfortplayerscr..IsValidActor in stack frame 4 in stack 1825127 doesn't exist in the in-game resource files - using version from save
	Line 343: [04/09/2013 - 09:33:15PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: Updating script to version 6
	Line 343: [04/09/2013 - 09:33:15PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: Updating script to version 6
	Line 398: [04/09/2013 - 09:33:16PM] warning: Property lcCoolDownSpell on script loverscomfortplayerscr attached to 00_LoversComfortPlayer (35042D62) cannot be initialized because the script no longer contains that property
	Line 398: [04/09/2013 - 09:33:16PM] warning: Property lcCoolDownSpell on script loverscomfortplayerscr attached to 00_LoversComfortPlayer (35042D62) cannot be initialized because the script no longer contains that property
	Line 405: [04/09/2013 - 09:33:16PM] [loverscomfortutilscr <00_LoversComfortUtil (3504290F)>]: Titvs victim level 0
	Line 405: [04/09/2013 - 09:33:16PM] [loverscomfortutilscr <00_LoversComfortUtil (3504290F)>]: Titvs victim level 0
	Line 406: [04/09/2013 - 09:33:16PM] [loverscomfortutilscr <00_LoversComfortUtil (3504290F)>]: Overrided SexiS Controls
	Line 406: [04/09/2013 - 09:33:16PM] [loverscomfortutilscr <00_LoversComfortUtil (3504290F)>]: Overrided SexiS Controls
	Line 1934: [04/09/2013 - 09:33:28PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open settings page...
	Line 1934: [04/09/2013 - 09:33:28PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open settings page...
	Line 1935: [04/09/2013 - 09:33:32PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1935: [04/09/2013 - 09:33:32PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...

 

 

However, if you load that save and go straight to the LC MCM status page, it will show up blank and no matter what you do will remain blank, unless you reload your save and do the waiting 5 seconds-clicking on settings first-status after thingy.

Here is what happens if you go straight to status page:

 

	Line 15: [04/09/2013 - 09:50:39PM] warning: Property lcCoolDownSpell on script loverscomfortplayerscr attached to 00_LoversComfortPlayer (35042D62) cannot be initialized because the script no longer contains that property
	Line 15: [04/09/2013 - 09:50:39PM] warning: Property lcCoolDownSpell on script loverscomfortplayerscr attached to 00_LoversComfortPlayer (35042D62) cannot be initialized because the script no longer contains that property
	Line 56: [04/09/2013 - 09:50:41PM] warning: Property lcCoolDownSpell on script loverscomfortplayerscr attached to 00_LoversComfortPlayer (35042D62) cannot be initialized because the script no longer contains that property
	Line 56: [04/09/2013 - 09:50:41PM] warning: Property lcCoolDownSpell on script loverscomfortplayerscr attached to 00_LoversComfortPlayer (35042D62) cannot be initialized because the script no longer contains that property
	Line 159: [04/09/2013 - 09:50:59PM] warning: Variable ::lcCoolDownEff_var on script loverscomfortutilscr loaded from save not found within the actual object. This variable will be skipped.
	Line 160: [04/09/2013 - 09:50:59PM] warning: Variable ::lcCoolDownSpell_var on script loverscomfortutilscr loaded from save not found within the actual object. This variable will be skipped.
	Line 334: [04/09/2013 - 09:50:59PM] warning: Function loverscomfortplayerscr..ScanCurrentCell in stack frame 1 in stack 1825127 differs from the in-game resource files - using version from save
	Line 335: [04/09/2013 - 09:50:59PM] warning: Function loverscomfortplayerscr..DoSecondScan in stack frame 2 in stack 1825127 differs from the in-game resource files - using version from save
	Line 336: [04/09/2013 - 09:50:59PM] warning: Function loverscomfortplayerscr..ComfortNPC in stack frame 3 in stack 1825127 differs from the in-game resource files - using version from save
	Line 337: [04/09/2013 - 09:50:59PM] warning: Function loverscomfortplayerscr..IsValidActor in stack frame 4 in stack 1825127 doesn't exist in the in-game resource files - using version from save
	Line 343: [04/09/2013 - 09:51:01PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: Updating script to version 6
	Line 343: [04/09/2013 - 09:51:01PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: Updating script to version 6
	Line 398: [04/09/2013 - 09:51:02PM] warning: Property lcCoolDownSpell on script loverscomfortplayerscr attached to 00_LoversComfortPlayer (35042D62) cannot be initialized because the script no longer contains that property
	Line 398: [04/09/2013 - 09:51:02PM] warning: Property lcCoolDownSpell on script loverscomfortplayerscr attached to 00_LoversComfortPlayer (35042D62) cannot be initialized because the script no longer contains that property
	Line 1932: [04/09/2013 - 09:51:12PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1932: [04/09/2013 - 09:51:12PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1937: [04/09/2013 - 09:51:27PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1937: [04/09/2013 - 09:51:27PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1938: [04/09/2013 - 09:51:27PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1938: [04/09/2013 - 09:51:27PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1939: [04/09/2013 - 09:51:28PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1939: [04/09/2013 - 09:51:28PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1940: [04/09/2013 - 09:51:28PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1940: [04/09/2013 - 09:51:28PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1941: [04/09/2013 - 09:51:28PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open settings page...
	Line 1941: [04/09/2013 - 09:51:28PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open settings page...
	Line 1942: [04/09/2013 - 09:51:29PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1942: [04/09/2013 - 09:51:29PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1943: [04/09/2013 - 09:51:29PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1943: [04/09/2013 - 09:51:29PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1944: [04/09/2013 - 09:51:30PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open settings page...
	Line 1944: [04/09/2013 - 09:51:30PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open settings page...
	Line 1945: [04/09/2013 - 09:51:31PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1945: [04/09/2013 - 09:51:31PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1946: [04/09/2013 - 09:51:31PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1946: [04/09/2013 - 09:51:31PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1947: [04/09/2013 - 09:51:31PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1947: [04/09/2013 - 09:51:31PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1948: [04/09/2013 - 09:51:31PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1948: [04/09/2013 - 09:51:31PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1949: [04/09/2013 - 09:51:31PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1949: [04/09/2013 - 09:51:31PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1950: [04/09/2013 - 09:51:31PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1950: [04/09/2013 - 09:51:31PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1951: [04/09/2013 - 09:51:41PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1951: [04/09/2013 - 09:51:41PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1952: [04/09/2013 - 09:51:41PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1952: [04/09/2013 - 09:51:41PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1953: [04/09/2013 - 09:51:41PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1953: [04/09/2013 - 09:51:41PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1954: [04/09/2013 - 09:51:41PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1954: [04/09/2013 - 09:51:41PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1959: [04/09/2013 - 09:51:50PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1959: [04/09/2013 - 09:51:50PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1960: [04/09/2013 - 09:51:50PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1960: [04/09/2013 - 09:51:50PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1961: [04/09/2013 - 09:51:51PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open settings page...
	Line 1961: [04/09/2013 - 09:51:51PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open settings page...
	Line 1962: [04/09/2013 - 09:51:52PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1962: [04/09/2013 - 09:51:52PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1963: [04/09/2013 - 09:51:52PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1963: [04/09/2013 - 09:51:52PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1964: [04/09/2013 - 09:51:52PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1964: [04/09/2013 - 09:51:52PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1965: [04/09/2013 - 09:51:52PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1965: [04/09/2013 - 09:51:52PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1966: [04/09/2013 - 09:51:53PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open settings page...
	Line 1966: [04/09/2013 - 09:51:53PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open settings page...
	Line 1967: [04/09/2013 - 09:51:56PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1967: [04/09/2013 - 09:51:56PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1968: [04/09/2013 - 09:51:56PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1968: [04/09/2013 - 09:51:56PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1969: [04/09/2013 - 09:51:56PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1969: [04/09/2013 - 09:51:56PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1970: [04/09/2013 - 09:51:56PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1970: [04/09/2013 - 09:51:56PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked

 

 

Unfortunately I have only 1 corrupted save (was deleting them previously as soon as status page was getting broken), so I can't say if this workaround will work in other cases.

Link to comment

Hey I just noticed a possible cause for the status menu locking up.  The problem occured after I bought a horse and saved the game with a horse marked as owned present in the same cell/area.  I tested the theory out  twice and had the same results.  I may be wrong though so please take a look and see if my hunch is correct.

Link to comment

LoL

No, but I really love the idea, going to implement stage repeat based on arousal level.

Currently there is 20% of chance to go back one stage during rape, so you just had bad luck.

 

20% chance to go back one stage hell ... one time I seen it drop from 4-3,3-2,2-1 damn near in unison LMAO .... and who's to say it was a run of "bad" luck :cool:

 

Edit: on a side note if you were to add that feature in. Possibly a switch of positions if possible too would be sweet.

Link to comment

@redneck2x

 

I haven't explored Lover's Comfort deep, so there's many thing I don't know and never see it.

 

So far, in my opinion, the mechanism to have sex thru dialog is kind of bothersome. You ask for sex thru dialog, and she reply it with 'hey, watch out', then you need to find a bed and sleep at least an hour before the sex scene started. Why don't just make it simple by doing sex right now and automatically jump to nearby bed, after the dialog, no need for sleep interaction?

 

Talk about lust tracking system. Based on my experience from Oblivion and FalloutNV, lust tracking system for every NPC is kind of a big burden to the game. It's better if lust tracking just limited to the followers and spouses, by putting certain item in their inventory as a tracker, it also can support multiple followers and spouses, or anyone as long as you put a tracker in their inventory. While the rest of the NPCs are using a random system like SexiS Random Sex, including a random change for a spectator to join the sex scene.

 

What do you think?

Link to comment

Hi,

 

Sorry for my english  :s  i hope you ll understand me...

 

i have played more or less 10 hours with your mod and before going to markarth i had some CTD now and then while exploring but nothing really bothering... 

My biggest problem comes when i went to Markarth, since then, i´m experiancing a lot of CTD especially when i´m inside the city  (Markarth) and if i try to sleep in any place in Markarth or wait or making a quick save

 

before installing this mod everything worked perfectly and i had at that time all the requirement for this mod and they worked without any problem....

 

 

any help would be apreciated :)

 

 

By the way,i have another thing to report : i´m using "see you sleep mod" and it worked with this mod but if NPC are aroused nothing happen and when i deactivate see you sleep the animation worked as expected

 

there is something else :) since i have installed your mod when i try to make a new game my game CTD and if i deactivate your mod then it work without CTD

 

i really do not know where the problem come from or what to do to fix it... like i sad, i had already all the requirements before discovering your mod and at that point i had no CTD at all and before installing your mod i had performed a clean save and also run fniss behavior after installing it without any problem

Link to comment

First thank you for the nice Mod and all the work!

 

 

I got the same problem with the Status Page. After the 08.04 Update it worked for some time, than just stoped. I tried older Savegames befor and after the update zu 08.04 but at none of them the status page worked.

No "Stauts page is ... " notification, also when i disable the Sexis overwrite i get no notifications.

With the earlier versions of LC i could bringt it back to work with "Save -  deactivate LC - New Save - reactivate LC - load Old save" but this wont work anymore.

 

The papyrus Logs dont show anything usefull only, nothing after this.

 


[04/10/2013 - 01:12:47PM] [loverscomfortconfigscr <00_LoversComfortConfig (6A01C6E0)>]: trying to open settings page...
[04/10/2013 - 01:12:51PM] [loverscomfortconfigscr <00_LoversComfortConfig (6A01C6E0)>]: trying to open status page...

 

Link to comment

Hi again,

 

Just to let you know,that i have found the problem :) and now everything is working properly

 

the problem comes from another mod "purchasable skaal home".... so i deactivated this one and keep yours running :)

 

now, the only thing that remain is "see you sleep" this mod do not let your animation get triggred if you sleep near aroused NPC other then that everything is ok now

Link to comment

Idea.

 

Would be possible to add the following features to this mod and/or to the frameworks itself? :

 

1. When the Lovers' Confort starts between wife and husband (or the two lovers) after sleep -----> Automatic choice of the "APbed" animation if male-female or "Tribadism" if female-female.

    Because the two are the ONLY two animations that fits perfectly with beds wihtout wall clipping or similar things.

 

2. Or, have a pop-up messagebox with the choice between "on bed" or "on floor side bed" locations. With the second choice, of course, all animations are allowed.

 

3. Using Cupid casting spells, have ALWAYS a messagebox that allows to choose the preferred animation by its number. Using the keys during the actions leads to loose some part of them because, actually, there are so many different types of animations and not all of them are "my first choice". The messagebox's choice could lead to a more "natural" thing. And maybe, in future, could allow to have a "sequence" like:  kiss --> hug ---> make-out ---> fuck.

 

Only ideas. I'm totally stupid about scripting so I don't know if this is possible, hard or easy.

 

 

Link to comment

First thank you for the nice Mod and all the work!

 

 

I got the same problem with the Status Page. After the 08.04 Update it worked for some time, than just stoped. I tried older Savegames befor and after the update zu 08.04 but at none of them the status page worked.

No "Stauts page is ... " notification, also when i disable the Sexis overwrite i get no notifications.

With the earlier versions of LC i could bringt it back to work with "Save -  deactivate LC - New Save - reactivate LC - load Old save" but this wont work anymore.

 

The papyrus Logs dont show anything usefull only, nothing after this.

 

 

[04/10/2013 - 01:12:47PM] [loverscomfortconfigscr <00_LoversComfortConfig (6A01C6E0)>]: trying to open settings page...

[04/10/2013 - 01:12:51PM] [loverscomfortconfigscr <00_LoversComfortConfig (6A01C6E0)>]: trying to open status page...

 

 

Did you try to load the save game with different .esp (an older or newer version on LC), wait for a bit (5-10 seconds, then try to access settings page first and status page later?

 

As an alternative, try to clear your save with wrye bash. Sometimes even if you deactivate an .esp, the game keeps storing some data from a disabled plugin in a save file. Removing dependency with Wrye Bash seems to clear all data. There is a guide how to do that on page 7 or 8 of this thread.

 

P.S. http://www.loverslab.com/topic/15493-wip-lovers-comfort-v2013-04-08-sexis/page-8?do=findComment&comment=355917 - the post with how to clear save data using Wrye Bash

Link to comment

Idea.

 

Would be possible to add the following features to this mod and/or to the frameworks itself? :

 

1. When the Lovers' Confort starts between wife and husband (or the two lovers) after sleep -----> Automatic choice of the "APbed" animation if male-female or "Tribadism" if female-female.

    Because the two are the ONLY two animations that fits perfectly with beds wihtout wall clipping or similar things.

 

2. Or, have a pop-up messagebox with the choice between "on bed" or "on floor side bed" locations. With the second choice, of course, all animations are allowed.

 

3. Using Cupid casting spells, have ALWAYS a messagebox that allows to choose the preferred animation by its number. Using the keys during the actions leads to loose some part of them because, actually, there are so many different types of animations and not all of them are "my first choice". The messagebox's choice could lead to a more "natural" thing. And maybe, in future, could allow to have a "sequence" like:  kiss --> hug ---> make-out ---> fuck.

 

Only ideas. I'm totally stupid about scripting so I don't know if this is possible, hard or easy.

Handling animations is a Sexis thing, IIRC Arrok was working on a foreplay plugin for Sexis, also you might try to use his animation replacers instead of default Sexis ones (they are better aligned and in my opinion generally look better than the default ones).

The ideas you suggest would require changes in Sexis and Cupid mods, which are now being developed by Ashal I think. Right now, Sexis doesn't have proper male/female flagging on animations, that's why tribadism is played with male-female/male-male actors.

Link to comment

i have the same problem (more or less) i can acces the setting but when i try to go to status i can´t se anything, there is nothing but a black box ! i have to deactivate the esp lover comfort and then reacttivat it after lunching skyrim to get it to work ! and this mean i loose all what happened to that point  :(

Link to comment

How long should i wait to check again?

 

I have about 20 mins of gameplay after the initial lock, a few relaunch in between, and am still locked out.

 

Thank you for your logs, I also had reviewed logs you had send previously.

I am not sure I understood you properly, did "Status" page stopped working and then got working again?

Had you seen notification "Status page is locked :-( , try again latter"?

The good news is that we are closing on the bug, a few more logs from other users who have the problem would help.

On a new character it stopped working after 5 or 6 hours into the game after autosaving in Bleak Fall (I think it was an autosave triggered from accessing inventory, if it matters). Every first attempt to access status page shows the notification 'Status page is locked. Try again later', on next attempts to access it status page just was blank, no more notifications (as you can see in the log). I didn't wait much though, tried to access it after a minute or so, but it still was blank and no notifications...

 

On the other hand, I found a workaround for the blank status page bug on an old save (v20130406):

Load a save, wait 5 seconds, go to the LC MCM, click on settings first and then on status. Somehow status page is working again and all your data is kept (PC arousal, animations known, etc)

What happens in log if you do so:

 

	Line 32: [04/09/2013 - 09:32:54PM] warning: Property lcCoolDownSpell on script loverscomfortplayerscr attached to 00_LoversComfortPlayer (35042D62) cannot be initialized because the script no longer contains that property
	Line 32: [04/09/2013 - 09:32:54PM] warning: Property lcCoolDownSpell on script loverscomfortplayerscr attached to 00_LoversComfortPlayer (35042D62) cannot be initialized because the script no longer contains that property
	Line 56: [04/09/2013 - 09:32:56PM] warning: Property lcCoolDownSpell on script loverscomfortplayerscr attached to 00_LoversComfortPlayer (35042D62) cannot be initialized because the script no longer contains that property
	Line 56: [04/09/2013 - 09:32:56PM] warning: Property lcCoolDownSpell on script loverscomfortplayerscr attached to 00_LoversComfortPlayer (35042D62) cannot be initialized because the script no longer contains that property
	Line 159: [04/09/2013 - 09:33:13PM] warning: Variable ::lcCoolDownEff_var on script loverscomfortutilscr loaded from save not found within the actual object. This variable will be skipped.
	Line 160: [04/09/2013 - 09:33:13PM] warning: Variable ::lcCoolDownSpell_var on script loverscomfortutilscr loaded from save not found within the actual object. This variable will be skipped.
	Line 334: [04/09/2013 - 09:33:13PM] warning: Function loverscomfortplayerscr..ScanCurrentCell in stack frame 1 in stack 1825127 differs from the in-game resource files - using version from save
	Line 335: [04/09/2013 - 09:33:13PM] warning: Function loverscomfortplayerscr..DoSecondScan in stack frame 2 in stack 1825127 differs from the in-game resource files - using version from save
	Line 336: [04/09/2013 - 09:33:13PM] warning: Function loverscomfortplayerscr..ComfortNPC in stack frame 3 in stack 1825127 differs from the in-game resource files - using version from save
	Line 337: [04/09/2013 - 09:33:13PM] warning: Function loverscomfortplayerscr..IsValidActor in stack frame 4 in stack 1825127 doesn't exist in the in-game resource files - using version from save
	Line 343: [04/09/2013 - 09:33:15PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: Updating script to version 6
	Line 343: [04/09/2013 - 09:33:15PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: Updating script to version 6
	Line 398: [04/09/2013 - 09:33:16PM] warning: Property lcCoolDownSpell on script loverscomfortplayerscr attached to 00_LoversComfortPlayer (35042D62) cannot be initialized because the script no longer contains that property
	Line 398: [04/09/2013 - 09:33:16PM] warning: Property lcCoolDownSpell on script loverscomfortplayerscr attached to 00_LoversComfortPlayer (35042D62) cannot be initialized because the script no longer contains that property
	Line 405: [04/09/2013 - 09:33:16PM] [loverscomfortutilscr <00_LoversComfortUtil (3504290F)>]: Titvs victim level 0
	Line 405: [04/09/2013 - 09:33:16PM] [loverscomfortutilscr <00_LoversComfortUtil (3504290F)>]: Titvs victim level 0
	Line 406: [04/09/2013 - 09:33:16PM] [loverscomfortutilscr <00_LoversComfortUtil (3504290F)>]: Overrided SexiS Controls
	Line 406: [04/09/2013 - 09:33:16PM] [loverscomfortutilscr <00_LoversComfortUtil (3504290F)>]: Overrided SexiS Controls
	Line 1934: [04/09/2013 - 09:33:28PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open settings page...
	Line 1934: [04/09/2013 - 09:33:28PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open settings page...
	Line 1935: [04/09/2013 - 09:33:32PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1935: [04/09/2013 - 09:33:32PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...

 

 

However, if you load that save and go straight to the LC MCM status page, it will show up blank and no matter what you do will remain blank, unless you reload your save and do the waiting 5 seconds-clicking on settings first-status after thingy.

Here is what happens if you go straight to status page:

 

	Line 15: [04/09/2013 - 09:50:39PM] warning: Property lcCoolDownSpell on script loverscomfortplayerscr attached to 00_LoversComfortPlayer (35042D62) cannot be initialized because the script no longer contains that property
	Line 15: [04/09/2013 - 09:50:39PM] warning: Property lcCoolDownSpell on script loverscomfortplayerscr attached to 00_LoversComfortPlayer (35042D62) cannot be initialized because the script no longer contains that property
	Line 56: [04/09/2013 - 09:50:41PM] warning: Property lcCoolDownSpell on script loverscomfortplayerscr attached to 00_LoversComfortPlayer (35042D62) cannot be initialized because the script no longer contains that property
	Line 56: [04/09/2013 - 09:50:41PM] warning: Property lcCoolDownSpell on script loverscomfortplayerscr attached to 00_LoversComfortPlayer (35042D62) cannot be initialized because the script no longer contains that property
	Line 159: [04/09/2013 - 09:50:59PM] warning: Variable ::lcCoolDownEff_var on script loverscomfortutilscr loaded from save not found within the actual object. This variable will be skipped.
	Line 160: [04/09/2013 - 09:50:59PM] warning: Variable ::lcCoolDownSpell_var on script loverscomfortutilscr loaded from save not found within the actual object. This variable will be skipped.
	Line 334: [04/09/2013 - 09:50:59PM] warning: Function loverscomfortplayerscr..ScanCurrentCell in stack frame 1 in stack 1825127 differs from the in-game resource files - using version from save
	Line 335: [04/09/2013 - 09:50:59PM] warning: Function loverscomfortplayerscr..DoSecondScan in stack frame 2 in stack 1825127 differs from the in-game resource files - using version from save
	Line 336: [04/09/2013 - 09:50:59PM] warning: Function loverscomfortplayerscr..ComfortNPC in stack frame 3 in stack 1825127 differs from the in-game resource files - using version from save
	Line 337: [04/09/2013 - 09:50:59PM] warning: Function loverscomfortplayerscr..IsValidActor in stack frame 4 in stack 1825127 doesn't exist in the in-game resource files - using version from save
	Line 343: [04/09/2013 - 09:51:01PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: Updating script to version 6
	Line 343: [04/09/2013 - 09:51:01PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: Updating script to version 6
	Line 398: [04/09/2013 - 09:51:02PM] warning: Property lcCoolDownSpell on script loverscomfortplayerscr attached to 00_LoversComfortPlayer (35042D62) cannot be initialized because the script no longer contains that property
	Line 398: [04/09/2013 - 09:51:02PM] warning: Property lcCoolDownSpell on script loverscomfortplayerscr attached to 00_LoversComfortPlayer (35042D62) cannot be initialized because the script no longer contains that property
	Line 1932: [04/09/2013 - 09:51:12PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1932: [04/09/2013 - 09:51:12PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1937: [04/09/2013 - 09:51:27PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1937: [04/09/2013 - 09:51:27PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1938: [04/09/2013 - 09:51:27PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1938: [04/09/2013 - 09:51:27PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1939: [04/09/2013 - 09:51:28PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1939: [04/09/2013 - 09:51:28PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1940: [04/09/2013 - 09:51:28PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1940: [04/09/2013 - 09:51:28PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1941: [04/09/2013 - 09:51:28PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open settings page...
	Line 1941: [04/09/2013 - 09:51:28PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open settings page...
	Line 1942: [04/09/2013 - 09:51:29PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1942: [04/09/2013 - 09:51:29PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1943: [04/09/2013 - 09:51:29PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1943: [04/09/2013 - 09:51:29PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1944: [04/09/2013 - 09:51:30PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open settings page...
	Line 1944: [04/09/2013 - 09:51:30PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open settings page...
	Line 1945: [04/09/2013 - 09:51:31PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1945: [04/09/2013 - 09:51:31PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1946: [04/09/2013 - 09:51:31PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1946: [04/09/2013 - 09:51:31PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1947: [04/09/2013 - 09:51:31PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1947: [04/09/2013 - 09:51:31PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1948: [04/09/2013 - 09:51:31PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1948: [04/09/2013 - 09:51:31PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1949: [04/09/2013 - 09:51:31PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1949: [04/09/2013 - 09:51:31PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1950: [04/09/2013 - 09:51:31PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1950: [04/09/2013 - 09:51:31PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1951: [04/09/2013 - 09:51:41PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1951: [04/09/2013 - 09:51:41PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1952: [04/09/2013 - 09:51:41PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1952: [04/09/2013 - 09:51:41PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1953: [04/09/2013 - 09:51:41PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1953: [04/09/2013 - 09:51:41PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1954: [04/09/2013 - 09:51:41PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1954: [04/09/2013 - 09:51:41PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1959: [04/09/2013 - 09:51:50PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1959: [04/09/2013 - 09:51:50PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1960: [04/09/2013 - 09:51:50PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1960: [04/09/2013 - 09:51:50PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1961: [04/09/2013 - 09:51:51PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open settings page...
	Line 1961: [04/09/2013 - 09:51:51PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open settings page...
	Line 1962: [04/09/2013 - 09:51:52PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1962: [04/09/2013 - 09:51:52PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1963: [04/09/2013 - 09:51:52PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1963: [04/09/2013 - 09:51:52PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1964: [04/09/2013 - 09:51:52PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1964: [04/09/2013 - 09:51:52PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1965: [04/09/2013 - 09:51:52PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1965: [04/09/2013 - 09:51:52PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1966: [04/09/2013 - 09:51:53PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open settings page...
	Line 1966: [04/09/2013 - 09:51:53PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open settings page...
	Line 1967: [04/09/2013 - 09:51:56PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1967: [04/09/2013 - 09:51:56PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1968: [04/09/2013 - 09:51:56PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1968: [04/09/2013 - 09:51:56PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1969: [04/09/2013 - 09:51:56PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1969: [04/09/2013 - 09:51:56PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: trying to open status page...
	Line 1970: [04/09/2013 - 09:51:56PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked
	Line 1970: [04/09/2013 - 09:51:56PM] [loverscomfortconfigscr <00_LoversComfortConfig (3501C6E0)>]: OnPageReset - Status is locked

 

 

Unfortunately I have only 1 corrupted save (was deleting them previously as soon as status page was getting broken), so I can't say if this workaround will work in other cases.

Hey I just noticed a possible cause for the status menu locking up.  The problem occured after I bought a horse and saved the game with a horse marked as owned present in the same cell/area.  I tested the theory out  twice and had the same results.  I may be wrong though so please take a look and see if my hunch is correct.

First thank you for the nice Mod and all the work!

 

 

I got the same problem with the Status Page. After the 08.04 Update it worked for some time, than just stoped. I tried older Savegames befor and after the update zu 08.04 but at none of them the status page worked.

No "Stauts page is ... " notification, also when i disable the Sexis overwrite i get no notifications.

With the earlier versions of LC i could bringt it back to work with "Save -  deactivate LC - New Save - reactivate LC - load Old save" but this wont work anymore.

 

The papyrus Logs dont show anything usefull only, nothing after this.

 

 

[04/10/2013 - 01:12:47PM] [loverscomfortconfigscr <00_LoversComfortConfig (6A01C6E0)>]: trying to open settings page...

[04/10/2013 - 01:12:51PM] [loverscomfortconfigscr <00_LoversComfortConfig (6A01C6E0)>]: trying to open status page...

 

 

 

First thank you for the nice Mod and all the work!

 

 

I got the same problem with the Status Page. After the 08.04 Update it worked for some time, than just stoped. I tried older Savegames befor and after the update zu 08.04 but at none of them the status page worked.

No "Stauts page is ... " notification, also when i disable the Sexis overwrite i get no notifications.

With the earlier versions of LC i could bringt it back to work with "Save -  deactivate LC - New Save - reactivate LC - load Old save" but this wont work anymore.

 

The papyrus Logs dont show anything usefull only, nothing after this.

 

 

[04/10/2013 - 01:12:47PM] [loverscomfortconfigscr <00_LoversComfortConfig (6A01C6E0)>]: trying to open settings page...

[04/10/2013 - 01:12:51PM] [loverscomfortconfigscr <00_LoversComfortConfig (6A01C6E0)>]: trying to open status page...

 

 

Did you try to load the save game with different .esp (an older or newer version on LC), wait for a bit (5-10 seconds, then try to access settings page first and status page later?

 

As an alternative, try to clear your save with wrye bash. Sometimes even if you deactivate an .esp, the game keeps storing some data from a disabled plugin in a save file. Removing dependency with Wrye Bash seems to clear all data. There is a guide how to do that on page 7 or 8 of this thread.

 

P.S. http://www.loverslab.com/topic/15493-wip-lovers-comfort-v2013-04-08-sexis/page-8?do=findComment&comment=355917 - the post with how to clear save data using Wrye Bash

Have a odd problem when i go on the mcm for LC and go on status it says.

 

status page is locked ;-( please try latter.

 

any idea?

Its odd really, on my end the status page problem always seems to happen late at night, while during the day its totally fine.

i have the same problem (more or less) i can acces the setting but when i try to go to status i can´t se anything, there is nothing but a black box ! i have to deactivate the esp lover comfort and then reacttivat it after lunching skyrim to get it to work ! and this mean i loose all what happened to that point  :(

 

Thank you for your feed back about about "Status" bug.

To sum it up:

1. With last version it takes some time longer to get it, but eventually it comes.

2. "Status is locked" meaning that previous attempt to access "Status" had not finished running. Lock should get released within seconds, but it does not. :-(

 

At next version I will try different approach to solve the problem, will release in a few days.

Current workaround is to preform clean save with LoversComfort.esp disabled.

Link to comment

 

LoL

No, but I really love the idea, going to implement stage repeat based on arousal level.

Currently there is 20% of chance to go back one stage during rape, so you just had bad luck.

 

20% chance to go back one stage hell ... one time I seen it drop from 4-3,3-2,2-1 damn near in unison LMAO .... and who's to say it was a run of "bad" luck :cool:

 

Edit: on a side note if you were to add that feature in. Possibly a switch of positions if possible too would be sweet.

 

Another good idea, switching animations during rape.

Going to implement it.

 

I'm using AFT, having one rape sequence every time you sleep takes time and my spouse is horny by the time my NPCs cool down. Its a lot of running around. Would it be possible to be gang raped in one session?

 

Gang rape in one session might be risky, since other NPCs would see sex, get horny, rape PC, see sex, get horny, rape PC,...

PC might end in never ending rape session.

What would be good then Ashal's new framework would support more then 2 actors, then it would be possible to add actors to rape scene.

 

@redneck2x

 

I haven't explored Lover's Comfort deep, so there's many thing I don't know and never see it.

 

So far, in my opinion, the mechanism to have sex thru dialog is kind of bothersome. You ask for sex thru dialog, and she reply it with 'hey, watch out', then you need to find a bed and sleep at least an hour before the sex scene started. Why don't just make it simple by doing sex right now and automatically jump to nearby bed, after the dialog, no need for sleep interaction?

 

Talk about lust tracking system. Based on my experience from Oblivion and FalloutNV, lust tracking system for every NPC is kind of a big burden to the game. It's better if lust tracking just limited to the followers and spouses, by putting certain item in their inventory as a tracker, it also can support multiple followers and spouses, or anyone as long as you put a tracker in their inventory. While the rest of the NPCs are using a random system like SexiS Random Sex, including a random change for a spectator to join the sex scene.

 

What do you think?

 

Sleep interaction is workaround positioning problem : the most frustrating thing, to me, up until SexIS, was having seeing PC/NPC halfway into tables, chairs, walls. Sleep allows to find bed easily and mostly positions actors properly, if animation is well aligned with bed.

I thought to use rugs, carpets as animation center, but in many cases they are under table, chair, so it is going to be problematic.

 

what can be done is that if talking to follower near bed, animations would start immidiatly.

 

Arousal system has very very cheep implementation. The whole arousal is just rank in three special factions. So then PC/NPC gets aroused only his rank in faction is changes. It has almost zero impact on performance and save file size.

 

 

 

Idea.

 

Would be possible to add the following features to this mod and/or to the frameworks itself? :

 

1. When the Lovers' Confort starts between wife and husband (or the two lovers) after sleep -----> Automatic choice of the "APbed" animation if male-female or "Tribadism" if female-female.

    Because the two are the ONLY two animations that fits perfectly with beds wihtout wall clipping or similar things.

 

2. Or, have a pop-up messagebox with the choice between "on bed" or "on floor side bed" locations. With the second choice, of course, all animations are allowed.

 

3. Using Cupid casting spells, have ALWAYS a messagebox that allows to choose the preferred animation by its number. Using the keys during the actions leads to loose some part of them because, actually, there are so many different types of animations and not all of them are "my first choice". The messagebox's choice could lead to a more "natural" thing. And maybe, in future, could allow to have a "sequence" like:  kiss --> hug ---> make-out ---> fuck.

 

Only ideas. I'm totally stupid about scripting so I don't know if this is possible, hard or easy.

Handling animations is a Sexis thing, IIRC Arrok was working on a foreplay plugin for Sexis, also you might try to use his animation replacers instead of default Sexis ones (they are better aligned and in my opinion generally look better than the default ones).

The ideas you suggest would require changes in Sexis and Cupid mods, which are now being developed by Ashal I think. Right now, Sexis doesn't have proper male/female flagging on animations, that's why tribadism is played with male-female/male-male actors.

 

@NicoleDragoness

Your ideas are implementable, but too specific and might not suit everybody.

The better solution is that animators would position and align animations properly.

There are many hopes for Ashal's framework, there it would be possible to make plugin that allows you to play only your favorite animations (it is possible to make it for SexiS, but Cmod is MIA).

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use