| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:windows:world_of_warcraft_wowee [2026/06/26 21:21] – Sean Rhone | games:windows:world_of_warcraft_wowee [2026/06/26 23:20] (current) – Sean Rhone |
|---|
| | ====== TODO ====== |
| | |
| * https://github.com/Kelsidavis/WoWee | * https://github.com/Kelsidavis/WoWee |
| |
| "%ProgramFiles%\Git\bin\git.exe" clone --branch "master" --depth "1" --recurse-submodules "https://github.com/Kelsidavis/WoWee.git" "%UserProfile%\Projects\WoWee\src" | * [[servers:windows:games:trinitycore_3.3.5_localhost]] |
| | * [[games:windows:world_of_warcraft_3.3.5]] |
| <code> | |
| | |
| "%ProgramFiles%\Git\bin\git.exe" clone --branch "SDL2" --depth "1" --recurse-submodules "https://github.com/libsdl-org/SDL.git" "%UserProfile%\Projects\SDL2\src" | |
| | |
| "%ProgramFiles%\CMake\bin\cmake.exe" -S "%UserProfile%\Projects\SDL2\src" -B "%UserProfile%\Projects\SDL2\build" -G "Visual Studio 18 2026" --fresh -Wno-error="author" | |
| | |
| // | |
| "%ProgramFiles%\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\amd64\MSBuild.exe" "%UserProfile%\Projects\SDL2\build\ALL_BUILD.vcxproj" -target:"Rebuild" -property:"Configuration=Release" -maxCpuCount -nodeReuse:"False" -terminalLogger:"off" | |
| | |
| | |
| copy "Projects\SDL2\src\cmake\sdlfind.cmake" to "Projects\SDL2\build" | |
| | |
| | |
| "%ProgramFiles%\CMake\bin\cmake.exe" -S "%UserProfile%\Projects\WoWee\src" -B "%UserProfile%\Projects\WoWee\build" -G "Visual Studio 18 2026" --fresh -Wno-error="author" -DCMAKE_PREFIX_PATH="C:\Users\Espionage724\Projects\SDL2\SDL2-2.32.10\cmake" -DZLIB_ROOT="%UserProfile%\Projects\WoWee\ext\zlib-1.2.3-lib" -DCMAKE_CXX_FLAGS="/EHs /arch:AVX2 /favor:INTEL64 /Gz /Oy /GS- /guard:cf- /W0" | |
| | |
| "%ProgramFiles%\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\amd64\MSBuild.exe" "%UserProfile%\Projects\WoWee\build\ALL_BUILD.vcxproj" -target:"Rebuild" -property:"Configuration=Release" -maxCpuCount -nodeReuse:"False" -terminalLogger:"off" | |
| | |
| | |
| -Dglm_DIR= | |
| -Dglm_DIR="%UserProfile%\Projects\WoWee\ext\glm" | |
| -Dglm_DIR="%UserProfile%\Projects\glm\src" | |
| -DGLM_INCLUDE_DIRS="C:\Users\Espionage724\Projects\WoWee\ext\glm" | |
| | |
| "%ProgramFiles%\CMake\bin\cmake.exe" -S "%UserProfile%\Projects\WoWee\src" -B "%UserProfile%\Projects\WoWee\build" -G "Visual Studio 18 2026" --fresh -Wno-error="author" -DSDL2_DIR="C:\Users\Espionage724\Projects\SDL2\SDL2-2.32.10\cmake" -DZLIB_ROOT="%UserProfile%\Projects\WoWee\ext\zlib-1.2.3-lib" -DCMAKE_CXX_FLAGS="/EHs /arch:AVX2 /favor:INTEL64 /Gz /Oy /GS- /guard:cf- /W0" | |
| | |
| https://github.com/g-truc/glm.git | |
| | |
| "%ProgramFiles%\Git\bin\git.exe" clone --branch "master" --depth "1" --recurse-submodules "https://github.com/g-truc/glm.git" "%UserProfile%\Projects\glm\src" | |
| | |
| "%ProgramFiles%\CMake\bin\cmake.exe" -S "%UserProfile%\Projects\glm\src" -B "%UserProfile%\Projects\glm\build" -G "Visual Studio 18 2026" --fresh -Wno-error="author" | |
| | |
| "%ProgramFiles%\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\amd64\MSBuild.exe" "%UserProfile%\Projects\glm\build\ALL_BUILD.vcxproj" -target:"Rebuild" -property:"Configuration=Release" -maxCpuCount -nodeReuse:"False" -terminalLogger:"off" | |
| | |
| -Dglm_DIR="%UserProfile%\Projects\glm\build" | |
| | |
| "%ProgramFiles%\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\amd64\MSBuild.exe" "%UserProfile%\Projects\SDL2\build\ALL_BUILD.vcxproj" -target:"Rebuild" -property:"Configuration=Release" -maxCpuCount -nodeReuse:"False" -terminalLogger:"off" | |
| |
| | ====== Install ====== |
| |
| | * https://github.com/Kelsidavis/WoWee/releases |
| | * Last tested: ''wowee-v1.9.4-preview-windows-x86-64.zip'' |
| |
| "SDL2_DIR" | MOVE /Y "%UserProfile%\Downloads\wowee-v"*"-preview-windows-x86-64.zip" "%UserProfile%\Downloads\wowee-preview-windows-x86-64.zip" |
| |
| %UserProfile%\Projects\SDL2\build | MKDIR "%ProgramFiles%\Wowee" & "%SystemRoot%\System32\tar.exe" -xf "%UserProfile%\Downloads\wowee-preview-windows-x86-64.zip" --strip-components="1" -C "%ProgramFiles%\Wowee" |
| |
| -DSDL2_DIR="%UserProfile%\Projects\SDL2\build" | DIR /B "%ProgramFiles%\Wowee\wowee.exe" |
| |
| | ====== Extract Content ====== |
| |
| | "%ProgramFiles%\Wowee\asset_extract.exe" --mpq-dir "%ProgramFiles(x86)%\World of Warcraft 3.3.5\Data" --output "%ProgramFiles%\Wowee\Data" --expansion "wotlk" --locale "enUS" --verbose |
| |
| | ====== Launch ====== |
| |
| </code> | "%ProgramFiles%\Wowee\wowee.exe" |
| |