• HL2 Sourcecode Edit Help
    6 replies, posted
Hello All! I was wondering if you guys could help me. Long story short I've been working on a Half-Life 2 overhaul for a couple years now. I'm using CM13 as my base. I've been trying for Months to do what is in this tutorial [url]https://developer.valvesoftware.com/wiki/L4D_Style_Muzzle_Smoke[/url] and this tutorial [url]https://developer.valvesoftware.com/wiki/First_Person_Ragdolls[/url] you can get the source code here: [url]https://github.com/FAKEFACTORY/CM2013[/url] I've finally given up on trying to do this. Visual Studio has just refused to cooperate. It will not compile no matter what I do. I've been to countless forums and help pages, but to no avail. Could anyone here make those simple edits and recompile for me? I really appricate any help! [editline]9th January 2017[/editline] on a side note. In the first tutorial for weapon smoke. The smoke particle download link is dead! does anyone no where to get it?
All you need is VS2013 Community Edition [url]https://go.microsoft.com/fwlink/?LinkId=517284[/url] And you will be able to compile the code by yourself!
I already have it. It just outright refuses to compile
Well post the compile error.
[QUOTE=Myles885;51650367]I already have it. It just outright refuses to compile[/QUOTE] Probably because there is errors you need to fix, compilers aren't magical.
You also need to make sure the compiler has the correct settings, for example, multibyte chars if I remember correctly.
[QUOTE=James xX;51665260]You also need to make sure the compiler has the correct settings, for example, multibyte chars if I remember correctly.[/QUOTE] Yeah, I remember when I first compiled the default server plugin there was some problem with the CRT libraries it was trying to link with too.
Sorry, you need to Log In to post a reply to this thread.