Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do get drunk?
MaZiCUT Offline
Senior Member

Posts: 536
Threads: 31
Joined: Jun 2012
Reputation: 17
#11
RE: How do get drunk?

(06-24-2012, 12:14 PM)Kman Wrote: Or you could just shove a beer bottle down your throat

YEEEEEAH 'MERICA.
http://www.youtube.com/watch?v=IhnUgAaea4M

Hi.
06-24-2012, 12:16 PM
Website Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#12
RE: How do get drunk?

Go to
http://wiki.frictionalgames.com/hpl2/amn...en_effects

Look under screen effects.
Mess around with them. Learn what they do.

I guess i would use:

FadeImageTrailTo(float afAmount, float afSpeed);


afAmount - intensity (default: 0)
afSpeed - time in seconds until full effect


FadeRadialBlurTo(float afSize, float afSpeed);


afSize - intensity (default: 0)
afSpeed - time in seconds until full effect


FadePlayerRollTo(float afX, float afSpeedMul, float afMaxSpeed);


afX - angle of rotation of head, positive being counter-clockwise
afSpeedMul - speed (possibly acceleration) multiplier of the rotation (default 1, which is really slow)
afMaxSpeed - maximum speed of rotation


Use this ^ to make the player's head tilt a bit (according to how much you put in it)

Trying is the first step to success.
06-24-2012, 04:25 PM
Find




Users browsing this thread: 1 Guest(s)