[Archive] New file type in WoD?
[Archive] New file type in WoD?
Quote: After some communication, as far as I know the current state on CASC files isBeing able to push into them is nothing I think that would be a problem with private servers. As the server is emulated, it most likely won't push/repair the clients archives magically. (just like stuff like warden is not active on emulated servers; even less blizzard being able to push stuff to warden when playing on a private server)
- reading is completely possible
- listfiles, i.e. filenames are currently not properly available -> you can extract files but don't know what file they are
- writing is not even tried
Source : Modcraft - View topic - new file system CASC
Archived author: stoneharry • Posted: 2025-11-04T11:37:49.879232
Original source
Quote: After some communication, as far as I know the current state on CASC files isBeing able to push into them is nothing I think that would be a problem with private servers. As the server is emulated, it most likely won't push/repair the clients archives magically. (just like stuff like warden is not active on emulated servers; even less blizzard being able to push stuff to warden when playing on a private server)
- reading is completely possible
- listfiles, i.e. filenames are currently not properly available -> you can extract files but don't know what file they are
- writing is not even tried
Source : Modcraft - View topic - new file system CASC
Quote: so i downloaded offzip to open up the new files. how do i use it? i tried draggin a data file into the program. a comman prompt appears then goes away.
Archived author: Android32 • Posted: 2025-11-04T11:37:49.879232
Original source
Quote: so i downloaded offzip to open up the new files. how do i use it? i tried draggin a data file into the program. a comman prompt appears then goes away.
Quote: Just FYI the CASC file type is still being configured. And until there someone reverse-engineers the new file type and creates an editor (similar to the current MPQ editor). It will be unlikely any of the new data can be extracted.
Archived author: jh16 • Posted: 2025-11-04T11:37:49.879232
Original source
Quote: Just FYI the CASC file type is still being configured. And until there someone reverse-engineers the new file type and creates an editor (similar to the current MPQ editor). It will be unlikely any of the new data can be extracted.
Quote: Ok, I've fixed most of the problems with the BLTE reader from TOM_RUS, now it should read most of the data.0xx files in the data/data folder.
You can find the code here:
https://github.com/justMaku/blte
It's highly experimental, but feedback is more than welcome.
I will be accepting any pull requests, so feel free to contribute, one thing that is missing for sure is the file header recognition for WMO, M2, and other WoW specific files - I've only added BLP and MP3, rest is up to you guys.
Archived author: justMaku • Posted: 2025-11-04T11:37:49.879232
Original source
Quote: Ok, I've fixed most of the problems with the BLTE reader from TOM_RUS, now it should read most of the data.0xx files in the data/data folder.
You can find the code here:
https://github.com/justMaku/blte
It's highly experimental, but feedback is more than welcome.
I will be accepting any pull requests, so feel free to contribute, one thing that is missing for sure is the file header recognition for WMO, M2, and other WoW specific files - I've only added BLP and MP3, rest is up to you guys.
Quote: I am opening all data files right now. working on a model swap with the old models to new for live realms.
Archived author: Android32 • Posted: 2025-11-04T11:37:49.879232
Original source
Quote: I am opening all data files right now. working on a model swap with the old models to new for live realms.