agentweez Posted August 14, 2011 Posted August 14, 2011 Oh she gets back up and goes into that animation. When I try to interact with her while in that animation the game tells me she's unconscious.
d2vis Posted August 14, 2011 Posted August 14, 2011 Hi I'm new to the NV section of this forum (since I just started playing FNV). Just wondering are there different animations you can switch from? Like in oblivion you can press "z" to cycle through different ones.
Silk Posted August 14, 2011 Posted August 14, 2011 Hi I'm new to the NV section of this forum (since I just started playing FNV). Just wondering are there different animations you can switch from? Like in oblivion you can press "z" to cycle through different ones. No - you can't cycle animations, but it does give you enough variation that you don't get bored. Theres different animations for each of the beasts, for consenual sex and for rape. As well as different animations depending on gender.
Cathal Posted August 14, 2011 Posted August 14, 2011 @agentweez have You tried killing/resurrecting Cass? pretty much always works for me when I get problems with animations (well since she's essential you won't be killing her her per se just making unconscious ;p) EDIT: the other part of the post has been made redundant since Silk beat me to it :]
agentweez Posted August 14, 2011 Posted August 14, 2011 EDIT: Cathal! You are a genius. That seems to have fixed it right up. I don't know how that would work d2vis. Can you explain more? I'm really new to console in this game. Like new as in today first time. UDLR: what I don't understand is if i rename that anim, reload game, she's fine. Quicksave. Reload quicksave. Fine. If I Alt+Tab and go change that name back and reload the "known good" save I just made, she reverts to the bent over animation. I just don't get it!
UDLR Posted August 14, 2011 Author Posted August 14, 2011 I've just begun attempting to start specific anims through dialogue...I stand in awe of your script design. So simple to play with all the options. A very big thank you. Skimmed right past this the first time. Thanks! I was really aiming for this to be easy to use from a modder's perspective. Glad you're finding it easy! d2vis - Not really. You can press comma and period to cycle through them, but they're only there for development purposes. Animations wont line up properly if you use them and they weren't really intended to be used by the player. Agentweez - So she's not unconscious before damaging her fatigue. But after you do and she gets back up, it still says she's unconscious? Well, the problem is that the game has decided for some reason that she should be playing animation number 2 (which happens to be 47.kf). If you remove the file, it will play her default idle since it can't find it, but its still trying to play that animation. When you put the file back it can find it again.
agentweez Posted August 14, 2011 Posted August 14, 2011 UDLR: She was conscious and bent over. Damage fatigue and she got back up, locked in animation, and the game told me she was unconscious when I tried to interact. v:huh:v However, Cathal seems to have fixed it by killing her and resurrecting her.
UDLR Posted August 14, 2011 Author Posted August 14, 2011 So confusing. If you open her inventory, do you see anything weird with names like "Debug: Sexout Ac" ? Edit: Nvm, just checked ingame and they're not visible even if they're there. Edit2: Can't believe I forgot about this. In case agentweez's problem happens to someone else, just open your console, select them, and type; playidle SexoutReset
d2vis Posted August 14, 2011 Posted August 14, 2011 Haha ok ok. So just wondering is there an option to have sex with an npc (besides rape etc). Like dialogue option? (I'm playing as a male character)
UDLR Posted August 14, 2011 Author Posted August 14, 2011 Haha ok ok. So just wondering is there an option to have sex with an npc (besides rape etc). Like dialogue option? (I'm playing as a male character) Unfortunately, no plugin has been written to do that yet. You can go prostitute yourself though, should work for males as well. Need someone good with dialog skill to make a plugin for that. My dialog would be horrid, haha.
rikuth Posted August 14, 2011 Posted August 14, 2011 Edit2: Can't believe I forgot about this. In case agentweez's problem happens to someone else' date=' just open your console, select them, and type; playidle SexoutReset [/quote'] ran around letting wasters use cass like the dirty cowgirl she is until she bugged, command worked for me. will continue testing though
UDLR Posted August 14, 2011 Author Posted August 14, 2011 ran around letting wasters use cass like the dirty cowgirl she is until she bugged' date=' command worked for me. will continue testing though [/quote'] Yeah, just did similar at Gomorrah. Just kinda left it did something else for 30 minutes. I was rather surprised how often it happened. Looks like it needs somewhat immediate attention.
rikuth Posted August 14, 2011 Posted August 14, 2011 doesn't seem to happen as often with just the esm..
Mouha Posted August 14, 2011 Posted August 14, 2011 There is a problem with spore carriers, animation works very good but it's not well aligned. i had to change this part of the script to fix : 00SexoutSupervisorItemScript elseif anim == 51 || anim == 52 set distance to -95 ;(or -90 to be closer) Changed the value by default (was -50 i believe) Also, i add this to the spore carrier rape animation : Cause it looks like there is no pernetration... personnal taste here but i think it looks good. (So technically the spore carrier make his cum animation many times during the rape) And, you can add a cum animation to sexus poses in your mod : AttackPower_x01m.kf and AttackPower_x01ms.kf It work perfect, except that those cum poses are not very well aligned but it can be fixed i think, just don't how yet. Last thing, i made a modif for the rapist and the victim to moan at the end of the action : 00SexoutSupervisorItemScript ; ; Timer for timing sex act ; if timer >= 0 ; Act not finished, keep counting set timer to timer - GetSecondsPassed ; if male != player male.SetPos Y mY male.SetPos X mX male.SetPos Z dZ ; endif ; if female != player female.SetPos Y fY female.SetPos X fX female.SetPos Z dZ ; endif if timer <= 2 && stage == 1 set stage to 2 male.Sayto female Death 0 1 <<<<<<<<<<<<<<<<< This female.Sayto male Death 0 1<<<<<<<<<<<<<<<<< male.AddItem 00SexoutAnimStage 1 1 female.AddItem 00SexoutAnimStage 1 1 endif else ; Sex finished set finished to 1 set delay to 2 All of this is just ideas if you are interessted UDLR. I'll read your guide now to do better things.
d2vis Posted August 14, 2011 Posted August 14, 2011 Haha ok ok. So just wondering is there an option to have sex with an npc (besides rape etc). Like dialogue option? (I'm playing as a male character) Unfortunately' date=' no plugin has been written to do that yet. You can go prostitute yourself though, should work for males as well. Need someone good with dialog skill to make a plugin for that. My dialog would be horrid, haha. [/quote'] Ah I see nps . But just wondering how do you prostitute yourself? (sorry for all the questions )
UDLR Posted August 15, 2011 Author Posted August 15, 2011 Mouha - Interesting. Will take a look at the effects next time I'm screwing around in Geck. Ah I see nps . But just wondering how do you prostitute yourself? (sorry for all the questions ) You can do it anywhere, although IMO its best in Gomorrah. If you talk to the receptionist in Gomorrah and say "I'm looking for some work" she'll set you up. Additionally, you can just equip a prostitute armor anywhere. Can use one of the ones you get from Gomorrah, or equip something you want to be a prostitute armor, open the prostitute handbook and register it as an outfit. When you're done prostituting, just unequip the armor.
d2vis Posted August 15, 2011 Posted August 15, 2011 Mouha - Interesting. Will take a look at the effects next time I'm screwing around in Geck. Ah I see nps . But just wondering how do you prostitute yourself? (sorry for all the questions ) You can do it anywhere' date=' although IMO its best in Gomorrah. If you talk to the receptionist in Gomorrah and say "I'm looking for some work" she'll set you up. Additionally, you can just equip a prostitute armor anywhere. Can use one of the ones you get from Gomorrah, or equip something you want to be a prostitute armor, open the prostitute handbook and register it as an outfit. When you're done prostituting, just unequip the armor. [/quote'] Ah I see, okay one more question. How does the rape punch work exactly? I've tried equipping it then punching female npcs, but nothing occurs from that besides them being angry and attacking me
UDLR Posted August 15, 2011 Author Posted August 15, 2011 How does the rape punch work exactly? I've tried equipping it then punching female npcs' date=' but nothing occurs from that besides them being angry and attacking me [/quote'] Thats all you should have to do. After punching someone with it, what does it say in the console? And just to test, have you tried punching a male?
d2vis Posted August 15, 2011 Posted August 15, 2011 How does the rape punch work exactly? I've tried equipping it then punching female npcs' date=' but nothing occurs from that besides them being angry and attacking me [/quote'] Thats all you should have to do. After punching someone with it, what does it say in the console? And just to test, have you tried punching a male? Nothing appears in the console after I punch an NPC (regardless male or female). I am playing a male character, if that makes any difference
rikuth Posted August 15, 2011 Posted August 15, 2011 Yeah' date=' just did similar at Gomorrah. Just kinda left it did something else for 30 minutes. I was rather surprised how often it happened. Looks like it needs somewhat immediate attention. [/quote'] after some testing starting scenes though dialogue (just made an esp to test them, MM FF MF and DF only so far) it seems to bug more often when calling the CIOS on Player(or comp), less when on non companion NPC.
Silk Posted August 15, 2011 Posted August 15, 2011 Haha ok ok. So just wondering is there an option to have sex with an npc (besides rape etc). Like dialogue option? (I'm playing as a male character) Unfortunately' date=' no plugin has been written to do that yet. You can go prostitute yourself though, should work for males as well. Need someone good with dialog skill to make a plugin for that. My dialog would be horrid, haha. [/quote'] Ah I see nps . But just wondering how do you prostitute yourself? (sorry for all the questions ) No problem - ask away! To prostitute yourself (assuming you have the latest version) all that you have to do is equip armour or clothing that you want to designate as your whoring gear. Open the prostitutes handbook (i think...) and find the section of prostitute clothing. Select add current outfit and exit the menu. Simple. Or, alternatively, go find yourself one of the stock prostitute outfits and wear it. Even easier.
merphesty Posted August 15, 2011 Posted August 15, 2011 Something wrong on my game. The position is not right after I updated sexout to the last ver. Not just the dog animation, but almost all animation. looks like the male side and female side not fit the right group. Somebody could tell me how to fix this bug ? (sorry for my english, not use it too often.
adradox Posted August 15, 2011 Posted August 15, 2011 sigh, got problem, after loading my save last time I find out that nobody reacts on my character anymore, only prostitution works fine, in all other cases NPC just ignore me. Status in Rapist Handbook changed to 0 0 0 0 0, what does it mean? Also how much I can set combat rape rate value? I set it on 4k and it still can be higher.
SiCcMaDeG Posted August 15, 2011 Posted August 15, 2011 Something wrong on my game. The position is not right after I updated sexout to the last ver. Not just the dog animation' date=' but almost all animation. looks like the male side and female side not fit the right group. Somebody could tell me how to fix this bug ? (sorry for my english, not use it too often. [/quote'] What kind of textures are you using for female, since it could be you are using a type that does not support positioning correctly.
Recommended Posts