Implave

Members
  • Content Count

    10
  • Joined

  • Last visited

File Comments posted by Implave


  1. On 7/26/2023 at 6:06 AM, Profzoom said:

    1131756803_Screenshot2023-07-25220347.thumb.png.2090239182cc12a7f014f17fd71a3062.pngI used cascview to export Zandalar map from Wow BFA build 35435 and ran into this error. I don't understand what a hybrid ADT is or what to do about it. Any info on this? Thank you and thank you for making this down porter for noobs like me.

    The whole idea is changing modern filedataid format into filenames, hybrid ADTs are those that are in the format of having filenames, those don't need to be converted with this tool, just multiconverted.

    The tile 16_16 you are looking at here is from beta, before the map was shrunk and before the change to filedataid was made. Currently zandalar map tiles start with 17_19 and end with 39_44.

    TLDR You exported a tile that's left in the client even though it was cut from the actual map. Because of that it wasn't converted by blizzard when a format change happened, so it's still in that older format.


  2. Can't quote the message above for some reason but the command should end in *adt, not adt* and \ should be /

    Example command to be pasted into cmd: D:/1/down.exe D:/1/listfile.csv D:/2 D:/1/*adt
    D:/1/down.exe - path to the executable
    D:/1/listfile.csv - path to the listfile
    D:/2 - path for the output folder
    D:/1/*adt - path to the input folder, last part specifies that all .adt files should be converted

    • Thanks 1

  3. 15 hours ago, Xion Hearthem said:

    im not sure how im doing it wrong but i followed everything writtain but when i press enter it gives me this error

    image.png.30dfa152bdb88c719802bb4800ab893e.png

    im a little confused on what im doing wrong any advice would be great thanks.

    You are pointing it to folders on C called "inputfolder"/"outputfolder" and a folder inside called "adt". Please  check the example and cmd image again and just modify it for your folder names, "inputfolder" name is just an example for a folder where your adts should be. And at the end of the input there should be *adt, you are missing the *. Again, please check the example and the first line on the image I've provided of cmd, the correct command (with the names of my own folders) is there.