AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Coding MM:S Plugins & SM Extensions (https://forums.alliedmods.net/forumdisplay.php?f=75)
-   -   How to compile NoSeeVar on Linux? (https://forums.alliedmods.net/showthread.php?t=308500)

diniboy 06-22-2018 12:52

How to compile NoSeeVar on Linux?
 
1 Attachment(s)
Hi,

I own a TF2 server with MetaMod and SourceMod, however I need to hide some sensitive cvars to be shown publicly. Fortunately I've found a metamod module called NoSeeVar, but on load it gives me an error:

Code:

Failed to load plugin addons/nsv/nsv_mm_i386 (Function CreateInterface not found).
So I decided to compile it myself with the latest MetaMod trunk. But I got stuck because I haven't found any informations about compile extensions without a Makefile.

Can you help me by providing some links/informations as a reference about the compilation of this module? I attached it.

Many thanks!

Spirit_12 06-23-2018 01:16

Re: How to compile NoSeeVar on Linux?
 
You sure NoSeeVar exists for source games? As far as I know it is a module for Gold-Source Games.

psychonic 06-23-2018 08:23

Re: How to compile NoSeeVar on Linux?
 
All the plugin does is set ConVar flags. It would be trivial to reimplement in a SourceMod plugin, which would be easier to compile and more maintainable.


All times are GMT -4. The time now is 21:09.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.