Browse by type
(CMake is required to build.)
Visual_Studio32.bat or Visual_Studio64.batUnvanquished/build-32 or Unvanquished/build-64Daemon.sln(CMake is required to build.)
mkdir build && cd build (from Unvanquished root directory)ccmake ..make (use make -jN where N is your number of CPU cores to speed up compilation)mkdir build && cd build (from Unvanquished root directory)cmake -G "MSYS Makefiles" -DCMAKE_PREFIX_PATH="C:\MINGW" ..makeDownload all the asset packs from http://www.sourceforge.net/projects/unvanquished/files/Assets and any maps (the mappack from http://sourceforge.net/projects/unvanquished/files/Map%20Pack/maps.7z/download is recommended) into main
Run with ./daemon (on *nix) or Daemon.exe (on Windows)
$ claude mcp add Unvanquished \
-- python -m otcore.mcp_server <graph>