[DiscordArchive] <@!243874813649747968> Are you using TC or AC ?
[DiscordArchive] <@!243874813649747968> Are you using TC or AC ?
Archived author: Bux • Posted: 2021-05-30T12:38:37.288000+00:00
Original source
yes
Archived author: Shard • Posted: 2021-05-30T12:38:54.695000+00:00
Original source
You just have to put your custom patch in your wow folder, and extractors at root
Be sure that you have patched your extractors so they can read your custom patchs (there is a list of patch names in extractors, so you can find the right line by CTRL + F)
Then just run extractors and gg
Archived author: Bux • Posted: 2021-05-30T12:39:38.594000+00:00
Original source
in way to do it
Archived author: Bux • Posted: 2021-05-30T12:39:43.655000+00:00
Original source
thanks
Archived author: Shard • Posted: 2021-05-30T12:40:48.416000+00:00
Original source
`src/tools/map_extractor/System.cpp` ~l.92
Archived author: Shard • Posted: 2021-05-30T12:41:25.163000+00:00
Original source
You'll have something that looks like this
```cpp
float CONF_flat_liquid_delta_limit = 0.001f; // If max - min less this value - liquid surface is flat
// List MPQ for extract from
const char *CONF_mpq_list[]={
"common.MPQ",
"common-2.MPQ",
"lichking.MPQ",
"expansion.MPQ",
"patch.MPQ",
"patch-2.MPQ",
"patch-3.MPQ",
"patch-4.MPQ",
"patch-5.MPQ",
};
```
Archived author: Shard • Posted: 2021-05-30T12:41:33.805000+00:00
Original source
Just add your custom patchs in list
Archived author: Bux • Posted: 2021-05-30T12:41:45.390000+00:00
Original source
ok ok, thanks
Archived author: Shard • Posted: 2021-05-30T12:42:00.401000+00:00
Original source
np let me know