Skip to content

Instantly share code, notes, and snippets.

@GhoulofGSG9
Last active September 23, 2016 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GhoulofGSG9/c1473d2fb27777ad457f to your computer and use it in GitHub Desktop.
Save GhoulofGSG9/c1473d2fb27777ad457f to your computer and use it in GitHub Desktop.
{
"restrict": [
"lua/entry/*.entry"
],
"check": [
"game_setup.xml",
"*.lua",
"maps/*.level",
"models/*.surface_shader",
"shaders/*",
"models/alien/skulk/*",
"models/alien/lerk/*",
"models/alien/fade/*",
"models/alien/onos/*",
"models/alien/gorge/gorge*",
"*.hmp"
],
"ignore": [
"shaders/Blur.hlsl",
"shaders/DarkVision.hlsl",
"shaders/DarkVision.screenfx"
]
}
{
"restrict": [
"lua/entry/*.entry"
],
"check": [
"game_setup.xml",
"*.lua",
"*.hlsl",
"*.shader",
"*.screenfx",
"*.surface_shader",
"*.fxh",
"*.render_setup",
"*.shader_template",
"*.level",
"*.dds",
"*.jpg",
"*.png",
"*.cinematic",
"*.material",
"*.model",
"*.animation_graph",
"*.polygons",
"*.fev",
"*.fsb",
"*.hmp"
],
"ignore": [
"ui/crosshairs.dds",
"ui/crosshairs-hit.dds",
"ui/exo_crosshair.dds",
"ui/exosuit_HUD1.dds",
"ui/exosuit_HUD4.dds",
"ui/marine_minimap_blip.dds",
"ui/minimap_blip.dds"
]
}
{
"check": [
"game_setup.xml",
"*.lua",
"*.hlsl",
"*.shader",
"*.screenfx",
"*.surface_shader",
"*.fxh",
"*.render_setup",
"*.shader_template",
"*.level",
"*.dds",
"*.cinematic",
"*.material",
"*.model",
"*.animation_graph",
"*.polygons",
"*.fev",
"*.hmp"
],
"ignore": [
"ui/*.dds",
"*_view*.dds",
"*_view*.material",
"*_view*.model",
"models/marine/hands/*",
"sound/*_client.fev",
"shaders/DarkVision.hlsl",
"shaders/DarkVision.screenfx",
"shaders/DarkVision.shader",
"models/marine/male/flashlight.dds"
],
"restrict": [
"lua/entry/*.entry"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment