Jump to content

How To Test/Try/Call ZaZ Animations


ZaZ

Recommended Posts

This Is How I test My animations after I have Added them

 

Well People have been asking me How to test/call Zaz Animations and Stuff Via the Console and I have to Direct them to the NGthread .

Which May be a Bit confusing for Newbies

 

What is Required

 

1. FormID for the SexoutNG quest (for setting vars) and spells (for starting sex). This FormId will be Different each person because of their load orders.

Start FalloutNV and Load a Save Game and Open Your Console menu with the ~ (tilda) key.

You Should See this.post-8726-13597878907322_thumb.jpg

Note Down and Remember the Boxed Numbers,

For me

SexoutNGMAIN: Sexout is 08000DC0

SexoutNGMAIN: SexoutNG is 08019333

SexoutNGMAIN: SexoutBegin is 080027A8

For You the First 2 Digits May be Different

 

2.Now .......

Create 4 Text Files - zaz1p.txt / zaz2p.txt / zaz3pC.txt / zaz3pAB.txt

Put these text Files in Your Default Fallout New Vegas directory

 

3.

I will Show you How to test animations on the player character only .Also your PC has to be Female.

 

You Will Need the Animations List

 

http://www.loverslab.com/attachment.php?aid=13875

http://www.loverslab.com/attachment.php?aid=13877

 

 

# For Solo animations

I will Make Use of this one

1021 BoxedbitchWasteland Single Generic Idle

 

Open Your zaz1p.txt File and Insert the following Text


set "08000dc0".anim to 1021
set "08019333".actora to Player
set "08019333".nUseZAZ to 1
cios 08019336
[/Code]

08019336 Is an SexoutNGBegin Callback Function ( Im Assuming)

Also Remember to change the first 2 digits as per your own FormId

Save Your File .Start Your Game , Load up your save game and open the console

In the Console type: Bat zaz1p

This Should trigger the Boxed Bitch Wasteland Generic Idle , and play it as per your MCM timing setting.

 

[b][i][u]# For 2 person animations [/u][/i][/b]

I will Make Use of this one

221 BoxedbitchWasteland 1handGrabSlow

Open Your zaz2p.txt File and Insert the following Text

[Code]
set "08000dc0".anim to 221
set "08019333".actora to getself
set "08019333".actorb to Player
set "08019333".nUseZAZ to 1
cios 08019336
[/Code]

Again Remember to change the first 2 digits as per your own FormId

Save Your File .Start Your Game , Load up your save game and open the console

For this one we have to choose actora .So when in console mode click a Male NPC and type in the console: bat zaz2p

This Will Play the animation Putting the PC in the Box Giving Head to the Selected Male NPC.

 

[b][i][u]# For 3 person animations [/u][/i][/b]

I will Make Use of this one

301 SexPillory Slow basic Hump ActA / Bj Basic Slow ActC

Open Your zaz3pC.txt File and Insert the following Text

[Code]
set "08019333".actorc to getself
[/Code]

Again Remember to change the first 2 digits as per your own FormId.Save Your File

Open Your zaz3pAB.txt File and Insert the following Text

[Code]
set "08000dc0".anim to 301
set "08019333".actora to Getself
set "08019333".actorb to Player
set "08019333".actorc to Getself
set "08019333".nUseZAZ to 1
cios 08019336
[/Code]

Again Remember to change the first 2 digits as per your own FormId

Save Your File .Start Your Game , Load up your save game and open the console

Selecting Actor C First - In Console mode , Click on a Male NPC.

and Type: bat zaz3pC

(Nothing Happens because We have only Selected an ActorC and not initiated a SexoutBegin Command)

Selecting Actor A - In Console mode , Click on a DIFFERNT Male NPC.

and Type: bat zaz3pAB

This will Trigger a 3 person animation .

 

NOTES.

1. You Can Alt Tab and Create text files and Try them Ingame.

2.If your Using a Male PC , or want to be the Dominant one .

set "08019333".actora to Player

set "08019333".actorb to getself

Actorb is always on the recieving end.

3.you can Use the same txt file and rename the animation numbers to try other animations

 

 

Cheers

 

Pridey please Just Have a peek incase I have made any Mistakes.

Cheers

Link to comment

don't know where to ask this, i guess this topic will do (sorry if not, so many threads here) - is there simple way to make idle markers with Sexout (ZaZ included) solo animations, just for NPCs, one at a time?

