[DiscordArchive] Well I will have to read the byte data in some sort of structure right?
[DiscordArchive] Well I will have to read the byte data in some sort of structure right?
Archived author: MaxtorCoder • Posted: 2018-11-04T14:47:37.512000+00:00
Original source
Well I will have to read the byte data in some sort of structure right?
Archived author: Marlamin • Posted: 2018-11-04T14:48:07.176000+00:00
Original source
yeah thats what that does too
Archived author: Marlamin • Posted: 2018-11-04T14:48:16.521000+00:00
Original source
it is based on seyden's dbc reader which yours seems to be too
Archived author: Marlamin • Posted: 2018-11-04T14:48:24.166000+00:00
Original source
so should be doable
Archived author: MaxtorCoder • Posted: 2018-11-04T14:48:55.965000+00:00
Original source
Yeah mine is almost 100% from Seyden his lib
Archived author: Marlamin • Posted: 2018-11-04T14:49:12.148000+00:00
Original source
https://github.com/Marlamin/WoWFormatTes...ler.cs#L72
[Embed: Marlamin/WoWFormatTest]
Several applications that I use to interact with various file formats WoW uses - Marlamin/WoWFormatTest
https://github.com/Marlamin/WoWFormatTes...troller.cs
Archived author: Marlamin • Posted: 2018-11-04T14:49:19.686000+00:00
Original source
here is the part where storage object is created
Archived author: MaxtorCoder • Posted: 2018-11-04T14:50:34.493000+00:00
Original source
I see
Archived author: Marlamin • Posted: 2018-11-04T14:51:54.520000+00:00
Original source
it sucks to iterate over though because structure is generated on the fly
Archived author: Marlamin • Posted: 2018-11-04T14:52:11.976000+00:00
Original source
but have yet to find a better solution other than recompiling and restarting each dbdefs update