Store GW2.dat data directly on filesystem?
Store GW2.dat data directly on filesystem?
in Account & Technical Support
Posted by: mercury ranique.2170
Nope, it would not be possible.
To explain why. the dat-file is more then “just” a file containing all other files. It is also a database (hence the word .dat). It is used to contain the thousands of textures, sounds, models and have it reachable in a quick and easy way.
Any file system handles this differently and a .dat is the way to make sure it is universal and can be handled by any system.
While filesystems try to mimic the effects of a database, it is never as good as a real one cause it is made for a much broader scope. The dat-file database is made for one goal.
Arise, opressed of Tyria!
To speed loading time, better way is use SSD.
Another even better way : add more RAM, windows 7+ use all used RAM as disk cache. So a 16GB RAM + HDD PC can response even faster then a 4GB +SDD PC.(Write caching on and buffer flushing off and free ram is enough to hold the game’s footprint)
(edited by Manen.7253)
Store GW2.dat data directly on filesystem?
in Account & Technical Support
Posted by: Malediktus.9250
Nope, it would not be possible.
To explain why. the dat-file is more then “just” a file containing all other files. It is also a database (hence the word .dat). It is used to contain the thousands of textures, sounds, models and have it reachable in a quick and easy way.
Any file system handles this differently and a .dat is the way to make sure it is universal and can be handled by any system.
While filesystems try to mimic the effects of a database, it is never as good as a real one cause it is made for a much broader scope. The dat-file database is made for one goal.
I am pretty sure the filesystem is not the reason that they use this format. Not every file system even supports files over 4GB.