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


Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help [SOLVED] Is it possible ?
Neelke Offline
Senior Member

Posts: 668
Threads: 82
Joined: Apr 2013
Reputation: 26
#11
RE: Is it possible ?

FadeImageTrailTo(0.2f, 1f);
FadeRadialBlurTo(0.4f, 1f);
FadePlayerAspectMulTo(2f, 0.2f);

Try this.

Derp.
09-21-2014, 02:40 PM
Find
Straxedix Offline
Senior Member

Posts: 426
Threads: 52
Joined: Mar 2014
Reputation: 5
#12
RE: Is it possible ?

Neelke no that didn't helped. I solve i i should remove those "f" and it works now,but now when i enter second area the effects don't go down...And i wanna this sound if is possible to make it replies,if no it doesn't matter,it's not that important,we will find other way to solve it.Thanks for all the help guys :)

(This post was last modified: 09-21-2014, 06:26 PM by Straxedix.)
09-21-2014, 06:26 PM
Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#13
RE: Is it possible ?

As it seems right now, you have just copied and pasted the script the chaser gave you.

What he gave you, is not going going to help, unless you change some stuff.

This one won't do anything
PHP Code: (Select All)
void ToNormality (string &in...)
{
ChangePlayerStateToNormal();


unless we change some stuff around.

PHP Code: (Select All)
void ToNormality (string &in asParentstring &in asChildint alState)
{
SetPlayerSanity(100);
SetPlayerHealth(100);

FadeImageTrailTo(0.0f1f);
FadeRadialBlurTo(0.0f1f);
FadePlayerFOVMulTo(1.0f0.5f);
FadePlayerAspectMulTo(1.0f0.2f);


I'm not sure about how ChangePlayerStateToNormal works, but it'll be much easier for yourself, if you use this, because you know what's actually going on.

Trying is the first step to success.
(This post was last modified: 09-21-2014, 06:54 PM by FlawlessHappiness.)
09-21-2014, 06:53 PM
Find
Straxedix Offline
Senior Member

Posts: 426
Threads: 52
Joined: Mar 2014
Reputation: 5
#14
RE: Is it possible ?

Thank you,solved.+Reputation to everyone (Neelke,Badcat,Flawless,Chaser...)

FlawlessHappiness btw i am smiling right now :D

09-21-2014, 07:03 PM
Find
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#15
RE: [SOLVED] Is it possible ?

Yeah lol I got lazy at the second callback, sorry.

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
09-21-2014, 08:39 PM
Find




Users browsing this thread: 1 Guest(s)