Skip to content

Instantly share code, notes, and snippets.

View Headline's full-sized avatar

Headline

View GitHub Profile
@Headline
Headline / buildsm.bat
Last active June 14, 2022 21:36
Script used to clean and start contributing with a fresh environment
@echo off
rmdir /S /Q alliedmodders
mkdir alliedmodders
cd alliedmodders
:: If you want YOUR sourcemod fork, change this url
git clone --recursive http://github.com/alliedmodders/sourcemod
git clone --recursive https://github.com/alliedmodders/metamod-source
git clone --recursive http://github.com/alliedmodders/hl2sdk hl2sdk-sdk2013