for example i tryed to add solo masturbate animation in 'Idle Animations' menu, with almost no conditions (just for female only), then add new idle marker with it and place it in my home, but i don't even get there to test it - my female PC just start to masturbate every time i crouch or just go into 3rd person view and iron sight for weapons all messed up, don't know why i get such effects :(

Link to comment

for example i tryed to add solo masturbate animation in 'Idle Animations' menu' date=' with almost no conditions (just for female only), then add new idle marker with it and place it in my home, but i don't even get there to test it - my female PC just start to masturbate every time i crouch or just go into 3rd person view and iron sight for weapons all messed up, don't know why i get such effects :(

[/quote']

 

Because you have no conditions on it, so it just plays when it can. I'd avoid messing with the idle animations menu if I were you. There is no need for it, for what you're trying to do.

 

Just using idle markers won't undress people, so they'll masturbate with their clothes on. As an alternative, consider casting masturbation on them using nx vars (see the API) in the result script of a travel package directing them to a headingmarker or something.

 

And yes, this isn't the thread for it, really. Make a new one.

Link to comment
  • 4 months later...
  • 5 weeks later...
Guest prodlimen

Masterccris, many, many thanks for this useful and comprehensible tutorial :) :). This is what I've wanted to be able do for a long time (force animations via console). Very easy to do it!!.

 

There's a weird issue I´m having,,,when I'm in the game using any of the sexout plugins all the animations work great; however, if I try to force them with the console, most of them don't work (but some actually do it): one of the characters just stands there doing nothing (most of the time actor b, the taker) while the other actor moves as he should...sometimes they got merged with each other while they're standing. Do you have any idea why?.  I mean, why would all the animations only work in game and not with the console?. I know this belongs to another threat (technical support), and I'm aware of all the steps that are required to ask for help...it's just I thought it could be something without major importance since most of the animations and plugins are working ok. Have you had this problem yourself?.

 

 

Link to comment
  • 2 months later...

need anims list again (links don't work) nevermind I'm an idiot, found them back in the main ZAZ thread.

 

ZAZBDAnimations List 20120806.txt

 

 

ZAZ Animation List 20120115


1001 Single Cross Round Restrained
1002 Single Cross Triangle Restrained
1003 Single Cross Impale Restrained
1004 Single Cross Round Struggle
1005 Single Cross Triangle Struggle
1006 Single Cross Animated Impale Struggle
1007 Single Cross Round GiveUp
1008 Single Cross Triangle GiveUp
1009 Single Cross Animated Impale GiveUp
1010 Single Cross Animated Impale Restrained
---------------------------------------------------------------
1011 Single Pillory Generic Pillory Idle
1012 Single Pillory Pillory Spank Idle
1013 Single Pillory Pillory Fuck Idle
1014 Single Pillory Pillory Spank & Fuck Idle
1015 Single Pillory Pillory Legion Style Idle
---------------------------------------------------------------
1016 Single PunishmentPost Generic HandsAboveHead Idle
1017 Single PunishmentPost Upsidedown Struggle
1018 Single PunishmentPost Dildo Idle
1019 Single PunishmentPost Dildo Fuck Idle
1020 Single Kneeling Generic Kneel Idle
---------------------------------------------------------------

1101 Single SexPillory Generic SexPillory Idle






---------------------------------------------------------------
2 person animations

2001 Dual Kneel Whipfront Kneel hit with Crop Front
2002 Dual Kneel WhipBack Kneel hit with Crop Back
2003 Dual Post WhipBack Post hit with Crop Back
2004 Dual Post Whipfront Post hit with Crop Front UpsideDown

 

 

ZAZSexAnimations List20120806 .txt

 

 



SexOutZAZ SEX ANIMATIONS List

0001 - 1000 Animcounter (Futher Subdivided)

(As Of Now I somehow cant Use 1 - 149 Anim Counters)


Anim Counters

No. 150 - 200 ----- 2p Human animations ------------------- Sex animations involving penetration Peni into Vaggy , Preg related

No. 201 - 300 ----- 2p Human animations ------------------- Bjs , Dildos , Licky , weird stuff , Non preg related

No. 301 - 400 ----- 3p Human animations ------------------- Sex animations involving penetration Peni into Vaggy , Preg related . 1 of the 2 people will be invloved

No. 401 - 500 ----- 3p Human animations ------------------- Bjs , Dildos , Licky , weird stuff , Non preg related


I. Pillory



01PillorySXStatic
This is Static For All Sex Animations using the pillory SexoutSZAZSexPilloryStatic

In SCR

SexoutSZAZSexPilloryStatic

For the pillory , Two holes Can get Filled ,and on rare occasions the third :P

(ActorB )Is always in the pillory

Small Description Of Anims

---------------------------------------

Main Generic single Idles when In the Sexpillory

1101 SexPillory Single Generic Idle


2P Human (Preg)
---------------------------------------
150 SexPillory Slow basic
151 SexPillory Slow basic + Light Spank
152 SexPillory fast Basic
153 SexPillory fast Bent
154 SexPillory fast + Spank + Thumb Hold (I dunno the tecnical term )
155 SexPillory fast + ass dildo



2P Human (Non Preg)
---------------------------------------

The animations here Ive tried to Sort Out as Much As I can
So a few of them may be out of place


201 SexPillory Ride " exactly what it means " ( I dunno what I was smoking when I did this)
202 SexPillory ActorB Restrained ActorA Kneeling Lickky Behind
203 SexPillory ActorB Restrained ActorA Lickky Fwd
204 SexPillory Dildo Slow
205 SexPillory Dildo Fast + Spank
206 SexPillory Facial Butt Plug ActorA Kneeling Plugging Behind
207 ---------- Reserved
208 ---------- Reserved
209 ---------- Resvered
210 SexPillory Bj Basic Slow
211 SexPillory Bj Basic fast
212 Sexpillory Bj Forced Fast


3p Human (Preg)
---------------------------------------

301 SexPillory Slow basic Hump ActA / Bj Basic Slow ActC
302 SexPillory Slow basic + Light Spank Hump ActA / Bj Basic Slow ActC
303 SexPillory fast Basic Hump ActA / Bj Basic fast ActC
304 SexPillory fast Bent Hump ActA / Bj Basic fast ActC
305 SexPillory fast + Spank + Thumb Hold Hump ActA / Bj Forced Fast ActC
306 SexPillory fast + ass dildo Hump ActA / Bj Forced Fast ActC
307 SexPillory fast + Spank + Thumb Hold Hump ActA / Lickky Fwd ActC


3p Human (Non Preg)
---------------------------------------
401 Sexpillory Restrained Kneeling Lickky Behind ActA / Bj Basic Slow ActC
402 Sexpillory Restrained Kneeling Lickky Behind ActA / Lickky Fwd ActC
403 Sexpillory Facial Butt Plug ActorA Kneeling Plugging Behind / Lickky Fwd ActC
404 Sexpillory Facial Butt Plug ActorA Kneeling Plugging Behind / Bj Forced Fast Actc
405 Sexpillory Dildo Slow ActA / Bj Basic Slow ActC
406 Sexpillory Dildo Fast + Spank ActA / Bj Forced Fast Actc

----------------------------------------------------------------------------------------------------------------------------------------------------------------------

II.Boxed Bitch

BoxedBiatch.nif
BoxedBiatchG.nif
These is Statics For All Sex Animations using the BoxedBitch Animations

In SCR

SexoutSZAZBBGommorahStatic
SexoutSZAZBBWastelandStatic

For the BoxedBitch , All Bj and Forced BJ Animations

(ActorB )Is always in the Box

Small Description Of Anims

Main Generic single Idles when using Boxed Bitch

1021 BoxedbitchWasteland Single Generic Idle
1022 BoxedbitchGommorah Single Generic Idle


Bj Anims

221 BoxedbitchWasteland 1handGrabSlow
222 BoxedbitchWasteland 2handGrabSlow
223 BoxedbitchWasteland 2HandGrabFast
224 BoxedbitchWasteland 1handGrabFast
225 BoxedbitchWasteland HeadBars1hand
226 BoxedbitchWasteland HeadBars2handChoke
227 BoxedbitchWasteland Headbars2handFast


228 BoxedbitchGommorah 1handGrabSlow
229 BoxedbitchGommorah 2handGrabSlow
230 BoxedbitchGommorah 2HandGrabFast
231 BoxedbitchGommorah 1handGrabFast
232 BoxedbitchGommorah HeadBars1hand
233 BoxedbitchGommorah HeadBars2handChoke
234 BoxedbitchGommorah Headbars2handFast


235 BoxedbitchWasteland Special Lick
236 BoxedbitchGommorah Special Lick


------------------------------------------------------------------------------------------------------------

III.Creature Anims

601 PillorySuperMutant Fuck

621 PillorySporePlant Fuck
622 PillorySporePlant Fuck

631 PilloryDeathClaw Fuck

 

 

here they are again just so nobody else has to go jump threads to find them again  :shy:

Link to comment
  • 9 months later...
  • 11 months later...
  • 7 months later...

Archived

This topic is now archived and is closed to further replies.

  • 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