Update to CMake, tweaks & dds
[convexer.git] / config.py
index 5ee294d8d77efa50ab8d997b12b307845678d6ed..cb5597cc0286ac33fd79671b070c9e9227d1eef6 100644 (file)
--- a/config.py
+++ b/config.py
@@ -234,6 +234,12 @@ cxr_shader_params = \
          "type": "bool",
          "default": False
       }
+   },
+   "$surfaceprop":
+   {
+      "name": "Surface",
+      "type": "string",
+      "default": ""
    }
 }
 
@@ -303,7 +309,18 @@ cxr_entities = \
          "damage": { "type":"int", "default": 10},
          "damagecap": { "type":"int", "default": 20},
          "damagetype": { "type":"int", "default": 0},
-         "damagemodel": { "type":"int", "default": 0}
+         "damagemodel": { "type":"int", "default": 0},
+         "damagetype": {"type":"int","default":0},
+         "nodmgforce": {"type":"int","default":0},
+         "spawnflags": {"type":"int","default":4097},
+         "StartDisabled": {"type":"int","default":0}
       }
+   },
+   "env_soundscape": 
+   { 
+      "allow": ('EMPTY',),
+      "keyvalues": ent_soundscape
    }
 }
+
+cxr_visgroups = ['layout','overlap','remove','cover','user0','user1','user2','user3']