Jump to content

Sex Addict Mod (Formerly MLA Extended WIP) Last updated Feb 9, 2013


Recommended Posts

Posted

I have a problem I think someone too has experienced it in the past. The keys to change position in this mod' date=' as well as the keys for SexIs and convinient horses have a veeeeery long lag. I press them and I have to wait around 5 seconds for the charachter to respond..

Any ideas?

 

I did not have this problem in the past. the only new mods are

Sexis

Updated (actually installed correctly AFT)

[/quote']

 

If you have convenient horses active with the other 1 at the same time, try deactivating convenient horses and see if the other still has lag. I had an issue like that before, and this solved it, though it might not be the same for you. I don't have conv horses active anymore.

Posted

Hello' date=' i apologize if someone has already answered this question but are there any known conflicts with Dawnguard that may potentially break this mod? Id appreciate any help in this matter.

[/quote']

 

Nope. Got raped like a hundred times by Serana. lol I have tried every sex mod with Dawngaurd, and they all work fine. :)

 

Lol, thanks!

Posted

I have a problem I think someone too has experienced it in the past. The keys to change position in this mod' date=' as well as the keys for SexIs and convinient horses have a veeeeery long lag. I press them and I have to wait around 5 seconds for the charachter to respond..

Any ideas?

 

I did not have this problem in the past. the only new mods are

Sexis

Updated (actually installed correctly AFT)

[/quote']

 

If you have convenient horses active with the other 1 at the same time, try deactivating convenient horses and see if the other still has lag. I had an issue like that before, and this solved it, though it might not be the same for you. I don't have conv horses active anymore.

 

Nope.. tryed it.. did not help :-S any sugestions?

Posted

By my experience, ConvenientHorses, even if it's a great idea, caused a lot of problems with lags, strange animations, conflict with some other animations.

I experienced a terrific lag of more than 5 seconds between the drawn weapons and the effective "weapon in hand" once.

Disabling CH is not a real solution. Unistalling it (carefully and by istructions) could help.

Posted

I dont know what to do and right now I am quit lost..(and seriously pissed off!)

I have tried everything!!, every f***ing combination regarding AFT, SA and SexIs and still the problems are there. I have not tried to remove Convinient Horses yet.

Will do so tommorow.. just in case that this (Convinient horses) is the mod that fucks everything up, is there another mod similar to it that I can use?

 

Thanks for the help everyone, I Realy appresiate it. In all the other topics/threads all the replies I get are: Wow great mod, keep up the good work, uuuhm what are the keys I should press 'cus I am too f***ing stupid to read the first post??!!

Posted

No updates for a long time. Are you slacking Waxenfigure? :P

 

Nope playing the game hard, also working up the design for the SexIs based versions. Done a little coding on that but still a lot of details to work out before hammering out the code.

Posted

Well azmodan22' date=' I actually kinda wanted to play through the game for a few quests and try to reinstall it later, but I think I'm just gonna start a new game without having EVERY SINGLE SEX MOD active. But yeah, I deactivated it from the manager, but forgot to deactivate the plugin. Guess I just assumed it would deactivate like everything else. And about helping out, I work 3 days a week, but incredibly LONG BORING hours, so I'm ready any other time to help any way I can. I am online endlessly when not working, but I still wanna learn modding, scripting, so I may end up multi-tasking between modding and testing, if I ever figure this damned Creation Kit out! Even the tutorials confuse the daylights outta me! Just occured to me that this is probly a bad place to post stuff like this, so e-mail or pm and I'll talk business. :idea:

[/quote']

 

I put extensive comments into the code to try and let you know what I was attempting to do at any given moment. Try making a small change or two just to see what happens. Best way to learn is to get your feet wet.

Posted

I have a problem I think someone too has experienced it in the past. The keys to change position in this mod' date=' as well as the keys for SexIs and convinient horses have a veeeeery long lag. I press them and I have to wait around 5 seconds for the charachter to respond..

Any ideas?

 

I did not have this problem in the past. the only new mods are

Sexis

Updated (actually installed correctly AFT)

[/quote']

 

The slower your machine the longer the lag (mine is pretty bad sometimes too). The keypress is detected each time through the script which is supposed to happen twice a second but again slower machines may need a whole second or more just to run the script.

 

There's a way to catch every keystroke that I would like to implement but the time I tried it didn't work and I have not yet found the reason.

Posted

I dont know what to do and right now I am quit lost..(and seriously pissed off!)

I have tried everything!!' date=' every f***ing combination regarding AFT, SA and SexIs and still the problems are there. I have not tried to remove Convinient Horses yet.

Will do so tommorow.. just in case that this (Convinient horses) is the mod that fucks everything up, is there another mod similar to it that I can use?

 

Thanks for the help everyone, I Realy appresiate it. In all the other topics/threads all the replies I get are: Wow great mod, keep up the good work, uuuhm what are the keys I should press 'cus I am too f***ing stupid to read the first post??!!

[/quote']

 

Papyrus logs with Convenient Horses running fill full of bad news, I tried running it too but frankly I don't find horses very convenient in the first place so I've gotten rid of it too.

 

The thing that slows the game down the worst is when a MOD uses the "RegisterForUpdate" call with an interval that doesn't complete running the script until the next interval has already passed. Whenever that happens the same gave gets a stub for that passed interval but that script never runs. It does however add to the things that are checked every time a script needs run and of course uses up extra memory that's never released back to the game. If that happens a lot your same game bloats up in size and your in game responsiveness drops from slow to painful.

 

This mod, SD and SexIs all avoid using that call and I've checked and ensured that MiniLovers and MiniLovers Sound both also avoid using that call. However, all you need is just one mod using that call and things can go south in a hurry.

 

Without examining all the mods you have there's no way I can tell if any of those mods use that call but if your game is getting slower and slower that is one well known cause.

 

(FWIW, the old MiniLovers Alternative mod that I based this on DID use that call and that's one reason I picked up that mod and started working on it).

Posted

No updates for a long time. Are you slacking Waxenfigure? :P

 

Nope playing the game hard' date=' also working up the design for the SexIs based versions. Done a little coding on that but still a lot of details to work out before hammering out the code.

[/quote']

 

Me again! What would be awesome is getting bukakke to work with every sex mod, especially SD. I checked out the "original" bukakke, but it's just a spell. Naturally, bukakke-ing all over someone SHOULD be in every sex mod, but once again I'm sure it's far easier said than done. I would be all over this if I could figure out how the hell to mod and script! Just thought I'd put that out there. Oh, and thanks for posting that "SA_PlayerInvolved=0" command. Just what I needed to know! Keep kickin ass, Waxen! (lol...ass waxen)

Posted

I have a problem I think someone too has experienced it in the past. The keys to change position in this mod' date=' as well as the keys for SexIs and convinient horses have a veeeeery long lag. I press them and I have to wait around 5 seconds for the charachter to respond..

Any ideas?

 

I did not have this problem in the past. the only new mods are

Sexis

Updated (actually installed correctly AFT)

[/quote']

 

If you have convenient horses active with the other 1 at the same time, try deactivating convenient horses and see if the other still has lag. I had an issue like that before, and this solved it, though it might not be the same for you. I don't have conv horses active anymore.

 

Nope.. tryed it.. did not help :-S any sugestions?

 

Sounds like you would like to keep convenient horses around, which tells me you get overencombered and can't fast travel. Am I right? If that's the case don't forget that you can always hit ` and type "coc " and simply appear at the place you typed. Also, jump on Dawngaurd early, so you can get Advak the horse (through a spell that you learn in the Soul Cairn), and you will bell set for the rest of the game. There's no more convenient horse than one you can summon anywhere! Hope this helps. :)

Posted

SA does have an option to use a bed you just have to be nearby one when you do the "Wanna hook up" conversation option. I also found that there were alot of superior positions and animations in SexIS though never tried AP whatever that is.

 

AP = Animated Prostitution (on the Nexus)

 

Both SexIS and AP have more animations, but the AP ones didn't line up at all well for me. I can't remember with SexIS.

 

I found SexIS caused me to get stuck behind tables and chairs and items a lot, which is never an issue I had with Sex Addict.

Posted

one thing I have noticed Waxen is the Pimp submission doesn't seem to work you recieve no key to the submitted lover's home

 

It's not automatic. Not sure if Speech-based or just random, but it does work for me. I had the keys of most of the females in Whiterun and Riften before I started a new character. Some NPCs took 2-3 sessions before giving the key, some on the first go, some never gave me a key.

Posted

 

I dont know what to do and right now I am quit lost..(and seriously pissed off!)

I have tried everything!!' date=' every f***ing combination regarding AFT, SA and SexIs and still the problems are there. I have not tried to remove Convinient Horses yet.

Will do so tommorow.. just in case that this (Convinient horses) is the mod that fucks everything up, is there another mod similar to it that I can use?

 

Thanks for the help everyone, I Realy appresiate it. In all the other topics/threads all the replies I get are: Wow great mod, keep up the good work, uuuhm what are the keys I should press 'cus I am too f***ing stupid to read the first post??!!

[/quote']

 

Papyrus logs with Convenient Horses running fill full of bad news, I tried running it too but frankly I don't find horses very convenient in the first place so I've gotten rid of it too.

 

The thing that slows the game down the worst is when a MOD uses the "RegisterForUpdate" call with an interval that doesn't complete running the script until the next interval has already passed. Whenever that happens the same gave gets a stub for that passed interval but that script never runs. It does however add to the things that are checked every time a script needs run and of course uses up extra memory that's never released back to the game. If that happens a lot your same game bloats up in size and your in game responsiveness drops from slow to painful.

 

This mod, SD and SexIs all avoid using that call and I've checked and ensured that MiniLovers and MiniLovers Sound both also avoid using that call. However, all you need is just one mod using that call and things can go south in a hurry.

 

Without examining all the mods you have there's no way I can tell if any of those mods use that call but if your game is getting slower and slower that is one well known cause.

 

(FWIW, the old MiniLovers Alternative mod that I based this on DID use that call and that's one reason I picked up that mod and started working on it).

 

 

Ok I have removed Convinient Horses made a clen save and started testing. I always load the same clean save, quit the game, make my changes in the mods and their load order. and I load the same save again. So since I dont make a new save now. things might either be always equally bad, or better. They shouldn't get worst. The results however are different. So far the changes that I do is change the loading order of AFT.

I dont think that AFT or CH has anything to with this mods performance in my system since whether the keys will work or not seems to be random. Once I load and they work. Quit, load same save and they dont work. It even takes toooo long for the characters to start the act after I choose "want to hook up with me?"

I quite a few occasions I have even experienced the characters changing position and stages unsynchronized !!!!.

 

I really must get this solved since whatever is causing this also affect SexIs and of course combat rape. For combat rape I set the HP threshold for 30% but because of these delays it does not occur untill around 10%-5%. !

 

any more suggestions on what I can try?

 

By the way here is the texture I promissed

 

 

 

and here are some previews

 

 

 

007.jpg

001.jpg

004.jpg

005.jpg

 

 

 

Posted

one thing I have noticed Waxen is the Pimp submission doesn't seem to work you recieve no key to the submitted lover's home

 

It's not automatic. Not sure if Speech-based or just random' date=' but it does work for me. I had the keys of most of the females in Whiterun and Riften before I started a new character. Some NPCs took 2-3 sessions before giving the key, some on the first go, some never gave me a key.

[/quote']

 

Oh it states that The partner has submitted I just don't seem to get any keys. Also I wonder why the long list of SASexchecker affecting my character do they need to last for 3 hours?

Posted

Oh it states that The partner has submitted I just don't seem to get any keys.

 

Certain NPCs do not own buildings, so they may not give a key. The easiest ones to check are Ysolde, Arcadia, Uthgerdt, and the green grocer (can't think of her name right now), all in Whiterun. Sometimes the NPC will give a key to an odd place, Ingun Blackbriar seems to give a key to the alchemy shop - I walked in and it said that it was the residence of my lover, but I swear I never touched the old woman that lived there :s ...

Posted

Oh it states that The partner has submitted I just don't seem to get any keys.

 

Certain NPCs do not own buildings' date=' so they may not give a key. The easiest ones to check are Ysolde, Arcadia, Uthgerdt, and the green grocer (can't think of her name right now), all in Whiterun. Sometimes the NPC will give a key to an odd place, Ingun Blackbriar seems to give a key to the alchemy shop - I walked in and it said that it was the residence of my lover, but I swear I never touched the old woman that lived there :s ...

[/quote']

 

Hey now....no need to lie....Hafjorg needs lovin' too....but seriously I have had both of the Arathei sisters submit to me and I didn't get a key to their farm house.

Posted

It seems that I have found what was causing the keys to lag and be unresponsive.

 

After removing all the "suspect" mods (AFT, Convinient Horses, a new custom follower) I tried to remove sexis as well. After removing it SA run like a charm. No more delay for the action to start and the keys are working fine.

 

Then I tried to save.....Crash !!!

 

I had run into this problem again with sexis (when removing it the game will crash when saving) so I knew more or less how to fix it. I now have a correct way on how to totaly and safely remove sexis.

 

Waxenfigure I am starting to doubt the decision of using sexis framework. Either sexis framework is somehow very easy to break, or the coexistance of both Sexis and Sex Addicts causes Sexis to go absolutely crazy!! Sexis even caused problems to AFT (Amazing Follower Tweaks) and did not allow it to identify followers outfit and manage it.

I have not run Sexis alone without Sex Adicts so I dont know if this whole thing is Sexis problem or a Major incompatibility.

 

I will also need someone to confirm that sexis runs correctly with the following mods too:

 

Amazing Follower Tweaks

Convinient Horses

 

If it does, it is Sex Addicts that causes it to go crazy.

Is there anyone who can confirm any of the above?

 

How to Uninstall Sexis.

 

1. Load a game with SexiS active

2. Stop all quest using the console (you can use the bat file provided -->bat stop_sexis

3. Using your Mod manager, uncheck sexis from the .esp (Plugin list in NMM) Do NOT unistall the mod yet. Run Fnis

4. Load your last game and make a new one. and exit

5. Recheck the sexis esp and esms from the Plugin list list.

6. Uninstall the mod normally from the Mods list

7. load your last game

8. Make a new save (if at this point the game crashes you have done something wrong or you also have the immortality bug. open the console and type Resurrect)

 

Dont forget to run FNIS

 

Remove the .txt extension from the following file for the bat command to work

Posted

SA was fixed when I removed Sexis, It was not fixed when I removed AFT or CH.

 

Now what broke Sexis then could be another story. Maybe AFT of CH brake it, I will ask so in Sexis thread. thanx

Posted

one of the big issues with SexIS I've found is the NPC isn't rooted so during the sex animation they will keep backing up away from you like you are too close to them and this causes quite a bit of clipping and issues with falling through the world

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...