[DiscordArchive] you might need to add the highlighted data to t...
[DiscordArchive] you might need to add the highlighted data to t...
Archived author: Needle • Posted: 2024-11-30T15:35:04.968000+00:00
Original source
Archived author: Needle • Posted: 2024-11-30T15:35:05.450000+00:00
Original source
Thread automatically created by stoneharry in <#415944535718494208>
Archived author: sparco6 • Posted: 2024-11-30T15:42:41.352000+00:00
Original source
thank you a lot, this works for me
Archived author: A2 • Posted: 2024-11-30T16:23:41.547000+00:00
Original source
Extractor being a lil bitch who crashes when it does not sees 8 bytes of virtually nothing
Archived author: A2 • Posted: 2024-11-30T16:23:59.811000+00:00
Original source
```C
uchar MWMOBytes[8] = {0x4F, 0x4D, 0x57, 0x4D, 0x0, 0x0, 0x0, 0x0};
if(ReadString(FileSize()-8,FileSize()-4) != "OMWM") {
WriteBytes(MWMOBytes, FileSize(), 8);
};
FileSave();```
Archived author: A2 • Posted: 2024-11-30T16:24:18.269000+00:00
Original source
Here is code I usually run on WDT's to fix it automatically
Archived author: sparco6 • Posted: 2024-11-30T16:26:37.158000+00:00
Original source
thanks i add code to extractor when need maps again
Archived author: stoneharry • Posted: 2024-11-30T16:28:50.890000+00:00
Original source
TC's extractors are fixed for this now, I guess other emulators still not
Archived author: Titi • Posted: 2024-12-01T00:06:38.345000+00:00
Original source
AC has had the first for a long time, cmangos seemingly does not