Setup

git clone https://github.com/Mikk155/Sven-Co-op.git

Metamod

If you want to contribute to the metamod plugin see aslp

C# tools

Any C# program will most likely require the MikkNET submodule (Lack of imagination for a proper name lol)

git submodule update --init --remote external/MikkNET

AngelScript

I wrote the code-runner C# program for myself but you're free to compile and use it

cd src
cd code-runner
dotnet build code-runner.sln

Install the extension "Code Runner" linked bellow and it should install required assets into Sven Co-op

Visual Studio Code recomended extensions

Name Download Description
Code Runner Code Runner Use to have a way to "Run" angelscript code.
It will just copy over any required asset from a plugin/script to your sven coop installation.
Angelscript language server Angelscript Language Server AngelScript language server (Wip, please report issues on Github)