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
[SCRIPT/LVL Editor] Realistic Door Breaking
Ermu Offline
Member

Posts: 86
Threads: 13
Joined: Jan 2012
Reputation: 2
#1
[SCRIPT/LVL Editor] Realistic Door Breaking

Hey!

What do you do to get a realistic door break? I tried toggling some entities on and off with script and it was nice, i was only missing the smoke and sound...

Thanks, Ermu.
02-08-2012, 07:41 PM
Find
trollox Offline
Member

Posts: 215
Threads: 16
Joined: Dec 2011
Reputation: 3
#2
RE: [SCRIPT/LVL Editor] Realistic Door Breaking

Well.. You could add exploading door "Realisitc break" sort of ... , then add the smoke "partilce" and sound has you hit the collide area that'll triggure the event. And i'm not good with scriptings so for that you'll have to ask someone els, but that's one way of doing it i guess.
02-08-2012, 08:05 PM
Find
SilentStriker Offline
Posting Freak

Posts: 950
Threads: 26
Joined: Jul 2011
Reputation: 43
#3
RE: [SCRIPT/LVL Editor] Realistic Door Breaking

As trollox said you use particles to make it look more realisting like smoke sound and other particles Smile

And you use scripting to activate everything

(This post was last modified: 02-08-2012, 08:35 PM by SilentStriker.)
02-08-2012, 08:35 PM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#4
RE: [SCRIPT/LVL Editor] Realistic Door Breaking

SetPropHealth.

Tutorials: From Noob to Pro
02-09-2012, 02:17 AM
Website Find
flamez3 Offline
Posting Freak

Posts: 1,281
Threads: 48
Joined: Apr 2011
Reputation: 57
#5
RE: [SCRIPT/LVL Editor] Realistic Door Breaking

(02-09-2012, 02:17 AM)Your Computer Wrote: SetPropHealth.
To elaborate.

SetPropHealth("nameofentitity", 0.0f);

c:

02-09-2012, 03:37 AM
Find
Ermu Offline
Member

Posts: 86
Threads: 13
Joined: Jan 2012
Reputation: 2
#6
RE: [SCRIPT/LVL Editor] Realistic Door Breaking

(02-08-2012, 08:35 PM)SilentStriker Wrote: As trollox said you use particles to make it look more realisting like smoke sound and other particles Smile

And you use scripting to activate everything
I have basically all of those set up, only needing a good looking particles and door breaking sound.

But i'm going to try that PropHealth
02-09-2012, 03:08 PM
Find




Users browsing this thread: 1 Guest(s)