Botrix source code.

Home
Projects
    Botrix
        Configuration
        Waypoints
            Doors & elevators
        Plugin commands
        Source code
        Changelog
        Credits
About me
First of all you will need Microsoft Visual Studio 2010 with Service Pack 1 to be able to compile Source SDK 2013.

Use Steam to download Source SDK and Source SDK Base 2013 Multiplayer (you can find them in tools widget).

Then use git to checkout next repositories:
  • https://github.com/borzh/source_2013 - this is a copy of source 2013 engine with light modifications for my degree thesis. You can also use the formal branch of Source Engine 2013 here. Checkout it to a folder named source-sdk-2013, because  project Botrix uses that name in compilation.
  • https://github.com/borzh/botrix - this is Botrix source code. Checkout it in the same folder where source-sdk-2013 folder is.

Don't forget to read about Botrix installation to use waypoints and configurate a plugin.