X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=config.py;h=438c044eab08ef246bd0c4c3363b373d95b716e7;hb=5ed7781eb73157f2de21f848a828b321637926b6;hp=b886758cdf3a4283d6d0fa4bedef014747a4b952;hpb=9a92cec0e25c758d12c535bb737be598f053b56d;p=convexer.git diff --git a/config.py b/config.py index b886758..438c044 100644 --- a/config.py +++ b/config.py @@ -217,6 +217,7 @@ cxr_entities = \ "light": { "keyvalues": ent_lights }, "light_spot": { "keyvalues": ent_lights }, "env_cubemap": { "keyvalues": ent_cubemap }, + "prop_static": { "keyvalues": ent_prop }, # CSGO.fgd # -------- @@ -250,5 +251,10 @@ cxr_entities = \ { "TeamNum": {"type": "int", "default": 0 } } + }, + "func_detail": + { + "allow": ('MESH',), + "keyvalues": {} } }