Template:PatchDiff/March 6, 2013 Patch (Beta)/tf/cfg/pure server whitelist base.txt

From Team Fortress Wiki
Jump to: navigation, search
N/A1whitelist
N/A2{
N/A3 // Base server whitelist, used by sv_pure.
N/A4 //
N/A5 // Do not modify this file.
N/A6 //
N/A7 // In "sv_pure 2", this whitelist is the only whitelist that is loaded.
N/A8 // In "sv_pure 1", this whitelist is loaded, as well as pure_server_whitelist.txt.
N/A9 //
N/A10 // See pure_server_whitelist_example.txt for more details.
N/A11 
N/A12 //
N/A13 // Require official files for most assets
N/A14 //
N/A15 
N/A16 sound\... trusted_source
N/A17 models\... trusted_source
N/A18 materials\... trusted_source
N/A19 particles\... trusted_source
N/A20 scripts\game_sounds.txt trusted_source
N/A21 scripts\game_sounds_manifest.txt trusted_source
N/A22 scripts\game_sounds_player.txt trusted_source
N/A23 scripts\game_sounds_vo.txt trusted_source
N/A24 scripts\game_sounds_vo_handmade.txt trusted_source
N/A25 scripts\game_sounds_weapons.txt trusted_source
N/A26 scripts\soundmixers.txt trusted_source
N/A27 
N/A28 //
N/A29 // Allow some files to be modified with no restrctions
N/A30 //
N/A31 
N/A32 materials\vgui\replay\thumbnails\... any
N/A33 sound\ui\hitsound.wav any
N/A34}