This is a multi-part message in MIME format. -- [ Picked text/plain from multipart/alternative ] I just written a new metamod plugin. 'Universal' is a windows dedicated server only Metamod plugin that allows Metamod to work without knowing the entities in the game dll. This means you should in theory be able to use Metamod and therefore Adminmod / Cheating-Death / HLGuard / etc. with any game you like, not just those for which Metamod has entity support.
Download: http://www.ravenousbugblatterbeast.pwp.blueyonder.co.uk/BugblatterPlugins/Universal-1.00.zip Someone else is developing a linux version which involves changes to Metamod itself. However, it doesn't work on listen server. The technique used is to install a hook into swds.dll to remap all of its calls to GetProcAddress in kernel32.dll to the plugin. Then if the call is looking for an exported function on metamod.dll and cannot find it, it searches the game dll instead. I'm assuming that valve's anti-cheat code prevents it working in a listen server as a listen server doesn't (seem to) call GetProcAddress to find the entities in the game dll. -- _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

