View Single Post
klippy
AlliedModders Donor
Join Date: May 2013
Location: Serbia
Old 07-19-2017 , 07:16   Re: Compiled HL libs for experimental development in other languages.
Reply With Quote #2

HLSDK is just a base for coding your HL mod (it's Half Life Software Development Kit), it's not directly found in the game and mods (like CS) use it as a base and expand upon it. That's what developers use to develop the "mod library" (those binaries in $moddir/dlls and $moddir/cl_dlls).

Anyway, to code something like Metamod you only need interfaces between the engine and mod library which can be found in HLSDK, not the binary itself.

Last edited by klippy; 07-19-2017 at 07:17.
klippy is offline