Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 4.24 KB

File metadata and controls

66 lines (48 loc) · 4.24 KB

Commit Activity Commit Activity Commit Activity Commit Activity

Version Release Date Commits since Latest Release

License Issues File Size Last Commit

Source+ Discord

Windows Linux

Source+

Source+ is a custom tool for developing mods in Valve's Source Engine. Source+ takes the iconic Engine and converts it into a Game Engine more in-line with the Engines of today by giving it a custom editor & a multitude of additional tools to help make the development workflow much easier.

REQUIREMENTS

Windows (Alternative)

  • Microsoft Visual Studio 2026 with the following workflows & components:
    • .NET desktop development workflow
    • .NET 10.0 Runtime
    • NuGet package manager
    • NuGet targets and build tasks

BUILD INSTRUCTIONS

To build the project, open the scripts folder and click on the appropriate build script.

Inside the folder also lies a set of publish scripts for sharing/distributing without requiring any external dependencies.

Alternatively, you can go to the src folder in your operating system's terminal and run the dotnet build command.

Using Visual Studio (Windows only)

In Visual Studio, go to the top menu & open the Build menu. There, you can pick on whether to build the solution or just the current project.

Alternatively, you can use the Ctrl + Shift + B and Ctrl + B shortcuts to build the solution and current project respectively.

Debugging using Visual Studio

To debug using Visual Studio, go an click on the green arrow with the text Editor next to it or press F5.

LICENSE

The Source+ Editor is licensed under the MIT License, which you can read here.

The Source SDK and, by extension, the projects that you create are, by default, licensed under Valve's SOURCE 1 SDK License, which can be read here.

USEFUL RESOURCES