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
Custom Screen Effects/Insanity
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#11
RE: Custom Screen Effects/Insanity

(03-10-2013, 01:10 PM)tonitoni1998 Wrote: Yep when you take a look at his videos... Hes good

Really good. Ask him a complicated question, such as how to make a lock destroyed by using 10 items.

"Veni, vidi, vici."
"I came, I saw, I conquered."
03-10-2013, 01:26 PM
Find
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#12
RE: Custom Screen Effects/Insanity


Really good. Ask him a complicated question, such as how to make a lock destroyed by using 10 items.
[/quote]

That's actually easy. Just have a Local variable and add 1 to the variable when you use the item.

JsutNtherPlayer pls

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
03-10-2013, 01:58 PM
Find
No Author Offline
Posting Freak

Posts: 962
Threads: 10
Joined: Jun 2012
Reputation: 13
#13
RE: Custom Screen Effects/Insanity

(03-10-2013, 01:58 PM)The chaser Wrote:
(03-10-2013, 01:26 PM)JustAnotherPlayer Wrote:

Really good. Ask him a complicated question, such as how to make a lock destroyed by using 10 items.

That's actually easy. Just have a Local variable and add 1 to the variable when you use the item.

JsutNtherPlayer pls
[/quote]

Well this posts just gave me an idea.

[Image: the-cabin-in-the-woods-masked-people.jpg]
03-10-2013, 03:18 PM
Find
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#14
RE: Custom Screen Effects/Insanity

(03-10-2013, 01:58 PM)The chaser Wrote:
(03-10-2013, 01:26 PM)JustAnotherPlayer Wrote:

Really good. Ask him a complicated question, such as how to make a lock destroyed by using 10 items.

That's actually easy. Just have a Local variable and add 1 to the variable when you use the item.

JsutNtherPlayer pls
[/quote]

........wat?
OFF-TOPIC:
I see a script in the Script Functions page. Am i correct in changing it to the suitable script for use in the .hps?
[SCRIPT IN SCRIPT FUNC PAGE]
PHP Code: (Select All)
void SetLevelDoorLockedText(stringasNamestringasTextCatstringasTextEntry); 
to
[SCRIPT IN .HPS]
PHP Code: (Select All)
SetLevelDoorLockedText("""Messages""LevelDoor"); 
So far, i don't know what is a internal name.

"Veni, vidi, vici."
"I came, I saw, I conquered."
03-10-2013, 03:21 PM
Find
ExpectedIdentifier Offline
Member

Posts: 234
Threads: 10
Joined: Sep 2012
Reputation: 11
#15
RE: Custom Screen Effects/Insanity

All you have to do is have a very high number for the radial blur. Usually you would have something like FadeRadialBlurTo(0.01f, 1.0f);
Some value much higher would work like:
FadeRadialBlurTo(0.4f, 1.0f);
(This post was last modified: 03-10-2013, 03:31 PM by ExpectedIdentifier.)
03-10-2013, 03:27 PM
Find
tonitoni1998 Offline
Member

Posts: 163
Threads: 54
Joined: Oct 2012
Reputation: 1
#16
RE: Custom Screen Effects/Insanity

And that will give me this awesome effect?

When you are looking for someone, to do the scripting for your Custom Story, ask me!
03-10-2013, 06:34 PM
Find




Users browsing this thread: 1 Guest(s)