From de4a8445d35c7901844a448ac9690a180cf970f7 Mon Sep 17 00:00:00 2001 From: spherallic Date: Sun, 5 Dec 2021 02:26:13 +0100 Subject: [PATCH] Config updates for 2.2.10. --- Build/Configurations/SRB2-22.cfg | 127 +++++++++++++++++++++++++++++-- 1 file changed, 119 insertions(+), 8 deletions(-) diff --git a/Build/Configurations/SRB2-22.cfg b/Build/Configurations/SRB2-22.cfg index b5aabe3..85ceb38 100644 --- a/Build/Configurations/SRB2-22.cfg +++ b/Build/Configurations/SRB2-22.cfg @@ -880,6 +880,44 @@ linedeftypes flags64text = "[6] Inverse movement"; } } + + multitagging + { + title = "Multi-tagging"; + + 96 + { + title = "Apply Tag to Tagged Sectors"; + prefix = "(96)"; + flags1024text = "[10] Offsets are target tags"; + flags8192text = "[13] Use front side offsets"; + flags32768text = "[15] Use back side offsets"; + } + + 97 + { + title = "Apply Tag to Front Sector"; + prefix = "(97)"; + flags8192text = "[13] Use front side offsets"; + flags32768text = "[15] Use back side offsets"; + } + + 98 + { + title = "Apply Tag to Back Sector"; + prefix = "(98)"; + flags8192text = "[13] Use front side offsets"; + flags32768text = "[15] Use back side offsets"; + } + + 99 + { + title = "Apply Tag to Front and Back Sectors"; + prefix = "(99)"; + flags8192text = "[13] Use front side offsets"; + flags32768text = "[15] Use back side offsets"; + } + } fofsolid { @@ -2010,6 +2048,7 @@ linedeftypes title = "Set Tagged Sector's Ceiling Height/Texture"; prefix = "(401)"; flags8text = "[3] Set delay by backside sector"; + flags64text = "[6] Don't change ceiling texture"; } 402 @@ -2960,7 +2999,7 @@ linedeftypes prefix = "(700)"; flags2048text = "[11] No physics"; flags4096text = "[12] Dynamic"; - //flags32768text = "[15] Copy to other side"; SUPPORTED FROM 2.2.10 + flags32768text = "[15] Copy to other side"; slope = "regular"; slopeargs = 1; copyslopeargs = 1; @@ -2972,7 +3011,7 @@ linedeftypes prefix = "(701)"; flags2048text = "[11] No physics"; flags4096text = "[12] Dynamic"; - //flags32768text = "[15] Copy to other side"; SUPPORTED FROM 2.2.10 + flags32768text = "[15] Copy to other side"; slope = "regular"; slopeargs = 2; copyslopeargs = 4; @@ -2984,7 +3023,7 @@ linedeftypes prefix = "(702)"; flags2048text = "[11] No physics"; flags4096text = "[12] Dynamic"; - //flags32768text = "[15] Copy to other side"; SUPPORTED FROM 2.2.10 + flags32768text = "[15] Copy to other side"; slope = "regular"; slopeargs = 3; copyslopeargs = 5; @@ -2996,7 +3035,7 @@ linedeftypes prefix = "(703)"; flags2048text = "[11] No physics"; flags4096text = "[12] Dynamic"; - //flags32768text = "[15] Copy to other side"; SUPPORTED FROM 2.2.10 + flags32768text = "[15] Copy to other side"; slope = "regular"; slopeargs = 9; copyslopeargs = 8; @@ -3030,7 +3069,7 @@ linedeftypes prefix = "(710)"; flags2048text = "[11] No physics"; flags4096text = "[12] Dynamic"; - //flags32768text = "[15] Copy to other side"; SUPPORTED FROM 2.2.10 + flags32768text = "[15] Copy to other side"; slope = "regular"; slopeargs = 4; copyslopeargs = 2; @@ -3042,7 +3081,7 @@ linedeftypes prefix = "(711)"; flags2048text = "[11] No physics"; flags4096text = "[12] Dynamic"; - //flags32768text = "[15] Copy to other side"; SUPPORTED FROM 2.2.10 + flags32768text = "[15] Copy to other side"; slope = "regular"; slopeargs = 8; copyslopeargs = 8; @@ -3054,7 +3093,7 @@ linedeftypes prefix = "(712)"; flags2048text = "[11] No physics"; flags4096text = "[12] Dynamic"; - //flags32768text = "[15] Copy to other side"; SUPPORTED FROM 2.2.10 + flags32768text = "[15] Copy to other side"; slope = "regular"; slopeargs = 12; copyslopeargs = 10; @@ -3066,7 +3105,7 @@ linedeftypes prefix = "(713)"; flags2048text = "[11] No physics"; flags4096text = "[12] Dynamic"; - //flags32768text = "[15] Copy to other side"; SUPPORTED FROM 2.2.10 + flags32768text = "[15] Copy to other side"; slope = "regular"; slopeargs = 6; copyslopeargs = 6; @@ -3118,6 +3157,78 @@ linedeftypes slopeargs = 3; } + 723 + { + title = "Copy Backside Floor Slope from Line Tag"; + prefix = "(723)"; + slope = "copy"; + slopeargs = 4; + } + + 724 + { + title = "Copy Backside Ceiling Slope from Line Tag"; + prefix = "(724)"; + slope = "copy"; + slopeargs = 8; + } + + 725 + { + title = "Copy Backside Floor and Ceiling Slope from Line Tag"; + prefix = "(725)"; + slope = "copy"; + slopeargs = 12; + } + + 730 + { + title = "Copy Frontside Floor Slope to Backside"; + prefix = "(730)"; + slope = "copy"; + copyslopeargs = 1; + } + + 731 + { + title = "Copy Frontside Ceiling Slope to Backside"; + prefix = "(731)"; + slope = "copy"; + copyslopeargs = 4; + } + + 732 + { + title = "Copy Frontside Floor and Ceiling Slope to Backside"; + prefix = "(732)"; + slope = "copy"; + copyslopeargs = 5; + } + + 733 + { + title = "Copy Backside Floor Slope to Frontside"; + prefix = "(733)"; + slope = "copy"; + copyslopeargs = 2; + } + + 734 + { + title = "Copy Backside Ceiling Slope to Frontside"; + prefix = "(734)"; + slope = "copy"; + copyslopeargs = 8; + } + + 735 + { + title = "Copy Backside Floor and Ceiling Slope to Frontside"; + prefix = "(735)"; + slope = "copy"; + copyslopeargs = 10; + } + 799 { title = "Set Tagged Dynamic Slope Vertex to Front Sector Height";