From 88e2e36a036dc1120607a03a00675f8aafa196b5 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 7 Jun 2009 06:56:59 +0000 Subject: [PATCH] - Updated the UDMF spec for new sidedef scaling options. SVN r1646 (trunk) --- specs/udmf_zdoom.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/specs/udmf_zdoom.txt b/specs/udmf_zdoom.txt index f74016731c..2326b47756 100644 --- a/specs/udmf_zdoom.txt +++ b/specs/udmf_zdoom.txt @@ -1,5 +1,5 @@ =============================================================================== -Universal Doom Map Format ZDoom extensions v1.6 - 28.04.2009 +Universal Doom Map Format ZDoom extensions v1.7 - 07.06.2009 Copyright (c) 2008 Christoph Oelckers. @@ -109,6 +109,12 @@ Note: All fields default to false unless mentioned otherwise. sidedef { + scalex_top = ; // X scale for upper texture, Default = 1.0. + scaley_top = ; // y scale for upper texture, Default = 1.0. + scalex_mid = ; // X scale for mid texture, Default = 1.0. + scaley_mid = ; // y scale for mid texture, Default = 1.0. + scalex_bottom = ; // X scale for lower texture, Default = 1.0. + scaley_bottom = ; // y scale for lower texture, Default = 1.0. offsetx_top = ; // X offset for upper texture, Default = 0.0. offsety_top = ; // y offset for upper texture, Default = 0.0. offsetx_mid = ; // X offset for mid texture, Default = 0.0. @@ -122,6 +128,8 @@ Note: All fields default to false unless mentioned otherwise. // relative to the owning sector's light level. nofakecontrast = ; // Disables use of fake contrast on this sidedef. smoothlighting = ; // Use smooth fake contrast. + clipmidtex = ; // Side's mid textures are clipped to floor and ceiling. + wrapmidtex = ; // Side's mid textures are wrapped. } sector @@ -238,6 +246,9 @@ Added blockprojectiles to lines and firstsideonly to conversion notes 1.6 28.04.2009 Added blockuse line flag. +1.7 07.06.2009 +Added sidedef scaling properties and side specific clipmidtex and wrapmidtex. + =============================================================================== EOF ===============================================================================