View Single Post
05-20-16, 12:24 PM   #32
Simca
An Aku'mai Servant
 
Simca's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2012
Posts: 33
Originally Posted by Resike View Post
How can i get access to this file? I can't find it on the casc.
It's under DBFilesClient\FileDataComplete.db2, but it's in the new WDB5 format, you'll need a WDB5 reader to read it properly.

The latest version (in a Lua format) I just posted here: http://www.mediafire.com/download/kv...j/FileData.lua

Not even sure how the game would handle a 49 MB Lua file though, honestly. It could be wildly stripped down by removing development files (FileDataComplete is literally -complete- in that it includes huge swaths of files that are shipped with the client and only exist on developer's PCs and servers) and by eliminating things that aren't textures or models.

Edit: Making those changes cuts the file size in half, down to 25 MB. That's a lot, but not enough. I wonder about restricting it further so that it only contains A) Models and B) Textures in Interface\*
__________________
Assistant admin for MMO-Champion
WoW database file expert - ask me anything

Last edited by Simca : 05-20-16 at 12:34 PM.