xmoonproductions.org https://www.xmoonproductions.org/ |
|
[QUESTION] Mucus (and maybe other questions) https://www.xmoonproductions.org/viewtopic.php?f=27&t=3488 |
Page 1 of 2 |
Author: | MasterAaran [ Thu Dec 11, 2014 6:15 pm ] |
Post subject: | [QUESTION] Mucus (and maybe other questions) |
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? ![]() |
Author: | xpadmin [ Thu Dec 11, 2014 6:27 pm ] |
Post subject: | Re: [QUESTION] Mucus (and maybe other questions) |
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); |
Author: | riftporn [ Thu Dec 11, 2014 6:27 pm ] |
Post subject: | Re: [QUESTION] Mucus (and maybe other questions) |
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) |
Author: | xpadmin [ Thu Dec 11, 2014 6:28 pm ] |
Post subject: | Re: [QUESTION] Mucus (and maybe other questions) |
Sorry riftporn I did it again... ![]() Next time I wait a bit longer. You have a good understanding of the code! |
Author: | TheMohawkNinja [ Thu Dec 11, 2014 6:41 pm ] |
Post subject: | Re: [QUESTION] Mucus (and maybe other questions) |
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... ![]() ![]() ![]() |
Author: | MasterAaran [ Thu Dec 11, 2014 6:51 pm ] |
Post subject: | Re: [QUESTION] Mucus (and maybe other questions) |
Thank you everyone for answering the second question! ![]() I'm going to have to go check this out ![]() 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!" |
Author: | Nautica [ Fri Dec 12, 2014 4:26 am ] |
Post subject: | Re: [QUESTION] Mucus (and maybe other questions) |
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. |
Author: | hardyhar [ Sat Dec 13, 2014 3:20 am ] |
Post subject: | Re: [QUESTION] Mucus (and maybe other questions) |
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. |
Author: | aacewin [ Wed Feb 04, 2015 8:37 pm ] |
Post subject: | Re: [QUESTION] Mucus (and maybe other questions) |
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"; } } } } } |
Author: | xpadmin [ Wed Feb 04, 2015 8:50 pm ] |
Post subject: | Re: [QUESTION] Mucus (and maybe other questions) |
@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 |
Page 1 of 2 | All times are UTC |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |