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

Metamod refuses to accept a plugin with dynamic polymorphism. #61

Open KRYPTOPUNK opened 9 months ago

KRYPTOPUNK commented 9 months ago

Hello. I am developing a mod for cs 1.6 via metamod. The problem is that if you use inheritor classes with dynamic polymorphism, the metamode refuses to load the library, marking it as "badf", without reporting an error, even with the debug mod enabled. What could be the reason? The metamod is compiled on the host from the source code.

Thank you in advance.