Skip to content
Miikka Ylätalo edited this page May 19, 2018 · 3 revisions

Building

  1. Get the code from the repository. Clone it or download it as ZIP.
  2. Read the Valve wiki tutorial on how to set up the SDK.

If you're having problems with running creategameprojects.bat, run it through a commandline with admin rights (right click Windows icon). With Windows 10, open Powershell, type cmd and execute the bat.

Contributing

Coding style

  • Tabbing: Use spaces in our own files (zmr_*, etc.), if base Source SDK files need to be edited, use the file's setting, which is usually tabs.
  • Everything else: follow the SDK style.
Clone this wiki locally