View unanswered posts | View active topics It is currently Sat Apr 27, 2024 9:37 pm



Reply to topic  [ 11 posts ]  Go to page 1, 2  Next
 [QUESTION] Mucus (and maybe other questions) 
Author Message
Rank 12
Rank 12

Joined: Fri May 30, 2014 4:27 am
Posts: 87
MAIN QUESTION:
Ok, so I've been digging around in the files today, finally getting elbows deep into the code. I'm beginning to figure a few things out, though some thing still elude me.

Right now, I was intrigued by Mohawk's idea to make Saiko a virgin and have her bleed the first time you enter her.

This got me to thinking. We can have mucus strings during a blowjob...but a vagina also makes 'juice' and sometimes it can be rather sticky. So...can we have mucus generated at the vagina upon penetration?

Hoping someone has an answer, cause so far I've been unable to find out too much. I found the code in the blowjob task that calls for it to be made...

Second Question ANSWERED
What are the possible 'states' for the vagina/anus? I've found reference to them being set to 'NORMAL'...but can we set them to gaping/open? :D


Last edited by MasterAaran on Thu Dec 11, 2014 7:22 pm, edited 1 time in total.



Thu Dec 11, 2014 6:15 pm
Profile
Site Admin
Site Admin

Joined: Thu Feb 07, 2013 11:16 am
Posts: 1865
You can do:

// Set vagina
loc.vs.state = OPEN;
loc.vs.v = 0.02; // 2 cm open
SetVagState(loc.vs);

// Or anus and mouth
SetAnusState(loc.vs);
SetMouthState(loc.vs);

This will close the vagina (not being able to open):

loc.vs.state = CLOSED;
loc.vs.v = 0.0;
SetVagState(loc.vs);


Thu Dec 11, 2014 6:27 pm
Profile
Rank 16
Rank 16
User avatar

Joined: Wed Aug 07, 2013 4:51 pm
Posts: 314
I can answer your second question easily. The open state is called OPEN (doh) and the ...._v parameter lets you set how wide (note: everything above 0.1 is already a gaping hole)


Thu Dec 11, 2014 6:27 pm
Profile
Site Admin
Site Admin

Joined: Thu Feb 07, 2013 11:16 am
Posts: 1865
Sorry riftporn

I did it again... :D

Next time I wait a bit longer.
You have a good understanding of the code!


Thu Dec 11, 2014 6:28 pm
Profile
Rank 16
Rank 16

Joined: Thu Feb 13, 2014 3:54 pm
Posts: 379
Location: United States
riftporn wrote:
note: everything above 0.1 is already a gaping hole


Yeah... about that... don't set the number to 2... she started glitching out a bit...

Image
Image
Image


Thu Dec 11, 2014 6:41 pm
Profile
Rank 12
Rank 12

Joined: Fri May 30, 2014 4:27 am
Posts: 87
Thank you everyone for answering the second question! :D

I'm going to have to go check this out :P...

And @Mohawk... DAMN....that first pic looks like she's being sucked into a vortex made of her own vagina....

Sounds like a plot for an erotic horror film....

"VAGINA VORTEX OF TERROR!"


Thu Dec 11, 2014 6:51 pm
Profile
Rank 16
Rank 16
User avatar

Joined: Sat Aug 23, 2014 12:47 am
Posts: 345
TheMohawkNinja wrote:
riftporn wrote:
note: everything above 0.1 is already a gaping hole


Yeah... about that... don't set the number to 2... she started glitching out a bit...


Ohh dear got that's scary, Is that a vagina or did saiko think you were going to the beach and bring her tube along.


Fri Dec 12, 2014 4:26 am
Profile
Rank 12
Rank 12
User avatar

Joined: Tue Oct 14, 2014 6:00 am
Posts: 92
Nautica wrote:
TheMohawkNinja wrote:
riftporn wrote:
note: everything above 0.1 is already a gaping hole


Yeah... about that... don't set the number to 2... she started glitching out a bit...


Ohh dear got that's scary, Is that a vagina or did saiko think you were going to the beach and bring her tube along.


This gives me a great idea for a Baywatch story line.


Sat Dec 13, 2014 3:20 am
Profile
Rank 13
Rank 13

Joined: Fri Jan 30, 2015 3:30 am
Posts: 106
How does one increase the amount of mucus during blowjob?

I found this in body.ini but not sure how it would affect any of the other packs.

mucus
{
region "mouth"
{
row
{
/*vtx_main = 1141;

vtx_id = 1510;
vtx_id = 2102;
vtx_id = 1141;
vtx_id = 866;
vtx_id = 362;

size = 0.03;*/
}
}

elem "basic"
{
region = "mouth";

dynamic
{
max_count = 8;

chain_size = 10;

spawn_count = 1;

duration = 30.0;

collide = true;
stick = true;
}

physics
{
cc = -0.05;
fc = 0.0;
dc = 0.7;

ground_plane = 0;
}

render
{
lod[0]
{
mesh = "mucusPartShape";
}
}

render_ref
{
lod[0]
{
mesh = "partRefShape";
}
}
}
}
}


Wed Feb 04, 2015 8:37 pm
Profile
Site Admin
Site Admin

Joined: Thu Feb 07, 2013 11:16 am
Posts: 1865
@aacewin

Easiest is to change this in the function:

Code:
<task_blowjob_make_mucus>  [file: \init\std\base\char\brain\code\task\task_blowjob.dat]


Adjust the var value for:
Code:
 state.dyn.me.task.blowjob.mucus


Wed Feb 04, 2015 8:50 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 11 posts ]  Go to page 1, 2  Next

Who is online

Users browsing this forum: No registered users and 157 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group.
Designed by X-Moon Productions.