Skip to content

Commit

Permalink
Put helpers scripts in prebuild extractors
Browse files Browse the repository at this point in the history
Also rename extractor_binary to extractor_scripts as binaries are no longer provided.
  • Loading branch information
cyberium committed Dec 15, 2016
1 parent 447d292 commit 277e136
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ build_script:
cp "$sourceFolder\mmap\bin\Win32_Release\*.exe" "$destinationFolder"
cp "$sourceFolder\vmap_assembler\bin\Win32_Release\*.exe" "$destinationFolder"
cp "$sourceFolder\vmap_extractor\bin\Win32_Release\*.exe" "$destinationFolder"
cp "$sourceFolder\extractor_scripts\*" "$destinationFolder"
# unit test
test: off
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Copy the content of this directory into your client directory.
Those scripts need some binaries to works.
Make sure there is in this folder all required binaries.
- ad(.exe) sources in contrib/extractor dbc/maps extractor
- vmapExtractor(.exe) sources in contrib/vmap_extractor VMAPS extractor
- vmap_assembler(.exe) sources in contrib/vmap_assembler VMAPS builder
- MoveMapGen(.exe) sources in contrib/mmap MMAPS biulder

If you dont have them, you have to build them each one by one.

Then just run ExtractResources.sh
On Windows, you can run the file within the "Git bash" (which should be shipped with your Git software)
Expand Down
File renamed without changes.

1 comment on commit 277e136

@cyberium
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For everyone you can now download pre build extractors in release section -> https://github.com/cmangos/mangos-tbc/releases

For those who want to avoid extraction process you can download latest version of dbc/map/vmap/mmap
here: http://ovh.to/pvkCVMH
or: https://mega.nz/#!l1kFiK6I!p1WqqmST3e4LQqlxRKDc7rt5-Wf5I8JR3Q9pbtUmg-0

Please sign in to comment.