top | item 5949782

Source SDK 2013

84 points| bdz | 12 years ago |github.com | reply

46 comments

order
[+] kaoD|12 years ago|reply
Guys, stop pissing your pants, this is not the Source engine. It's just a damn SDK for modders. Lots of comments seem to imply the former, which is not the case.

You can't do anything with this code without Source.

[+] mambodog|12 years ago|reply
To expand, this SDK mostly only builds a few DLLs which allow mods to override various parts of the game logic. It doesn't include the source for the main hl2.exe, for example.

This is how all mods have been built for Valve games dating back to the original Half-Life.

[+] sliverstorm|12 years ago|reply
I give it four hours until someone decides they aren't satisfied and starts bitching that it wasn't released under the GPL
[+] spacelizard|12 years ago|reply
The actual problem is that the license they are using is neither a valid free software license nor a valid open source license. The GPL would honestly be their best option if they wished to build a bigger community around Source engine modding, but I doubt that will ever happen.
[+] 7manr82h|12 years ago|reply
#define JEEP_SEAGULL_POOP_INTERVAL 45.0 // Interval between checks for seagull poopage

yes

[+] catmanjan|12 years ago|reply
This is an amazing step forward for the Open Source community, good on you Valve, you've proven you're in it for the long run.
[+] mambodog|12 years ago|reply
I'm pretty sure this is their previously released SDK (though a new release for 2013) which is already available through Steam. What's new here is that they've put it up on GitHub.
[+] aspensmonster|12 years ago|reply
Looks like some of the SSE work in the mathlib directory is unimplemented or unverified in POSIX environments, or else implemented only in C. Not sure how crucial or not that would be in the big picture of things though.

I'm sure it'd be fun to play with, but the license makes it a non-starter for any serious work.

[+] ajanuary|12 years ago|reply
This new release seems to have support for Linux and OS X, which is a new addition to the Source SDK. Previously you've only been able to use mods on Windows. This might be enough to get me back into modding for a bit.
[+] z3phyr|12 years ago|reply
Can I use it withought any steam game?
[+] throwaway2048|12 years ago|reply
From the license:

    You may, free of charge, download and use the SDK to develop a modified 
    Valve game running on the Source engine.

It seems using it to modify a Valve game running on the Source engine is all hard requirement, which in turn requires Steam.
[+] 7manr82h|12 years ago|reply
now to patiently wait for viva64 guy to do a src code review.
[+] BHSPitMonkey|12 years ago|reply
This isn't a game engine or a game; It's just the SDK for modders.
[+] stefan_kendall|12 years ago|reply
And this, gentlemen, is why you always read the fucking license.

Awful.

[+] jamesaguilar|12 years ago|reply
Yah, it is so terrible that valve would release something for free to those who could not pay, but would not supply the ingredients for a commercial effort without some consideration. What scumbags.
[+] kbar13|12 years ago|reply
Would you be able to tell us why you believe the license is bad? Just wondering...
[+] tech-dragon|12 years ago|reply
This is great. Now we are free to help remove dependencies, improve this engine and in the long run hopefully help Valve take further steps into being a more Open Company , I hope that Valve change the license once they are in a position to do so. They are in a staggeringly odd turn of events starting to 'Open Up ' and working within the view of the outside public on a number of high profile software projects. They are making good moves, I for one intend to encourage them to make more by helping! Pull requests to help them will make them realize they will gain more if the engine is even more open, its a matter of time.

And specifically to the people complaining about the license file https://github.com/ValveSoftware/source-sdk-2013/blob/master... . The likely reason that it cannot at this time be changed will probably be the legal agreements Valve has signed regarding the stuff you will read if you open up one of the other files up in the root of the repo thirdpartylegalnotices.txt https://github.com/ValveSoftware/source-sdk-2013/blob/master...

Edit--- It looks like people are already hacking away and fixing stuff! https://github.com/AnAkIn1/source-sdk-2013/commit/fe2fa2204b...

[+] kaoD|12 years ago|reply
Open company? What the...?

This is just an SDK. It's for their own convenience! You make mods for their closed source Source engine (see what I did there?) and they earn tons of money and Steam users.

What's Open about that? How are you going to remove the Source dependency?

Game companies have been releasing SDKs since what feels like forever.

I love Valve's games, but you have to give credit where it's due.

[+] MattDL|12 years ago|reply
This is just the mod SDK, it isn't the Source engine code.