How do i create prop doors?

NumberedTick613

L1: Registered
Jul 25, 2016
4
0
I want to know how to make a prop door because my antivirus software says that the Ultimate Mapping Resource Pack is a virus so i need help.
 

Pinewabble

L2: Junior Member
Dec 22, 2015
50
64
you just make "func_door" and parent prop to it

edit: i forgot that there's the animated ones so: take the prop have to props animation change when the door opens so it would be something like this

OnStartTouchAll > Door > open
OnStartTouchAll > Door_prop > SetAnimation > open
OnEndTouchAll > Door > close
OnEndTouchAll > Door_prop > SetAnimation > close
 
Last edited:

CriminalBunny

Lasers are just deadly rainbows
aa
Oct 11, 2013
273
413
you just make "func_door" and parent prop to it

edit: i forgot that there's the animated ones so: take the prop have to props animation change when the door opens so it would be something like this

OnStartTouchAll > Door > open
OnStartTouchAll > Door_prop > SetAnimation > open
OnEndTouchAll > Door > close
OnEndTouchAll > Door_prop > SetAnimation > close

Not only that, but also make the func_door with a metal material (the chicken wire one is preferable) and change the render mode to "don't render", so when you shoot the door it behaves like metal. That's what ABS did.

But why would the ABS pack "be a virus"? I'm curious
 

NumberedTick613

L1: Registered
Jul 25, 2016
4
0
Not only that, but also make the func_door with a metal material (the chicken wire one is preferable) and change the render mode to "don't render", so when you shoot the door it behaves like metal. That's what ABS did.

But why would the ABS pack "be a virus"? I'm curious
i dont know
 

zahndah

professional letter
aa
Jul 4, 2015
721
642
You can tell your antivirus to ignore that and just let you use it anyways.

Edit: ninja'd
 

NumberedTick613

L1: Registered
Jul 25, 2016
4
0
no it says that the abs is not a virus, weard. but i have it now and i can create prop doors easier
 

seth

aa
May 31, 2013
1,019
851
no it says that the abs is not a virus, weard. but i have it now and i can create prop doors easier

You shouldn't use prefabs before you understand how to create them manually. Ignoring the basics is going to bite you later.
 

seth

aa
May 31, 2013
1,019
851

The best way to learn the basics is often decompiled or SDK maps. You should check those out when you're trying to learn how basic logic works. And you can always reference them later if you need. Just check out the spawn doors for koth_viaduct, for example.