Jump to content

Recommended Posts

Thx U Odessa, that makes me feel better about it, I just hate mucking with other peoples stuff if I think they would mind.

 

I got the Keep from moving people when in the casinos, that was easy, I knew what to look for , and used Bethesdas Varriables to stop that.

 

I am having one slight problemo.

 

1. There is no pickIdle in Fonv as best i can tell.

 

2. how do you force the Idle, My new idles work fine, but, I can not figure out how to force them so they start right away.

 

3. here is what I have tried.

 

I mean my Idle will work when I add the token I made, but I either have to wait until it wants to start, which is not on Q or move a little or something.

 

  That is not very functional, and it would be nice to know how to force start it.

 

Like here is what I have been trying

if player.getitemcount GGDance01 <= 0
    Player.additem GGDance01 1
endif
set MSexGGDance.Howlong to 120
DisablePlayerControls
set MSexGGDance.Holdit to 1 ;stop owner from talking while dancing
player.playidle ButtShaking01 ;just and extra try

in the timer I have set up

I have this

;Dance01
if player.getitemcount GGDance01 >= 1

if IsPC1stPerson == 1 && once == 0
    tapcontrol 13 ;should swap to third person
    player.playidle ButtShaking01 ;I had assumed this would force it's start
    set once to 1 ;restrict happening twice
endif

    ; check timer
    if  timer < howLong
        set timer to timer + GetSecondsPassed
    else
            set count to player.getitemcount GGDance01 ;safty Valve in case get more than one
            player.removeitem GGDance01 count
            EnablePlayerControls
            player.playidle NTRLHandsDownListenA ;this seems to cancel it or the token remove does
            set timer to 0 ;reset for next time
            set holdit to 0 ; used to stop Owner from asking something else now they can talk
            set once to 0 ;for next time
    endif
endif

Idle works, but is not starting right away, and that is emmersion killing.

 

 

 

 

Link to comment

Idles only work on the player if TFC is enabled when they are called, which you can force using Con_TFC, but you need to delay a frame for it to take effect.

if GetTFC
    PlayerREF.PlayIdle MyDance
else
    Con_TFC
    return ; * wait for TFC
endif

If you cancel the TFC a frame later, the idle will keep playing and the player can move.

----

 

I believe PickIdle is registered in FNV, but its not documented. I do not know if it works.

Link to comment
  • 2 weeks later...
  • 4 months later...

The situation when the PC is left naked in the wasteland after ending slavery appears broken. When she tried to talk to the guy at Wolfhorn Ranch, it all starts over: I get the message about being left in the middle of the wasteland and the camera goes there but I don't see the PC nor can I use PipBoy.

Link to comment

Well, after a couple tries the problem solved itself...

 

BTW, I wish I could disable or nerf Veronica's forced tours to Novac and Goodsprings. Sometimes they happen at the most untimely moment. For instance, there could be a dialog option for refusing/postponing the travel (maybe at a cost of punishment or something).

Link to comment

Well, after a couple tries the problem solved itself...

 

BTW, I wish I could disable or nerf Veronica's forced tours to Novac and Goodsprings. Sometimes they happen at the most untimely moment. For instance, there could be a dialog option for refusing/postponing the travel (maybe at a cost of punishment or something).

 

Well last time I checked this mod had not been updated for along time sadly.However, there is fork of this project that has been worked on more recently namely re-worked msexveronica  http://www.loverslab.com/files/file/1475-re-work-msexveronica/    this mod I think does give you a bit more control of when u get punished for example you can switch off

being teleported to goodspring if you are inside , plus a few bug fixes -- still has a few bugs but u can work around em.

Link to comment
  • 2 months later...

Hello! Rather new modder here. I was wondering if I could get some help when it comes to the animations on this mod. The pissing and fisting animations don't seem to be working. I saw an earlier post talking about creating new folders and such and I was wondering if anyone could offer some help. Thanks!

Link to comment
  • 1 month later...

Hey just thought i'd point out, I chose to become veronicas slave but after she puts the collar on my character the convocation kept looping and wouldn't stop, i'm not sure if it's the same for cass but I thought I should point it out other than that though it's an amazing mod!

Link to comment

Hey just thought i'd point out, I chose to become veronicas slave but after she puts the collar on my character the convocation kept looping and wouldn't stop, i'm not sure if it's the same for cass but I thought I should point it out other than that though it's an amazing mod!

Try the link right above you from Odessa. It is a rework of this mod. Might solve that problem.

Link to comment

 

Hey just thought i'd point out, I chose to become veronicas slave but after she puts the collar on my character the convocation kept looping and wouldn't stop, i'm not sure if it's the same for cass but I thought I should point it out other than that though it's an amazing mod!

Try the link right above you from Odessa. It is a rework of this mod. Might solve that problem.

 

Yeah that worked great thank you, it solved the problem.

Link to comment
  • 1 year later...

I must be missing a resource file somewhere.  If I wear one of the outfits that msex veronica gives you when you talk to veronica about D/s, I'm invisible instead of wearing an outfit.  My character is female, I have Cass in my party as well but she has no sex dialog options, and I have talked to Veronica about D/s but have not made a choice yet about what to be.  I may have messed up the dialog with Cass, not sure how that works.  The dialog where she cusses about whiskey dick, I picked the black widow option instead of the lez option (I have both perks).

Link to comment
  • 10 months later...
  • 3 weeks later...
  • 1 month later...

uhm could someone help me ;-; i installed a fresh  copy of the game and tried to install this mod but the game keeps crashing as soon as i start the game :( i have no idea whats happening @.@ could someone be kind and help me out with the installation of this and sexout thank you  

Link to comment
  • 1 year later...

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