Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GamerDude27 committed Sep 3, 2020
1 parent f701231 commit 012012b
Showing 1 changed file with 17 additions and 26 deletions.
43 changes: 17 additions & 26 deletions README.md
@@ -1,40 +1,31 @@
# Source SDK 2013 Community Edition

Source 2013 CE is a clean fork of valves SDK2013 repo. The main goal of this project is to fix up
the sdk which has for a while now had a lot of issues that were not adressed by valve since they stoped
supporting their repo with CE our goal is to fix up the code and give ppl a clean bloat free code base
which works out of the box withouth people needing to fix the code themselfs and to make developers lifes
easier
Source 2013 CE is a clean fork of Valve's [Source SDK 2013 repo](https://github.com/valveSoftware/source-sdk-2013)
with the goal of fixing up the SDK and to provide a clean bloat-free codebase that works out of the box to make developers' lives easier.

# Info
There are currently two branches, the first one being `master` which will only contain fixes without any extra additions.</br>
The second one is `Experimental` which is the branch we use to add new features and helpful tools for developers.</br>
And a third branch `enhancements` soon to appear, which will include some neat features that we think you will enjoy,
some made by the community, some backported from other engine branches such as Alien Swarm, and everything in-between.

We currently have 2 branches the first one is `master` which will only contain fixes and no aditions
the second one is `Experimental` which is the branch we use to add in features and helpfule tools for developers

You can follow the proggress of SDK2013CE by going on our [trello board](https://trello.com/b/MOxQ2iai/source-sdk-2013-community-edition).
You can find Source 2013 CE's roadmap by going to our [Trello board](https://trello.com/b/MOxQ2iai/source-sdk-2013-community-edition).

And you can also give us suggestions for fixes and features in our own Discord channle in the Source Modding Community Discord serve
you can join the discord [here](https://discord.gg/BD6WpY5)
And you can also give us suggestions for fixes and features that you'd like to see in our Discord channel (`#source-SDK-2013-ce`) found in the
Source Modding Community server, which you can join [here](https://discord.gg/BD6WpY5).

# Requirements

to be abel to use SDK2013CE you will need to download

* Multibyte MFC Library for Visual Studio 2013
To be able to use Source 2013 CE you will need to download:
* Visual Studio 2013
* Multibyte MFC Library for Visual Studio 2013

because we will be adding v142 toolset support to Community Edition soon you would also want to download the following

And because we will be adding v142 toolset support to Source 2013 CE you would also want to download the following:
* Visual Studio 2019
* MFC and ATL librarys can be selected when installing vs2019 when downloading the c++ work enviorment
* MFC and ATL support (which can be selected during installation through the 'Desktop development with C++' workload)

# Pull Requests

We apreciate any form of help so idealy if you want to help this project out
the best way would be to make pull requests
# Contributing
We appreciate any form of help so ideally if you want to help this project out the best way would be to make a pull request.

# Ending Notes
Thank you for trying out this project we hope we will help you out with your Source engine troubles!

Thank you for trying out this project we hope we will help you out with your source engine troubles

Made with :heart: by @Nbc66 & @GamerDude27
Made with :heart: by [@Nbc66](https://github.com/Nbc66) & [@GamerDude27](https://github.com/GamerDude27)

1 comment on commit 012012b

@Nbc66
Copy link
Owner

@Nbc66 Nbc66 commented on 012012b Sep 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.