"Panicked" Eyebrows (1 Viewer)

Gord

Potential Patron
Joined
Mar 2, 2012
I thought a cool mod would be to have her eyebrows go down while hilting similar to when she is wincing or coughing. Using the deepthroatactions mod you can make her wince while holding her down, but I also want her to be able to open her eyes. Possibilities:
- make her panic more the longer she is held down (running out of breath)
- make her panic more depending on penis depth
(similar to shock)

Also, some references:
 

Attachments

  • 035.jpg
    035.jpg
    89 KB · Views: 595
  • The--Blowjob-Face--blowjob_face_www-crusang-net_202.jpg
    The--Blowjob-Face--blowjob_face_www-crusang-net_202.jpg
    132.9 KB · Views: 645

Gord

Potential Patron
Joined
Mar 2, 2012
I have developed a very crude work around. This will hopefully better illustrate the desired effect. Just make the normal eyebrows very hard to see by having the fill/line color match her skin, then load this hair (or something similar for custom draw eyebrows, I'm no artist). Behold...
 

Attachments

  • Panic.jpg
    Panic.jpg
    79.4 KB · Views: 952
  • EyebrowsB.png
    EyebrowsB.png
    6.2 KB · Views: 417

sby

Content Creator
Coder
Joined
Sep 11, 2012
hey i just saw this,
and call it lazy,
but heres some code,
function updateEyes() : void
{
var minbrow = 160;
var _loc_2:* = Math.min(200, Math.max(2, Math.floor(minbrow + (g.her.eyelidMotion.pos / g.her.eyePosWince)*(g.her.eyePosWince-minbrow))));

if (g.her.eyebrowOffsets.length > 0)
{
_loc_2 = _loc_2 + g.her.eyebrowOffsets[0];
g.her.eyebrowOffsets.splice(0, 1);
}
g.her.rightEyebrow.rightEyebrowFill.gotoAndStop(_loc_2);
g.her.rightEyebrow.rightEyebrowLine.gotoAndStop(_loc_2);
g.her.leftEyebrow.leftEyebrowFill.gotoAndStop(_loc_2);
g.her.leftEyebrow.leftEyebrowLine.gotoAndStop(_loc_2);
if (g.her.currentMood == "Angry")
{
g.her.leftEyebrowAngryTween.tween(_loc_2 / 200);
g.her.rightEyebrowAngryTween.tween(_loc_2 / 200);
}
else
{
g.her.leftEyebrowNormalTween.tween(0);
g.her.rightEyebrowNormalTween.tween(0);
}
g.her.rightEyebrow.rightEyebrowFill.gotoAndStop(_loc_2);
g.her.rightEyebrow.rightEyebrowLine.gotoAndStop(_loc_2);
g.her.leftEyebrow.leftEyebrowFill.gotoAndStop(_loc_2);
g.her.leftEyebrow.leftEyebrowLine.gotoAndStop(_loc_2);
g.her.eye.eyebrowMask.gotoAndStop(_loc_2);

return;
}
. . yeah i'll add it in later.
 

gollum

Vivacious Visitor
Joined
Dec 31, 2011
sby said:
hey i just saw this,
and call it lazy,
but heres some code,
function updateEyes() : void
{
var minbrow = 160;
var _loc_2:* = Math.min(200, Math.max(2, Math.floor(minbrow + (g.her.eyelidMotion.pos / g.her.eyePosWince)*(g.her.eyePosWince-minbrow))));

if (g.her.eyebrowOffsets.length > 0)
{
_loc_2 = _loc_2 + g.her.eyebrowOffsets[0];
g.her.eyebrowOffsets.splice(0, 1);
}
g.her.rightEyebrow.rightEyebrowFill.gotoAndStop(_loc_2);
g.her.rightEyebrow.rightEyebrowLine.gotoAndStop(_loc_2);
g.her.leftEyebrow.leftEyebrowFill.gotoAndStop(_loc_2);
g.her.leftEyebrow.leftEyebrowLine.gotoAndStop(_loc_2);
if (g.her.currentMood == "Angry")
{
g.her.leftEyebrowAngryTween.tween(_loc_2 / 200);
g.her.rightEyebrowAngryTween.tween(_loc_2 / 200);
}
else
{
g.her.leftEyebrowNormalTween.tween(0);
g.her.rightEyebrowNormalTween.tween(0);
}
g.her.rightEyebrow.rightEyebrowFill.gotoAndStop(_loc_2);
g.her.rightEyebrow.rightEyebrowLine.gotoAndStop(_loc_2);
g.her.leftEyebrow.leftEyebrowFill.gotoAndStop(_loc_2);
g.her.leftEyebrow.leftEyebrowLine.gotoAndStop(_loc_2);
g.her.eye.eyebrowMask.gotoAndStop(_loc_2);

return;
}
. . yeah i'll add it in later.

I might steal this ;)
 

sby

Content Creator
Coder
Joined
Sep 11, 2012
gollum said:
sby said:
hey i just saw this,
and call it lazy,
but heres some code,

. . yeah i'll add it in later.

I might steal this ;)
that is just the core stuff that sdt uses to control eyebrows, with a test variable to demonstrate what happens.


here is a link to what i put together so far. that way people can test it out and stuff before i properly release it in my thread.
edit - find recent version in my loader thread
also gord, the picture you drew was helpful in choosing the default settings.

gollum, this will have certainly more interesting stuff in it than the other snippet.
 

Gord

Potential Patron
Joined
Mar 2, 2012
sby said:
here is a link to what i put together so far. that way people can test it out and stuff before i properly release it in my thread.
https://www.box.com/s/dacmlbs4cpnbzottyer8
also gord, the picture you drew was helpful in choosing the default settings.

gollum, this will have certainly more interesting stuff in it than the other snippet.

Wow! Awesome job!
 

gollum

Vivacious Visitor
Joined
Dec 31, 2011
sby said:
gollum, this will have certainly more interesting stuff in it than the other snippet.

by the time I'm back to coding, you'll have it finished and I'll just add it to my thingie ;)
 

T0mcat

Avid Affiliate
Joined
Feb 5, 2012
sby said:
here is a link to what i put together so far. that way people can test it out and stuff before i properly release it in my thread.

looks very promising ^^

two minor flaws right now:

- with the basic setting You included the eybrows are way too high on the forehead.. and the left is a bit too far to the left.. kinda like floating in air instead of being connected to the head..

- isn't compatible with angry mood
 

Xsofresh

Potential Patron
Joined
May 15, 2012
T0mcat said:
sby said:
here is a link to what i put together so far. that way people can test it out and stuff before i properly release it in my thread.

- isn't compatible with angry mood
Well that sure as hell explains why I couldn't notice anything working derp.
 

sby

Content Creator
Coder
Joined
Sep 11, 2012
i tweaked it a bit, and did some manipulation for the angry brows.

once again, gonna let it sit here a bit before official posting to work out an extraneous quarks.

edit - find latest version in my loader imports thread
 

sby

Content Creator
Coder
Joined
Sep 11, 2012
it seems to work well, so. . .

request filled.


you can find eyebrowcontrol in my loader imports thread:
http://www.sdtmods.com/index.php?topic=2888.0
 

Users who are viewing this thread

Top


Are you 18 or older?

This website requires you to be 18 years of age or older. Please verify your age to view the content, or click Exit to leave.