Skip to content

Commit

Permalink
#6255 Add new stock filter definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Jan 7, 2024
1 parent 2142b2c commit 3bdf71a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install/games/darkmod.game
Expand Up @@ -99,6 +99,12 @@
match="textures/common/trig(.*)"
action="hide" />
</filter>
<filter name="Location Entities">
<filterCriterion type="entityclass" match=".*_location.*" action="hide"/>
</filter>
<filter name="Player Start Entity">
<filterCriterion type="entityclass" match="info_player_start" action="hide"/>
</filter>
<filter name="Nodraw Textures">
<filterCriterion
type="texture"
Expand Down

0 comments on commit 3bdf71a

Please sign in to comment.