meatwadd Posted February 1, 2015 Share Posted February 1, 2015 For some of the animations I'd prefer the raper animation was reversed with the 'rapee'. What steps would need to be done to do this? Link to comment
Vaelorian Posted February 1, 2015 Share Posted February 1, 2015 Open the console and note the animation numbers. Go to your animations folder, swap the off and def names for those numbers. Link to comment
gregathit Posted February 1, 2015 Share Posted February 1, 2015 You can configure keys in Sex Lab via MCM menu, there is one that switches places don't remember which one tho should be the ones to right of your P and L button of your keyboard on default settings I use a latin amarican config thats why I didn't type the keys it may be different for you. Ummmm.......? Wrong game there. This is the Oblivion section. Link to comment
Ky Kiske Posted February 1, 2015 Share Posted February 1, 2015 Doh that happens for clicking recent topics lol, so guessing lovers doesn't have a key for that?, haven't touched Obli in ages. Link to comment
Vaelorian Posted February 1, 2015 Share Posted February 1, 2015 Read my comment, then think about why didn't gregathit provide instructions to set up a hotkey that would perform the requested function. By my calculations, you should know the answer to your question at this point. Link to comment
gregathit Posted February 1, 2015 Share Posted February 1, 2015 As Vaelorian said, it is as simple as switching out the off and def animation names. Writing a script to do that via a hot key in-game.......I couldn't do that to save my life. Scripting ain't my bag. I barely have time to do what little I have been doing with the creature overhaul on animations, and a back log so long I just don't have the free time to spend learning something new. However, if you really want a script written, try posting here: http://www.loverslab.com/topic/168-useful-community-scripts-to-start-mods-with/ WappyOne could probably whip a script together for this if no one else can. You might also look at WappyOne's version of RaperS. I think he might already have done this. I could be wrong, and it was just something he and I discussed via PM. I have so little free time that I can't tinker anymore. That and suffering from CRS. Link to comment
xartom Posted February 4, 2015 Share Posted February 4, 2015 Here's an example of some code from Wappy's Rapers with a little randomization thrown in (all this stuff gets called for in dialogue inspired by that bandits mod). Never got just the nude flags set to reversals to work alone. short sposref meshort rref xmeref zmeref r0ref bedref partnerBegin Function { me spos }set xme to xLoversQuest.Offenceset zme to xLoversQuest.Defenceif xme == Playerset partner to zmeelseset partner to xmeendifCall xLoversCmnInitQuestInterfaceset r0 to xmeset xme to zmeset zme to r0set xLoversQuest.Offence to xmeset xLoversQuest.Deffence to zmeif spos>=1 && spos<=9 ;set r to sposelseif spos==-1;1,2,3,4,5,7,8,9set r to GetRandomPercent * 8 / 100 + 1if r >= 6set r to r + 1endifelse;1-9set r to GetRandomPercent * 9 / 100 + 1endifset xLoversQuest.SPos to rif bedset xLoversQuest.OffNudeFlag to 128+256set xLoversQuest.DefNudeFlag to 128+256+4096set xLoversQuest.ExtFlag to 1 ; +1 Play on the Bedset xLoversQuest.ExtRef to bed ; Use Bed Refelseset xLoversQuest.OffNudeFlag to 128+256set xLoversQuest.DefNudeFlag to 128+256+4096set xLoversQuest.ExtFlag to 0endifCall xLoversMainSafeStartEnd Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.