From 364ce773e3f9ba659772348d00e6a18adb55e2ce Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 4 Feb 2018 08:49:41 +0100 Subject: [PATCH] - Update to UDMF spec. --- specs/udmf_zdoom.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specs/udmf_zdoom.txt b/specs/udmf_zdoom.txt index 1851604614..185d2a6def 100644 --- a/specs/udmf_zdoom.txt +++ b/specs/udmf_zdoom.txt @@ -283,6 +283,7 @@ Note: All fields default to false unless mentioned otherwise. For things with ACS specials (80-86 and 226), if arg0str is present and non-null, it will be used as the name of the script to execute, and arg0 will be ignored. + On dynamic lights, arg0str can be used to set a color by name, this will supersede all args which are normally used to define a color. } @@ -426,6 +427,9 @@ floor_reflect and ceiling_reflect. 1.28 28.01.2017 sector material colors. +1.29 04.02.2018 +arg0str in dynamic lights. + =============================================================================== EOF ===============================================================================