發新話題
打印

開場前必睇【轉自R-Diver】!!!!!!!

[Close]

回復 8# 的帖子

C:\Program Files\Left 4 Dead 2\left4dead2\whitelist.cfg

修改成:
whitelist
{
        //
        // 3 modifiers are allowed on file specifications:
        //
        //        allow_in_coop                - these files can be loaded from addon vpks when in coop mode
        //  allow_in_addon                - these files can be loaded from addon vpks when playing an addon.
        //  check_crc                        - these files will always be CRC checked.
        //  check_every_map                - these files will be checked every map
        //

        //
        // Five types of file specifications:
        //
        //        1. directory\*.*                        - refers to all files under the directory
        //        2. directory\...                        - refers to all files under the directory and all directories under that (recursively)
        //        3. directory\*.*+.ext                - refers to all files under the directory with extension .ext
        //        4. directory\...+.ext                - refers to all files under the directory and all directories under that (recursively) with extension .ext
        //        5. directory\filename                - refers to a single file       

        //       
        // Files to be checked:
        //

        //left4dead2\pak01_dir.vpk                check_crc
        //left4dead2\steam.inf                        check_crc

        //left4dead2_dlc1\pak01_dir.vpk                check_crc

        //update\pak01_dir.vpk                        check_crc
}

TOP

發新話題