diff --git a/include/AddonWhiteList.h b/include/AddonWhiteList.h index 4e27b75..949c518 100644 --- a/include/AddonWhiteList.h +++ b/include/AddonWhiteList.h @@ -21,6 +21,7 @@ namespace Addon "scripts/vehicles/*.txt", "resource/localization/*/*.properties", "maps/*.bsp", + "maps/*.lmp", "maps/*.nav", "maps/*.ain", "maps/thumb/*.png", @@ -32,6 +33,7 @@ namespace Addon "materials/*.png", "materials/*.jpg", "materials/*.jpeg", + "materials/colorcorrection/*.raw", "models/*.mdl", "models/*.vtx", "models/*.phy", @@ -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", @@ -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 };