View unanswered posts | View active topics It is currently Thu Mar 28, 2024 4:58 pm



Reply to topic  [ 4 posts ] 
 Question about changing moods and allow/disallow touching 
Author Message
Rank 12
Rank 12
User avatar

Joined: Tue Oct 14, 2014 6:00 am
Posts: 92
I would like to mess around with mood changes based on actions. For example, let's say a girl is in a "Normal" mood and you call her a bitch or take out your penis and that changes her mood to "Angry".

I would also like to play around with disallowing touching. For example, if she's in an "Angry" mood you can't touch her, but if her mood changes to "Happy" or "Eager" than you can touch.

Even more so, I'd like to try and create limited touching. For example, if she's "Eager" you can touch her all you want, "Scared" you can only touch clothes, "Unsure" you can only do certain sex acts, etc. etc.

I figure this should be possible since it happens to an extent in story mode, but I'm not having luck finding how to control this stuff. Can anyone enlighten me with which files and lines control this?

Any help is appreciated!


Mon Dec 15, 2014 12:27 am
Profile
Rank 16
Rank 16

Joined: Thu Feb 13, 2014 3:54 pm
Posts: 379
Location: United States
I've sort of done this with one of my mods. It makes it so you can only get a blowjob if she isn't scared or angry, she won't take off her panties if she is angry, and a few other mood-based things.

As far as changing mood in-game is concerned. That shouldn't be too hard. I'm sure if I don't release a mod that allows that, someone will.


Mon Dec 15, 2014 12:38 am
Profile
Rank 9
Rank 9

Joined: Sun Dec 14, 2014 3:22 pm
Posts: 49
Along the same lines, it'd be great if the little creatures could improve their moods to the point they are in the game where they have no control.


Mon Dec 15, 2014 1:33 pm
Profile
Rank 10
Rank 10
User avatar

Joined: Wed Jan 01, 2014 8:47 pm
Posts: 57
Location: Poland
Lazarus wrote:
Along the same lines, it'd be great if the little creatures could improve their moods to the point they are in the game where they have no control.


isn't this have something with pose COMA?

when saiko in main story have no control it's because of this state I think.

Code:
      // Let saiko be on toilet
      loc.state.pose_type    = COMA;
      loc.state.pose_id      = 0;
      loc.state.eye_state    = CLOSED;
      loc.state.eye_state_dur = 0;
      loc.state.ia_type      = BODY_TOP_LEGS_ARMS_SKIN_CLOTHALL_PRIVATE;
      loc.state.move_type    = NONE;
      loc.state.int2_type    = NONE;
      loc.state.scoll_type   = NONE;
      loc.state.coll_type    = BODY_TOP_LEGS_ARMS_BUTT;
      loc.state.cloth_type   = TORN;
      loc.state.waypoint     = "waypoint5";   
      loc.state.hand_move    = false;
      loc.state.breath_id    = 1;
      loc.state.breath_speed = 1.0;
      loc.state.breath_scale = 0.5;
      loc.state.can_see      = false;
    loc.state.can_hear     = false;


it's in pack\pack_tentacle_dreams\init\stories\tentacle_dreams\chars\saiko\brain\code\run\run1_state.dat

_________________
Image


Mon Dec 15, 2014 1:52 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 4 posts ] 

Who is online

Users browsing this forum: No registered users and 28 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.