Skip to content

Installation

ThaPwned edited this page Oct 16, 2020 · 3 revisions
  1. Install Source.Python by following the guide here.
  2. Download and extract Warcraft: Source in your server's game folder.
  3. Write sp plugin load wcs in the cfg/autoexec.cfg file (create it if it doesn't exist).
  4. The necessary files will be created on the first load under cfg/source-python/wcs/.

If you're going to use races or items from 0.77 (and prior) or 0.78, you also have to install EventScripts Emulator. This have to be loaded before WCS, otherwise your races and items will not be loaded. The content of autoexec.cfg should therefore be:

sp plugin load es_emulator
sp plugin load wcs
Clone this wiki locally