Test Door help
Go into the doors folder in their instances folder, or just go into zoo_mechanics and grab the door frame from there.
find heavy door
There are many tutorials on YouTube about world portals.
And search first Ive seen many topics about door frames, YouTube videos about world portals.
I just googled world portals tutorial and I found 2.
http://www.youtube.com/watch?v=9zMITi-l10c
(this one is better)
Just put a prop test_chamber_door in your map and you're done.
With a door frame from zoo_mechanics.vmf
And please don't double post, there is an edit button.
GLaDOS CUBE wrote:
OK thanks for that (and what is zoo_mechanics.vmf?)
sdk_content/maps
Just select ONLY what you need (check out if you need 2 panel-groups, one for frontal part of the door and the other for the back part... because I think it's divided this way instead of making a thick single frame); once selected, just press create prefab on the right side part of the hammer editor's tools; pick up a name and a folder of your choice and you've got it FOREVER.
If not, simply "copy-paste" (Ctrl+C and Ctrl+V... you know, right?). You copy from "zoo-mechanics" and paste into your map somewhere... For this, just have the 2 maps in 2 windows opened in the same hammer edition.
Quote:
Just select ONLY what you need (check out if you need 2 panel-groups, one for frontal part of the door and the other for the back part... because I think it's divided this way instead of making a thick single frame); once selected, just press create prefab on the right side part of the hammer editor's tools; pick up a name and a folder of your choice and you've got it FOREVER.If not, simply "copy-paste" (Ctrl+C and Ctrl+V... you know, right?). You copy from "zoo-mechanics" and paste into your map somewhere... For this, just have the 2 maps in 2 windows opened in the same hammer edition.
Hi I'm a new level maker, and i'm learning using tutorials on youtube by skwittgaming, but in This Tutorial 3k8CV55aTAs
It says that I need to copy a door frame from zoo mechanics
I dont have zoo mechanics in the sdk content/maps folder
GLaDOS CUBE wrote:
i'd like to know how the doors in the instances folder work(how to get the wold portal in them work)? and is there a door frame instance?
There isn't an instance of a door with a "world portal" in it... there ARE instances of doors with an "area portal" in them, which is a completely different thing (It's used to help separate area's of visibility and prop rendering) and requires the door (and its room) to be enclosed with world brushes so no two sides of the area_portal can "see" each other... ...
There IS a prop_linked_portal_door entity which can link to another prop_linked_portal_door elsewhere in your map if you name the linked partners (note this door shows in Hammer as visually appearing along one direction whilst its "box" is at 90deg, and by the Wiki is offset in the actual map by approx 24units towards the face)...
You can also use any of the prop_dynamic door models with a linked_portal_door entity at its centre, with the values set to 64hieght (128) and 64width (128), make a logic_relay that has outputs to SetAnimation of the prop open (with a 0.1second delay)/close and the linked_portal_door to open/close (with a 0.1 second delay)... the delay allows the door animation to execute before/after the world portal has done it's thing (so it doesn't look entirely odd)...
... .. and finally ... ... there ARE door frame instances too "instances/door/portal_door_entities/portal_door_frame_xxx.vmf " in various colours (black, white, clean, dirty) which you can use (I'd suggest collapsing them into your map so you can texture the face to match it's surrounds)...
Sorry for the essay, but I hope all that helps .... ... I've only been doing this since ... ... ..
josepezdj wrote:
Man, no offense, but you should learn a bit more of the basics of hammer
