[DiscordArchive] Hello, does anyone have a link to an up todate ...
[DiscordArchive] Hello, does anyone have a link to an up todate ...
Archived author: Needle • Posted: 2025-09-17T21:43:43.377000+00:00
Original source
Archived author: Needle • Posted: 2025-09-17T21:43:43.925000+00:00
Original source
Thread automatically created by ISITSIMON in <#415944535718494208>
Archived author: Alo? • Posted: 2025-09-18T19:58:48.748000+00:00
Original source
Use MPQ editor to make an MPQ patch in the client's data folder, take world folder from noggit project directory, drag and drop it into the new MPQ file, close the editor, go to that place in the world, changes should be there.
Archived author: stoneharry • Posted: 2025-09-18T20:09:38.133000+00:00
Original source
Make sure you've filled in the required DBC data. Map & MapDifficulty at minimum.
For generating server side map data: https://github.com/stoneharry/mmaps-for-custom-maps/
AC is pretty much the same as TC here.
I was helping someone copy ADTs to a new map the other day, which is similar: https://discord.com/channels/40766404101...8345385032
[Embed: GitHub - stoneharry/mmaps-for-custom-maps: Documentation regarding ...]
Documentation regarding generating and debugging movement map (pathfinding) data for custom maps in WoW. - stoneharry/mmaps-for-custom-maps
https://github.com/stoneharry/mmaps-for-custom-maps/
Archived author: ISITSIMON • Posted: 2025-09-21T21:00:00.638000+00:00
Original source
Hey, sorry for the late reply.
So for my understanding, there are two main steps.
Updating client patch with MPQ file
&
Updating the server database with the Map & MapDificulty files (using the method you linked).
I think that makes sense, thank you