boris Posted February 11, 2024 With more engines supporting UDMF and the increasing fragmentaion of features it becomes harder and harder to keep track on which engine supports which feature. I created a repository that contains CSV files for the different engines that have all their supported UDMF properties for the different map elements. The root of the repository also conveniently includes tables for the data so that you can quickly check which features are supported across the engines. Note that the data is not 100% correct, since it's generated from the official documentation available, which is - at least in the case of GZDoom - known to be incomplete at the time of this writing. Here's the repository: https://github.com/biwa/engine-udmf-support Have fun! 4 Quote Share this post Link to post
rita remton Posted February 11, 2024 hi! huge thanks for compiling this info. i have skimmed through the documentation and have a few questions. may i know if [sector_set3dfloor] is omitted for some reason? and a bit off-topic: [midtex3d] is checked for dsda, which i understand (perhaps wrongly) allows the player to walk on middle texture - does this mean dsda support 3d floors? thanks in advance for any replies. 0 Quote Share this post Link to post
boris Posted February 11, 2024 11 minutes ago, rita remton said: may i know if [sector_set3dfloor] is omitted for some reason? Sector_Set3dFloor is an action, not a UDMF property. 12 minutes ago, rita remton said: and a bit off-topic: [midtex3d] is checked for dsda, which i understand (perhaps wrongly) allows the player to walk on middle texture - does this mean dsda support 3d floors? Yes, it means that you can walk on the middle texture. Has nothing to do with 3D floors. 1 Quote Share this post Link to post
Gez Posted February 12, 2024 (edited) 22 hours ago, rita remton said: hi! huge thanks for compiling this info. i have skimmed through the documentation and have a few questions. may i know if [sector_set3dfloor] is omitted for some reason? and a bit off-topic: [midtex3d] is checked for dsda, which i understand (perhaps wrongly) allows the player to walk on middle texture - does this mean dsda support 3d floors? thanks in advance for any replies. 3D middle textures just allow to make the usual "texture bridges" without having to mess with self-referencing sectors or invisible bridge things. You know, this kind of things: They serve the same role as 3D floors functionally, but are very different visually, and notably they don't have tops and bottoms (floors and ceilings). Edited February 12, 2024 by Gez 1 Quote Share this post Link to post
rita remton Posted February 12, 2024 22 hours ago, boris said: Sector_Set3dFloor is an action... 11 minutes ago, Gez said: 3D middle textures just allow to make the usual "texture bridges" ... i see. thanks, boris and gez :) 0 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.