X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=blobdiff_plain;f=scripts%2Fentities.def;h=6572153f9eea0b0226778927c112775e99ab6de1;hp=826f4fa6e6868e364a73c89191aac3c4a6441af9;hb=b72203aaacb548596bd4174b8724715cd26be7b7;hpb=b6965c89d220de8cc52c8131a32da189203bb02a diff --git a/scripts/entities.def b/scripts/entities.def index 826f4fa6..6572153f 100644 --- a/scripts/entities.def +++ b/scripts/entities.def @@ -637,7 +637,7 @@ Use trigger_monoflop if you want the laser to turn off for a while, then turn ba When the laser's target has itself target set, its targets are triggered when someone enters or leaves the laser. */ -/*QUAKED misc_model (1 .5 .25) (-16 -16 -16) (16 16 16) - SOLID - EXTRUDE_NORMALS EXTRUDE_TERRAIN COLOR_TO_ALPHA +/*QUAKED misc_model (1 .5 .25) (-16 -16 -16) (16 16 16) - SOLID FORCE_META EXTRUDE_NORMALS EXTRUDE_TERRAIN COLOR_TO_ALPHA DONT_FIX_NORMALS Generic placeholder for inserting MD3 models in game. Requires compilation of map geometry to be added to level. If the map is compiled with Q3Map2, then ASE, 3DS, OBJ and other model formats are supported. -------- Q3MAP2 KEYS -------- model: file name of model to include @@ -653,9 +653,11 @@ _lightmapscale: light map resolution factor _celshader: the cel shader for this -------- SPAWNFLAGS -------- SOLID: make the model solid +FORCE_META: force the model to go through the -meta pipeline and enable lightmapping EXTRUDE_NORMALS: for converting triangles to clip brushes, extrude along the model normals (by default, extrusion happens in a coordinate axis direction that is decided per triangle) EXTRUDE_TERRAIN: always extrude downwards (for terrain) COLOR_TO_ALPHA: use the color value as alpha (for terrain blending) +DONT_FIX_NORMALS: do not regenerate normals */ /*QUAKED misc_gamemodel (0 .5 .8) (-8 -8 -8) (8 8 8) ALIGN_ORIGIN ALIGN_BOTTOM