Skip to content

Commit

Permalink
Update whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
robotboy655 committed Sep 27, 2023
1 parent 5236973 commit d55a443
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions include/AddonWhiteList.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ namespace Addon
"scripts/vehicles/*.txt",
"resource/localization/*/*.properties",
"maps/*.bsp",
"maps/*.lmp",
"maps/*.nav",
"maps/*.ain",
"maps/thumb/*.png",
Expand All @@ -32,6 +33,7 @@ namespace Addon
"materials/*.png",
"materials/*.jpg",
"materials/*.jpeg",
"materials/colorcorrection/*.raw",
"models/*.mdl",
"models/*.vtx",
"models/*.phy",
Expand All @@ -58,6 +60,7 @@ namespace Addon
"gamemodes/*/content/materials/*.png",
"gamemodes/*/content/materials/*.jpg",
"gamemodes/*/content/materials/*.jpeg",
"gamemodes/*/content/materials/colorcorrection/*.raw",
"gamemodes/*/content/scenes/*.vcd",
"gamemodes/*/content/particles/*.pcf",
"gamemodes/*/content/resource/fonts/*.ttf",
Expand All @@ -70,6 +73,27 @@ namespace Addon
"gamemodes/*/content/sound/*.wav",
"gamemodes/*/content/sound/*.mp3",
"gamemodes/*/content/sound/*.ogg",

// static version of the data/ folder
// (because you wouldn't be able to modify these)
"data_static/*.txt",
"data_static/*.dat",
"data_static/*.json",
"data_static/*.xml",
"data_static/*.csv",
"data_static/*.dem",
"data_static/*.vcd",

"data_static/*.vtf",
"data_static/*.vmt",
"data_static/*.png",
"data_static/*.jpg",
"data_static/*.jpeg",

"data_static/*.mp3",
"data_static/*.wav",
"data_static/*.ogg",

NULL
};

Expand Down

0 comments on commit d55a443

Please # to comment.