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
Jumpscares
Ank2503 Offline
Junior Member

Posts: 21
Threads: 7
Joined: Aug 2012
Reputation: 0
#1
Thumbs Down  Jumpscares

How to make Jumpscares?With script of course.
(This post was last modified: 08-15-2012, 12:27 PM by Ank2503.)
08-15-2012, 12:06 PM
Find
CorinthianMerchant Offline
Posting Freak

Posts: 2,876
Threads: 84
Joined: Nov 2011
Reputation: 131
#2
RE: Jumpscares

[video=youtube]http://youtu.be/gvdf5n-zI14[/video]

Still hasn't gotten over the loss of wubwub...
08-15-2012, 12:10 PM
Find
MaZiCUT Offline
Senior Member

Posts: 536
Threads: 31
Joined: Jun 2012
Reputation: 17
#3
RE: Jumpscares

Rofl ^

Hi.
08-15-2012, 12:15 PM
Website Find
Bas Offline
Junior Member

Posts: 45
Threads: 6
Joined: Feb 2012
Reputation: 0
#4
RE: Jumpscares

Search in the .hps files of any 'pewdiepie'-fan maps.
08-15-2012, 12:36 PM
Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#5
RE: Jumpscares

It depends on what you want.

A jump scare is mostly something that jumps right in your face while a scream of a girl-sound is playing...

People usually talk about the flying-jesus-scare... A naked man that comes out of nowhere while a scream-sound is playing...

I would say you should try working with normal scripts first... then you should be able to figure it out yourself, it aint that hard..

Trying is the first step to success.
08-15-2012, 02:32 PM
Find
Ank2503 Offline
Junior Member

Posts: 21
Threads: 7
Joined: Aug 2012
Reputation: 0
#6
RE: Jumpscares

thx beecake,i want scares like Teleporting naked guys =3
08-15-2012, 02:43 PM
Find
Bas Offline
Junior Member

Posts: 45
Threads: 6
Joined: Feb 2012
Reputation: 0
#7
RE: Jumpscares

[Image: picard-facepalm.jpg?1240934151]
08-15-2012, 03:09 PM
Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#8
RE: Jumpscares

Hey I'm sorry, but he asked! That's what we are here for. If you are a good member then you wouldn't have clicked that link.
He actually called it "jumpscares", so did you guys just click it to make fun of him??

Trying is the first step to success.
08-15-2012, 03:31 PM
Find
Traggey Offline
is mildly amused

Posts: 3,257
Threads: 74
Joined: Feb 2012
Reputation: 185
#9
RE: Jumpscares

(08-15-2012, 03:31 PM)beecake Wrote: Hey I'm sorry, but he asked! That's what we are here for. If you are a good member then you wouldn't have clicked that link.
He actually called it "jumpscares", so did you guys just click it to make fun of him??
Keep in mind this might aswell have been a question about designing proper jumpscares and not these cheap pop ups that people refer to as jumpscares.
08-15-2012, 03:38 PM
Find
Ank2503 Offline
Junior Member

Posts: 21
Threads: 7
Joined: Aug 2012
Reputation: 0
#10
RE: Jumpscares

void scary2(string &in asParent, string &in asChild, int alState)
{
AddTimer("", 1.0f, "flyingmale");
PlayGuiSound("15_man02_whimp.snt", 1.0f);
}
void flyingmale(string &in asTimer)
{
SetEntityActive("flyingmale", true);
AddPropImpulse("flyingmale", 1.25, -2, 18, "world");
PlaySoundAtEntity("Player", "24_iron_maiden", "Player", 0, false);

i make this script but i have 2 questions:
1)how to make entity(flyingmale)after 1 second disabled( SetEntityActive("flyingmale", true); script
2)my entity doesn't impulse,moving,what's the problem?
(This post was last modified: 08-15-2012, 03:52 PM by Ank2503.)
08-15-2012, 03:52 PM
Find




Users browsing this thread: 1 Guest(s)