xmoonproductions.org
https://xmoonproductions.org/

Example: Customizable responses
https://xmoonproductions.org/viewtopic.php?f=28&t=809
Page 5 of 5

Author:  SpiderJeru [ Sat Dec 13, 2014 5:48 pm ]
Post subject:  Re: Example: Customizable responses

I'm looking for a way to improve the girls response to cumshots, I noticed that if the player pees on her she starts rubbing her body and smiling. I would like to add that response to when the player cums on her. Where would i have to look in the packs to find those responses and edit them?

Author:  thekresz [ Sat Dec 13, 2014 8:37 pm ]
Post subject:  Re: Example: Customizable responses

SpiderJeru wrote:
I'm looking for a way to improve the girls response to cumshots, I noticed that if the player pees on her she starts rubbing her body and smiling. I would like to add that response to when the player cums on her. Where would i have to look in the packs to find those responses and edit them?


yeah, very good question. I see in code that when fluid touch part of body it's can active reaction. look

Code:
      ["piss"]
      {
        case(par.like)
            {
               [SCARED] {talk.s = "pee only on my body please sir"; talk.said.v = ASK_INFO;}
               [HATE]   {talk.s = "please dont pee on me"; talk.said.v = ASK_INFO;}
               []       {talk.s = "pee only on my body please"; talk.said.v = ASK_INFO;}
            }   
        par.part = TIT;
      }


Code:
        par.part = TIT;


par.part isn't about body parts? help someone.

if we know name of animation used to her rubbing her body we can create a new task triggered when fluid touch the TIT part of her body, right? correct me someone if I'm wrong.

Author:  Creepy [ Sun Dec 14, 2014 3:26 am ]
Post subject:  Re: Example: Customizable responses

SpiderJeru wrote:
I'm looking for a way to improve the girls response to cumshots, I noticed that if the player pees on her she starts rubbing her body and smiling. I would like to add that response to when the player cums on her. Where would i have to look in the packs to find those responses and edit them?


Go to \init\std\base\char\brain\code\task\task_blowjob.dat and replace:
Code:
[state.dyn.me.coll.body_fluid2.obj != null]

with:
Code:
[state.dyn.me.coll.body_fluid1.obj != null]
[state.dyn.me.coll.body_fluid2.obj != null]

Author:  SpiderJeru [ Mon Dec 15, 2014 12:41 pm ]
Post subject:  Re: Example: Customizable responses

xpadmin wrote:
@Pickled Cow

The girl can detect when you come into her mouth. The variable: state.dyn.me.avatar.fluid_type can be used to detect if fluid is ejected from the penis. If you use that in combination with state.dyn.me.coll.mouth_pen.obj_type, you can react on it. (I forgot to record a happy ending in the video)


What file would i go to for editing exactly that response?

Author:  SpiderJeru [ Tue Dec 16, 2014 10:33 pm ]
Post subject:  Re: Example: Customizable responses

Hate to bump, but maybe someone wants to explain to me?

Author:  sucellus3212 [ Tue Dec 16, 2014 10:44 pm ]
Post subject:  Re: Example: Customizable responses

i would like buddy but i'am still discovering
the brain files...
and our master scripter are maniac modders ^^
so i guess you'll have to wait ( and so i will) for the wiki

Page 5 of 5 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/