QuakeC source for the ESK server mods
GMQCC (git://git.xonotic.org/xonotic/gmqcc.git)
Xonotic (http://xonotic.org/download or git://git.xonotic.org/xonotic/xonotic.git)
Content packs (https://dl.dropboxusercontent.com/u/91010597/zzz-misc_006.pk3 https://dl.dropboxusercontent.com/u/91010597/zzz-monsters_006.pk3)
Compile GMQCC & copy the compiled binaries to client, menu & server folders inside esk-modpack/qcsrc
Run this from a terminal in the qcsrc folder: make
Copy the compiled .dat files from esk-modpack to Xonotic/data
Copy the autoexec folder from esk-modpack to Xonotic/data
Download the 2 server packages to your Xonotic/data folder & make sure they're available on your map download server
To update, run this from a terminal in the esk-modpack folder: git pull
Once this finishes, repeat previous usage steps