From 665b2bd1d31e39343be156564ffbd03aa2ba343d Mon Sep 17 00:00:00 2001 From: Blixibon Date: Sat, 20 Jun 2020 22:52:51 -0500 Subject: [PATCH] Added "Expanded name fixup" keyvalue to point_template --- base.fgd | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/base.fgd b/base.fgd index edd305d..92a0248 100644 --- a/base.fgd +++ b/base.fgd @@ -5339,6 +5339,12 @@ 2 : "[2] Preserve entity names (Don't do name fixup)" : 1 ] + FixupMode(choices) : "Expanded name fixup" : 0 : "Allows name fixup to target *all* instances of template names in keyvalues and I/O, including output parameters. Requires name fixup to be enabled (''Preserve entity names'' spawnflag disabled)." = + [ + 0 : "No" + 1 : "Yes" + ] + Template01(target_destination) : "Template 1" Template02(target_destination) : "Template 2" Template03(target_destination) : "Template 3"