Sourcemod install

phatal

L6: Sharp Member
Jan 8, 2008
259
21
Ok this should be easy for you guys. I've only been playing with the server configs for the last few days. Before that I was only updating maps and banning people. j/k

I've gotten the hang of TFTrue, kinda, and now want to try to get the ammopacks and medicpacks installed. I dropped the smx files in to the sm plugins folder and threw my cvar settings in my TFTrue.cfg. When I try to exec the TFTrue.cfg the pack cvars are not recognized. Need some help here again.
 

teddyruxpin

Sr. Hygiene Technician
Mar 24, 2008
83
26
Using hlsw rcon console after you have copied the *.smx files.

Make sure you only type the name of the plugin file name without the trailing .smx
sm plugins load ammopacks
sm plugins load medicpacks

If you get a success load echo back then try

sm_ammo<tab>
sm_medi<tab>

Both commands should return back all available options for the plugin. You can manually tweak them from there. If that all works then its likely a problem with names of the plugins or paths to the files.

-Teddy
 

phatal

L6: Sharp Member
Jan 8, 2008
259
21
Hmm... maybe that's the issue. Our server is not setup to accept sm commands.

Do you know what might cause that?
 
Last edited:

teddyruxpin

Sr. Hygiene Technician
Mar 24, 2008
83
26
If you have installed MetaMod:Source and SourceMod then you should be able to run the 'sm XXX' commands for any plugins that are installed along with the default SM admin panels.

Did you follow these exact steps on this page to install it?

http://wiki.alliedmods.net/Installing_SourceMod

Should be pretty straight forward to get a basic install going. Let me know if you hit any errors.

-Teddy
 

phatal

L6: Sharp Member
Jan 8, 2008
259
21
If you have installed MetaMod:Source and SourceMod then you should be able to run the 'sm XXX' commands for any plugins that are installed along with the default SM admin panels.

Did you follow these exact steps on this page to install it?

http://wiki.alliedmods.net/Installing_SourceMod

Should be pretty straight forward to get a basic install going. Let me know if you hit any errors.

-Teddy

No I didn't follow those. I had assumed that all had been done before I was given responsibilty of keeping it up to date. I found Apex in chat and he explained this same thing to me. I appreciate it. :)