I've been following a tutorial to add a new weapon to half-life, this one: http://articles.thewavelength.net/183/
Once I get to the end the code compiles but when I run Half-Life I get: "Could not load library client.so"
I am using This SDK
I found out that when I remove my new weapon file the game works just fine.
I added my new file to the makefile but it still doesn't work.
I've noticed that there is this "hl_map.txt" file that contains a bunch of data about files but not about the new file I made, could that be the problem?
What do I do?