Is it possible to...

Advanced OpenGL source port fork from ZDoom, picking up where ZDoomGL left off.
[Home] [Download] [Git builds (Win)] [Git builds (Mac)] [Wiki] [Repo] [Bugs&Suggestions]

Moderator: Graf Zahl

Locked
User avatar
Jimmy
Stronghold Team
Posts: 776
Joined: Wed May 10, 2006 18:10
Location: Perth, WA
Contact:

Is it possible to...

Post 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!
farlowj
Posts: 27
Joined: Fri Dec 02, 2005 15:18
Location: Michigan

Post 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.
User avatar
Jimmy
Stronghold Team
Posts: 776
Joined: Wed May 10, 2006 18:10
Location: Perth, WA
Contact:

Post 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
farlowj
Posts: 27
Joined: Fri Dec 02, 2005 15:18
Location: Michigan

Post 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.
User avatar
chopkinsca
Posts: 183
Joined: Thu Dec 29, 2005 8:09

Post by chopkinsca »

You would probably want to make the changes to ZDOOMHEXEN.opt and not boom.opt.
User avatar
Jimmy
Stronghold Team
Posts: 776
Joined: Wed May 10, 2006 18:10
Location: Perth, WA
Contact:

Post by Jimmy »

Wait a minute... are 3d floors the same as stacked sectors? cos stacked sectors is what I want, really. :oops:
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Post by Graf Zahl »

No, they are not the same. Both serve completely different purposes. 3D floors are interactive and stacked sectors are not.
farlowj
Posts: 27
Joined: Fri Dec 02, 2005 15:18
Location: Michigan

Post 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.
User avatar
Alter
Posts: 851
Joined: Wed Oct 05, 2005 8:55
Location: Poland, Lodz

Post by Alter »

Update deepsea!! the newest deepsea includes gzdoomhexen.opt or something like tgat
User avatar
Jimmy
Stronghold Team
Posts: 776
Joined: Wed May 10, 2006 18:10
Location: Perth, WA
Contact:

Post 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.
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Post by Graf Zahl »

That's a 3D floor.
User avatar
Enjay
Developer
Developer
Posts: 4748
Joined: Tue Aug 30, 2005 23:19
Location: Scotland
Contact:

Post 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â„¢
User avatar
Jimmy
Stronghold Team
Posts: 776
Joined: Wed May 10, 2006 18:10
Location: Perth, WA
Contact:

Post by Jimmy »

Also works for me :lol:

Now... all I need is a tutorial - since I'm relatively new to GZDoom editing :swcry:
User avatar
NeoHippo
Posts: 408
Joined: Tue Sep 13, 2005 0:47
Location: British Columbia Canada

Post 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.
TAtL, tU, aE
User avatar
DoomGuy
Posts: 47
Joined: Tue Apr 25, 2006 4:02

3-D floors using DeePsea v. 12.13

Post 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.
Locked

Return to “GZDoom”