theAsmodai / metamod-r

Metamod is a plugin/DLL manager that sits between the Half-Life Engine and an HL Game mod, allowing the dynamic loading/unloading of mod-like DLL plugins to add functionality to the HL server or game mod. Metamod-r is improved version of metamod.
GNU General Public License v3.0
139 stars 35 forks source link

[Question]: Plugin sample CSSDK to HLSDK #69

Open SmileYzn opened 5 months ago

SmileYzn commented 5 months ago

Contact Details (optional)

smileyznl@gmail.com

Tell us more about your Question

Sample plugin uses CSSDK, but to enable the plugin for all other mods? Need to do a normal compile with default CSSDK or juse HLSDK (From ReHLDS) builds??

Since HLSDK from rehlds is not complete to compile with that example plugin:

image

Its metamod-r headers created to be compatible with hlsdk instead of cssdk?

SmileYzn commented 5 months ago

Ps. The SDK that comes with metamod-r binaries are very outdated??