From 024b902037358340e858db4513e05db1bfdba181 Mon Sep 17 00:00:00 2001 From: Blixibon Date: Wed, 23 Sep 2020 00:45:43 -0500 Subject: [PATCH] Added VScript clientside language keyvalue --- base.fgd | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/base.fgd b/base.fgd index dc7fcca..bdf0b73 100644 --- a/base.fgd +++ b/base.fgd @@ -1093,7 +1093,7 @@ minpropscreenwidth(float) : "End Fade Pixels" : 0 : "Minimum number of pixels wide at which the prop is visible (0 = don't fade out). This number is ignored if the prop has a specific fade distance specified." detailvbsp(string) : "Detail.vbsp file" : "detail.vbsp" : "Detail.vbsp file to use for emitting detail props (found in directory /modname)" detailmaterial(string) : "Detail material file" : "detail/detailsprites" : "Material for detail sprites to use for drawing detail props" - vscriptlanguage(choices) : "VScript language" : 0 : "Sets the script language this map should use for entity scripts." = + vscriptlanguage(choices) : "VScript language (Server)" : 0 : "Sets the script language this map should use for entity scripts on the server." = [ -1 : "None (Disable VScript)" 0 : "Default (Squirrel)" @@ -1102,6 +1102,16 @@ //3 : "Lua (Unsupported)" //4 : "Python (Unsupported)" ] + vscriptlanguage_client(choices) : "VScript language (Client)" : -2 : "Sets the script language this map should use for entity scripts on the client." = + [ + -2 : "Use Server language" + -1 : "None (Disable VScript)" + 0 : "Default (Squirrel)" + //1 : "GameMonkey (Unsupported)" + 2 : "Squirrel" + //3 : "Lua (Unsupported)" + //4 : "Python (Unsupported)" + ] startdark(choices) : "Level Fade In" : 0 = [ 0 : "No"