mirror of
https://github.com/araxiaonline/WoW-Launcher.git
synced 2026-06-13 01:22:21 -04:00
ef49c34d18f6c3ce331e9c32b92171bd7cd2364c
WoW-Launcher
A game launcher for World of Warcraft that allows you to connect to custom servers.
License & Copyright
The WoW Launcher source is licensed under the MIT license.
Binary Releases
You can find signed binary releases at Arctium
Supported Game Versions
- 9.0.5 or later (windows)
Building
Build Prerequisites
- .NET Core SDK 6.0.0-rc.2 or later
- Optional for native builds: C++ workload through Visual Studio 2022 or latest C++ build tools
Build Instructions Windows (native)
- Execute
dotnet publish -r win-x64 /p:Configuration=Release /p:platform="x64" --self-contained - Native output is placed in
build\Release\bin\native
Usage Windows
- Copy
Actium WoW Launcher.exeto your World of Warcraft folder. - Optional: Edit the
WTF/Config.wtfto set your portal or use a different config file with the-config Config2.wtflaunch arg. - Run the
Actium WoW Launcher.exe
Parameters
- Use --help
WARNING
DO NOT USE THIS AS BASE FOR ANY OFFICIAL SERVER TOOLS. IT WILL GET YOU BANNED THERE!!!
Special Request <3
Please do NOT remove the name arctium from the final binary.
Blizzard filters their crash logs based on localhost and the string arctium in the binary name.
Languages
C#
100%