xmoonproductions.org https://www.xmoonproductions.org/ |
|
Question about changing moods and allow/disallow touching https://www.xmoonproductions.org/viewtopic.php?f=27&t=3510 |
Page 1 of 1 |
Author: | hardyhar [ Mon Dec 15, 2014 12:27 am ] |
Post subject: | Question about changing moods and allow/disallow touching |
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! |
Author: | TheMohawkNinja [ Mon Dec 15, 2014 12:38 am ] |
Post subject: | Re: Question about changing moods and allow/disallow touchin |
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. |
Author: | Lazarus [ Mon Dec 15, 2014 1:33 pm ] |
Post subject: | Re: Question about changing moods and allow/disallow touchin |
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. |
Author: | thekresz [ Mon Dec 15, 2014 1:52 pm ] |
Post subject: | Re: Question about changing moods and allow/disallow touchin |
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 |
Page 1 of 1 | All times are UTC |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |