Source plugins

Use this forum if you have a relatively general question or comment about a game, Ventrilo, TeamSpeak, or Murmur/Mumble server with us. If you have a server-specific question that might not help out the community, please directly contact us through your control panel instead.
Post Reply
User avatar
Edge100x
Founder
Founder
Posts: 13109
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Source plugins

Post by Edge100x »

There have been a few plugins made for the Source engine based off Valve's example code, and posted to the SourceMod site. Although we're waiting for SourceMod before officially supporting Source plugins, if you are looking to add functionality to your Source-based server, you might consider one of these.

The current consensus is generally that this one is the best: http://www.sourcemod.net/forums/viewtopic.php?t=222. It comes with simple install instructions that you can use to add it through our FTP, and it appears to be compatible with our systems.
Last edited by Edge100x on Sun Dec 12, 2004 11:08 pm, edited 1 time in total.
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

This one is very easy to install and now allows for mapname.cfg files to be executed at their respective maps, as well as weapon restrictions.

You do need to be registered on the forums (takes a quick minute) and logged in to download the plugin.

Image
-Nick
User avatar
Edge100x
Founder
Founder
Posts: 13109
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Post by Edge100x »

I keep getting questions in email about Source plugins.

Again, we do not officially support these yet. If you want to install a Source plugin, that's great, but we don't officially support them. This thread is here purely for your information; it's not meant to endorse or support a particular Source plugin or indicate that we are supporting them through email and IRC.

That said, I've still been getting quite a few people emailing us to ask for access to the main "bin" folder of the server, so they can install the "SAP.dll" Source plugin (which is a different plugin from the one I mentioned above). You do not need access to the main "bin" folder of the server to install Source plugins. You can upload a plugin .dll to wherever you want on the server, as long as you put the correct pathname in the .vdf file.

The author of the "SAP" plugin makes less-than-adequate install instructions that do not talk about this.

For instance, if I were to put "SAP.dll" into the "addons" folder on the server, I would need to create a file called "SAP.vdf" in the "addons" folder as well, and make it contain this:

Code: Select all

"Plugin"
{
        "file"  "../cstrike/addons/sap"
}
You should try to keep all of your plugins in the "addons" folder or subfolders of "addons" so that they are easy to keep track of. The "addons" folder is the same standard that HL used.
User avatar
bOoya
Former staff
Former staff
Posts: 886
Joined: Thu Jan 15, 2004 3:46 pm
Location: Corona, CA
Contact:

Post by bOoya »

If you guys need help feel free to stop by the irc channel. All support for these plugins is still unofficial at this point but we will probably help you out since that is what we do :D .
S-Dog
A semi-regular
A semi-regular
Posts: 19
Joined: Thu Dec 23, 2004 5:53 am
Location: Harrisville, RI
Contact:

Post by S-Dog »

The mod you suggest is the best one I've seen out there. It has all the functionality you want and some fun stuff too. It very easy to install and customize too. The only thing it does not have is a nice GUI to go with it.
S-Dog
A semi-regular
A semi-regular
Posts: 19
Joined: Thu Dec 23, 2004 5:53 am
Location: Harrisville, RI
Contact:

Post by S-Dog »

check that...gui menu is now available
Post Reply