Thoraric

Problem with merge different ADT

When i rename adt from the same map from 45_20 to 15_10 or sg like this it is working. But if i put from other map like dungeon it isn't working the place of adt is empty, im to ask what could be the error which causes this? I want to find out how to merge maps and avoid this kind of errors, any idea whats occuring this? If delete some lines in 010editor is enough?

Share this post


Link to post
Share on other sites

Well, you need to change coordinates of ADTs, and you also need to use offsetfix on them. You can find offsetfix in ADTAdder's folder in like... each WoW modding toolpack. Simply drag your ADTs into ADTAdder's folder and run offsetfix.bat.

Share this post


Link to post
Share on other sites

How to change the coordinates of ADTS?

I should ran the offsetfix when every single ADT-s are in the folder or only the ones what i want to add as additions to my map?

What to do if the offsetfix  just open an empty black window?

Share this post


Link to post
Share on other sites

Changing coords - simply rewrite them in file's name, there's nothing complicated about it.

Offsetfix.bat - it doesn't matter, just run it when you put all your ADTs into ADTAdder's folder. Btw, I said offsetfix.bat, not offsetfix.exe.

Share this post


Link to post
Share on other sites

And how much time should I wait when i started the fix.bat file? Because it doesn't show anything in the black window,it stays empty. I put 140file into the folder.

C\Windows\system32\cmd.exe is the name of the window

The window is still open since 1 hour

Share this post


Link to post
Share on other sites

@echo off
for %%i in (*.adt) do OffsetFix.exe "%%i"
pause

Share this post


Link to post
Share on other sites

I advice you to use zonemasher for this, the name says it all...

  • Like 1

Share this post


Link to post
Share on other sites