| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:windows:world_of_warcraft_wowee [2026/06/26 22:50] – 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 |
| | |
| * [[servers:windows:games:trinitycore_3.3.5_localhost]] | * [[servers:windows:games:trinitycore_3.3.5_localhost]] |
| * [[games:windows:world_of_warcraft_3.3.5]] | * [[games:windows:world_of_warcraft_3.3.5]] |
| | |
| | ====== Install ====== |
| | |
| * https://github.com/Kelsidavis/WoWee/releases | * https://github.com/Kelsidavis/WoWee/releases |
| | * Last tested: ''wowee-v1.9.4-preview-windows-x86-64.zip'' |
| |
| MOVE /Y "%UserProfile%\Downloads\wowee-v"*"-preview-windows-x86-64.zip" "%UserProfile%\Downloads\wowee-preview-windows-x86-64.zip" | MOVE /Y "%UserProfile%\Downloads\wowee-v"*"-preview-windows-x86-64.zip" "%UserProfile%\Downloads\wowee-preview-windows-x86-64.zip" |
| DIR /B "%ProgramFiles%\Wowee\wowee.exe" | DIR /B "%ProgramFiles%\Wowee\wowee.exe" |
| |
| "%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 | ====== Extract Content ====== |
| |
| <code> | "%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 |
| https://github.com/ladislav-zezula/StormLib/releases/download/v9.31/stormlib_dll.zip | |
| |
| "%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\stormlib_dll.zip" --location "https://github.com/ladislav-zezula/StormLib/releases/latest/download/stormlib_dll.zip" --progress-bar && | ====== Launch ====== |
| |
| "%SystemRoot%\System32\tar.exe" -xf "%UserProfile%\Downloads\stormlib_dll.zip" --strip-components="1" -C "%ProgramFiles%\Wowee\bin" "x64/StormLib.dll" && DIR /B "%ProgramFiles%\Wowee\bin\StormLib.dll"</code> | "%ProgramFiles%\Wowee\wowee.exe" |
| |