how to code Created 19 years ago2004-08-18 02:56:30 UTC by J@CK_M-N J@CK_M-N

Created 19 years ago2004-08-18 02:56:30 UTC by J@CK_M-N J@CK_M-N

Posted 19 years ago2004-08-18 02:56:30 UTC Post #51740
Guys I really want to make my own mod but I have no idea how to do "coding". I don't want some cheap ripoff of half-life whith crap weapons. Is there some guide or somthing which can help me.
Posted 19 years ago2004-08-18 03:00:55 UTC Post #51742
Well, some basical C or C++ knowledge would definitely be necessary, unless you want to stick to the 'changing ammo amounts' things...

To change Half-Lifes game-code, you need to download the SDK first:
http://dev.valve-erc.com/?go=hl_sdk

And you'll need a C++ compiler in order to build the dll's. Tutorials and helpfull information can be found at the Wavelenght:
http://articles.thewavelength.net/section/7/
Posted 19 years ago2004-08-18 03:05:45 UTC Post #51743
Why is the SDK so big, and what does it stand for?
Posted 19 years ago2004-08-18 03:11:20 UTC Post #51745
Source Development Kit.

It's pretty large because it doesn't only include the source files for the game code but also a nice amount of models and their source files, as well as various tools and articles.

Oh, and source files can be pretty much in filesize already... ;)
Posted 19 years ago2004-08-18 04:04:24 UTC Post #51755
I dont wana sound like a newb but wtf is C++? :zonked:
Posted 19 years ago2004-08-18 04:07:59 UTC Post #51758
Too late! :confused:
Posted 19 years ago2004-08-18 04:09:29 UTC Post #51759
Its a programming language (the one Half Life was written in if I'm not mistaken). There are plenty of PC magazines that give away full versions of C++ Development Software, and sites like planetsourcecode etc. I personally couldnt do C if my life depended on it, mind.
Posted 19 years ago2004-08-18 04:36:41 UTC Post #51767
Google is your friend:

http://www.google.com/search?hl=en&lr=&ie=UTF-8&q=C%2B%2B&btnG=Search

Second hit seems interesting...
You must be logged in to post a response.