hello
i am looking for half-life 1 sdk that works with modern compilers
Created 8 years ago2016-02-17 09:51:40 UTC by ninja defuse
TL;DRThis must be added to TUTORIALS with some images...
1) Download Microsoft Visual Studio 2010 Express here : http://www.pcadvisor.co.uk/download/develop
er-programming/microsoft-visual-studio-20
10-express-iso-216/
2) Mount the ISO with Daemon Tools, PowerShell or any other utility of the same kind.
OR
Extract the ISO with your favorite archive program (it's like a ZIP).
3) Run "Setup.exe".
4) Install the software as your like.
5) Download the Service Pack 1 update here : https://www.microsoft.com/en-US/download/de
tails.aspx?id=23691 Please note that if you don't like online installers, you can use an offline ISO (see "Additional Information" on the link I sent you)
6) Install the Service Pack 1 using the same methods as you did with VS 2010.
7) If you have Git installed and you are familiar with it, type in a Git Bash (or shell that is linked to Git) : git clone https://www.github.com/ValveSoftware/halfli
fe.git
OR
Visit the Half-Life 1 GitHub repository here : https://github.com/ValveSoftware/halflife and click the "Download ZIP" button and extract the archive.
8) Open the "projects/vs2010/projects.sln" file with Visual Studio 2010.
9) Start coding !
10) PROFIT !