############################################################################ # A list of files to cache to the hard drive ############################################################################ #### The set up on how to cache to the hard drive##### #### Specify the number of read and write packets and their size in KB #### SETUP NumberOfReadPackets 8 ReadPacketSize 128 NumberOfWritePackets 1 WritePacketSize 4096 End ############################################################################ #### A list of files to cache to the hard drive ##### FILES "Audio\GAME_SFX_HD1.xwb" "Audio\GAME_US_V_HD1.xwb" "Audio\GAME_MEGA_HD1.mwb" "GameData\GameData.dpk" "EFXData\EFXData.dpk" "NeoFX\NeoFX.dpk" End ############################################################################