Page 1 of 1

Is it possible to...

Posted: Fri May 12, 2006 19:13
by Jimmy
OK, I'm using DeePsea v12.12, but there is no .prj file that corresponds to anything GZDoom-related. :shock:

I need help! I've always wanted to make a three-dee floor!

Posted: Fri May 12, 2006 20:49
by farlowj
You can edit the .opt file yourself, and add the stuff you need. The instructions on how to do so are in the boom.opt file, so take a look at that and try to work it out. If you're still stumped, send me the .opt (pm or post here) file and I'll apply the changes I made to an older .opt file, assuming it still works. Then it should work for you.

Posted: Fri May 12, 2006 20:55
by Jimmy
I've had a look. It looks very confusing :-s

I can't actually post it here, because it says that opt and txt files aren't allowed. Why the hell is that!!??!!?!? :?

:evil:

EDIT: Uploaded the file to mooload:

http://multiterra.mooload.com/file.php? ... 2/boom.opt

Posted: Sat May 13, 2006 0:57
by farlowj
Okay, I can't do it now, but I'll take a look here in the next couple of days, probably tonight, though.

Posted: Sat May 13, 2006 5:43
by chopkinsca
You would probably want to make the changes to ZDOOMHEXEN.opt and not boom.opt.

Posted: Sat May 13, 2006 13:57
by Jimmy
Wait a minute... are 3d floors the same as stacked sectors? cos stacked sectors is what I want, really. :oops:

Posted: Sat May 13, 2006 14:48
by Graf Zahl
No, they are not the same. Both serve completely different purposes. 3D floors are interactive and stacked sectors are not.

Posted: Sat May 13, 2006 18:57
by farlowj
If you still want the 3d floors thingy, you need to post the zdoomhexen.opt, not the boom.opt. That won't help very much.

Posted: Sat May 13, 2006 18:59
by Alter
Update deepsea!! the newest deepsea includes gzdoomhexen.opt or something like tgat

Posted: Sat May 13, 2006 21:25
by Jimmy
Hold on, THIS IS WHAT I WANT:

Image

Is that platform with the quad damage called a stacked sector or a 3d floor? :oops: Argh, damnit.

Posted: Sat May 13, 2006 21:34
by Graf Zahl
That's a 3D floor.

Posted: Sun May 14, 2006 0:16
by Enjay
I added the following line to my ZdoomHexen.opt file some time ago. I stuck it in after the line about mirrors:

Code: Select all

160  "3D Floor                  +Tag-FType-Flags-Alpha"      "sector_set3dfloor" NONE 
Works for meâ„¢

Posted: Sun May 14, 2006 12:52
by Jimmy
Also works for me :lol:

Now... all I need is a tutorial - since I'm relatively new to GZDoom editing :swcry:

Posted: Sun May 14, 2006 22:09
by NeoHippo
Betasword had provided a niffty pwad showing exactly how to make 3D floors. It had helped me out quite a bit. Here it is.

And here is my pwad, just in case.

3-D floors using DeePsea v. 12.13

Posted: Tue May 16, 2006 0:52
by DoomGuy
Making a 3-D floor using DeePsea 12.13 is quite easy. You don't need to edit .opt files or write scripts or anything. Make a room. Make a sector in the room where the 3-D floor is going to be located. Make a sector OUTSIDE your map. Set the Ceiling height (of the secotr outside the map) to the top of the 3-D floor. Set the floor height to the bottom of the 3-D floor. For instance, if you want a 3-D floor to be 16 units high and the top of it at 64. Then set the sector ceiling height to 64 and the sector floor to 48. Remember, the ceiling texture is the texture that will appear on top of the 3-D floor and the floor texture will be on the under-side. Then [Right-click] on one of the OUTSIDE sectors linedefs. Click on the 'type' button then select 3-D floors (item J) then choose the only item available (for now) the
sector_set3dfloor +Tag-3Dtype-3Dflags-Alpha-TagHi . Then fill in the items in the pop-up box. Linedef tag is first, then the 3-D floor type. Use 1 for a solid floor, then for Alpha enter 255. This is the translucency of the 3-D floor. 255 is 'none'. Then click 'OK'. Change to 'sector mode' and go to the sector in the room and tag it the same as the linedef you just set up. That's basically all there is to it! Save your changes and test the map. Your 3-D floor should appear. There are other settings for the 3-D floor type & Flags. You can get them in the documentation area of this site. Also a thread on the TagHi item is in the GZDoom area. It is used to set tags higher than the 255 limit. I have been using DeePsea for quite some time and am pretty familiar with it. Let me know if this helps you. Now if someone could help me with sloped 3-D floors!

I forgot to mention that the texture of the sides of the 3-D floor will be the same as the texture of the Tagged linedef on the sector OUTSIDE your map.