Jump to content

Thyros

Members
  • Posts

    193
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by Thyros

  1. I've Update the bat files to the vmap extractor, can someone test this?

    DOWNLOAD NOW!

    Patch file:

    commit 8a38aee5c46fc96b9e8d0c4fcb0ce0d60077d503
    Author: unknown <Zynum@.(none)>
    Date:   Sat Apr 24 13:03:28 2010 +0200
    
       update the bat files.
    
    diff --git a/contrib/vmap_extract_assembler_bin/make vmaps.bat b/contrib/vmap_extract_assembler_bin/make vmaps.bat
    index cb6714f..ec5a905 100644
    --- a/contrib/vmap_extract_assembler_bin/make vmaps.bat    
    +++ b/contrib/vmap_extract_assembler_bin/make vmaps.bat    
    @@ -1,46 +1,46 @@
    -@echo off
    -cls
    -echo.
    -echo                    Welcome to the vmaps extractor and assembler
    -echo.
    -echo You need 2GB of free space in disk, CTRL+C to stop process
    -echo Hit Enter to start . . .
    -pause>nul
    -cls
    -echo.
    -echo.
    -echo.
    -IF EXIST buildings\\dir (ECHO The buildings folder already exist do you want to delete it?
    -echo If YES hit Enter to continue if no CLOSE the program now! . . .
    -pause>nul
    -DEL /S /Q buildings)
    -vmapextract_v2.exe
    -cls
    -echo.
    -echo.
    -echo.
    -IF NOT %ERRORLEVEL% LEQ 1 (echo The vmap extract tool finalized with errors.
    -echo Hit Enter to continue . . .
    -pause>nul)
    -cls
    -echo.
    -echo.
    -echo.
    -echo Vmaps extracted check log.txt for errors, now it's time to assemble the vmaps press any key to continue . . .
    -pause>nul
    -md vmaps
    -vmap_assembler.exe buildings vmaps splitConfig.txt
    -cls
    -echo.
    -echo.
    -echo.
    -IF NOT %ERRORLEVEL% LEQ 1 (echo The vmap assembler tool finalized with errors.
    -echo Hit Enter to continue . . .
    -pause>nul)
    -cls
    -echo.
    -echo.
    -echo.
    -echo Process done! copy vmaps folder to the MaNGOS main directory
    -echo Press any key to exit . . .
    +@echo off
    +cls
    +echo.
    +echo                    Welcome to the vmaps extractor and assembler
    +echo.
    +echo You need 2GB of free space in disk, CTRL+C to stop process
    +echo Hit Enter to start . . .
    +pause>nul
    +cls
    +echo.
    +echo.
    +echo.
    +IF EXIST buildings\\dir (ECHO The buildings folder already exist do you want to delete it?
    +echo If YES hit Enter to continue if no CLOSE the program now! . . .
    +pause>nul
    +DEL /S /Q buildings)
    +vmapExtractor3.exe
    +cls
    +echo.
    +echo.
    +echo.
    +IF NOT %ERRORLEVEL% LEQ 1 (echo The vmap extract tool finalized with errors.
    +echo Hit Enter to continue . . .
    +pause>nul)
    +cls
    +echo.
    +echo.
    +echo.
    +echo Vmaps extracted check log.txt for errors, now it's time to assemble the vmaps press any key to continue . . .
    +pause>nul
    +md vmaps
    +vmap_assembler.exe buildings vmaps splitConfig.txt
    +cls
    +echo.
    +echo.
    +echo.
    +IF NOT %ERRORLEVEL% LEQ 1 (echo The vmap assembler tool finalized with errors.
    +echo Hit Enter to continue . . .
    +pause>nul)
    +cls
    +echo.
    +echo.
    +echo.
    +echo Process done! copy vmaps folder to the MaNGOS main directory
    +echo Press any key to exit . . .
    pause>nul
    \\ No newline at end of file
    diff --git a/contrib/vmap_extract_assembler_bin/makevmaps_SIMPLE.bat b/contrib/vmap_extract_assembler_bin/makevmaps_SIMPLE.bat
    index bf01c24..e5d115d 100644
    --- a/contrib/vmap_extract_assembler_bin/makevmaps_SIMPLE.bat
    +++ b/contrib/vmap_extract_assembler_bin/makevmaps_SIMPLE.bat
    @@ -1,4 +1,4 @@
    -vmapextract_v2.exe
    +vmapExtractor3.exe
    md vmaps
    vmap_assembler.exe buildings vmaps splitConfig.txt
    
    diff --git a/contrib/vmap_extract_assembler_bin/vmap_assembler.exe b/contrib/vmap_extract_assembler_bin/vmap_assembler.exe
    index 9c8b5f2..b0fe3dc 100644
    Binary files a/contrib/vmap_extract_assembler_bin/vmap_assembler.exe and b/contrib/vmap_extract_assembler_bin/vmap_assembler.exe differ
    diff --git a/contrib/vmap_extract_assembler_bin/vmapextract_v2.exe b/contrib/vmap_extract_assembler_bin/vmapextract_v2.exe
    deleted file mode 100644
    index 213705f..0000000
    Binary files a/contrib/vmap_extract_assembler_bin/vmapextract_v2.exe and /dev/null differ
    

  2. Ok, try this: http://github.com/faramir118/mangos/tree/vmap_rewrite

    Amazingly, I didn't have to change a single line of code to get it to work. All I did was work with the includes.

    Changes:

    • * Added bzip2 src to contrib/libmpq/dep/zlib
      * Added zlib src to contrib/libmpq/dep/bzip2
      * Added test.cpp to contrib/libmpq/libmpq
      Tests mpq read and extraction.
      There's no error checking, it just assumes that you give it a valid filename (and optionally a file index)
      * Added VS90 solution to contrib/libmpq/win

    Windows binaries (libmpq.lib, test.exe) goes to contrib/libmpq/bin

    Happy testing!

    edit: forgot to mention that I didn't edit the debug configurations for VS, so they won't compile. Make sure you're compiling for Release.

    The compilem works fine now, now when the extractor startet then comes an error that he can not open the enGB file.

    Okay i have edited so i delete the different language and now stops the extract by Map - ChamberofAspectRed.

  3. What do you want for them?

    1. Vehicle + mount? -> I can not help for now

    2. Two players to sit on the vehicle? (driver and passenger)

    this is possible from a database:

    /* Salvaged Chopper */
    REPLACE INTO vehicle_seat_data VALUES
    (3005, 1),
    (3004, 2);
    

    can you post this for the mammuth??

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use