server/contrib/vmap_extractor
2020-02-16 23:59:13 +00:00
..
vmapextract [c12537] Update Authorship information 2020-02-16 21:27:46 +00:00
win [c12594] Correct file version no. in VC110 sln files 2020-02-16 23:59:13 +00:00
.gitignore [c12536] Happy New Year 2013 2020-02-16 21:25:01 +00:00
CMakeLists.txt [c12537] Update Authorship information 2020-02-16 21:27:46 +00:00
README [c12536] Happy New Year 2013 2020-02-16 21:25:01 +00:00

Linux:

1. Building

	Because vmap_extractor depends on libmpq for reading mpq files, you will have
	to build libmpq prior to vmap_extractor. Therefore cd to dep/StormLib and execute:

	$ ./autogen.sh
	$ ./configure
	$ make

	After that, cd to contrib/vmap_extractor_v4/ and execute:

	$ cmake .
	$ make

	You should now have an executable file at vmapextract/vmapextractor

2. Extracting

	Use the created executable to extract model information. Change the data path if
	needed.

	$ vmapextract/vmapextractor -d /mnt/windows/games/wow/Data/

	Resulting files will be in ./Buildings

###########################
Windows:

1. Building

	Just build the solution in contrib\vmap_extractor_v2\win
	Resulting binaries will be in contrib\vmap_extractor_v2\bin\$(PlatformName)_$(ConfigurationName)

2. Extracting

	Use the created executable (from command prompt) to extract model information.
	It should find the data path for your client installation through the windows registry,
	but the data path can be specified with the -d option.

	Resulting files will be in .\Buildings