Page 1 of 1

Different types of doors on 3D floor

Posted: Thu Feb 10, 2011 22:05
by doomexpert
hey, i have a question. now you can make different doors for example with poly objects.
now i want to create a door what swings open on a 3D floor. is that possible?

Re: Different types of doors on 3D floor

Posted: Thu Feb 10, 2011 23:50
by wtg62
Isn't There already a polyobj_doorswing?

If you want a 3D-Solid Polyobject (Which does not touch the floor and ceiling) use Polyobj_ExplictLine. But you must Learn How to use it first.

Re: Different types of doors on 3D floor

Posted: Sun Feb 13, 2011 11:51
by doomexpert
yes but a polyobject that dissapears in the wall, open and close on a 3D floor with customuzable heights. polyobj explicit line can be done without scripting?
why are these thing/ features not explained on the zdoom wiki how to use those features?

Re: Different types of doors on 3D floor

Posted: Sun Feb 13, 2011 12:15
by Gez
Polyobjects, strictly speaking, and infinitely tall columns of void. For this reason, mixing them with 3D floors usually results in unwanted side effects such as "the door is also above and below the 3D floor".

Re: Different types of doors on 3D floor

Posted: Sun Feb 13, 2011 13:10
by doomexpert
and what if the polyobj is attached to the ceiling? and opens on the 3d floor toward the ceiling. its a second floor so to speak.

Re: Different types of doors on 3D floor

Posted: Sun Feb 13, 2011 15:29
by Gez
As I said, polyobjects are infinitely tall. You put one on the second floor, and it's also there on the first. And on the ground floor, and in the basement, and on the third floor, and on the roof. It goes up to the stratosphere and tears a hole in the moon, and it goes down through the Earth's molten core and up through the other side and it pokes an alien from Tau Ceti in the eye.

You cannot use polyobjects for a door on a "second story" of a building assembled through 3D floors without it being also above and below.

Re: Different types of doors on 3D floor

Posted: Sun Feb 13, 2011 18:29
by doomexpert
haha alright i get it. lol, but there must be a kind of way to make a door on a second floor of a house

Re: Different types of doors on 3D floor

Posted: Sun Feb 13, 2011 19:32
by wtg62
Explict Line. It is explained on the wiki. Yes it is a 3d polyobject and NO it is not infinitely tall, even physics wise (only if control line have block everything or walkable texture) . It is kind of hard to explain but I'll post an example wad.

Re: Different types of doors on 3D floor

Posted: Sun Feb 13, 2011 20:02
by doomexpert
oh oke zdoom in udmf format. i did knew once what the possibility was and that some things what you can do in udmf format and not in the rest of the things. i gonna check it thanks

Re: Different types of doors on 3D floor

Posted: Mon Feb 14, 2011 3:31
by wtg62
It is easier in udmf but can be done in hexen format. Hexen format version could be very hard so thats why I always use udmf.