############################################################################ # 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 1 ReadPacketSize 128 NumberOfWritePackets 1 WritePacketSize 128 End ############################################################################ #### A list of files to cache to the hard drive ##### FILES "Audio\GAME_MENU_HD1.xwb" "Menus\data\MenuData.dpk" End ############################################################################