• Metamod and Sourcemod
    13 replies, posted
I am trying to get metamod and sourcemod to work in single player to practice jump maps, but, no matter what I did, how I followed the instructions, it isn't working. Here is how I have the my tf2 folder set up. [List] [*]team fortress 2/tf/addons/sourcemod [*]team fortress 2/tf/addons/metamod [*]team fortress 2/tf/addons/metamod.vdf that contains [*]team fortress 2/tf/cfg/sourcemod [/list] [code] "Plugin" { "file" "..team fortress 2\tf\addons\metamod\bin\server.dll" } [/code]
I don't see anything wrong here, it should be working perfectly? Really weird, if you ask me.
[QUOTE=Darkomni;21978627]I don't see anything wrong here, it should be working perfectly? Really weird, if you ask me.[/QUOTE] I start up a server and make the map some jump_ map, then when I get in I type meta list in console and it says unknown command.
plugin_load ../tf/addons/metamod/bin/server.dll
Is there a way to disable pyros in servers?
[QUOTE=-Ana;21978820]plugin_load ../tf/addons/metamod/bin/server.dll[/QUOTE] Just loaded up and in console: Unable to load plugin "..tf\addons\metamod\bin\server.dll"
You need to start TF2 in a funny way. I got it working. I can't remember though. But know this, it doesn't work by loading TF2 up the normal way.
The game is editing my fucking gameinfo.txt and taking out the, GameBin |gameinfo_path|addons/metamod/bin Part. [editline]06:31AM[/editline] [QUOTE=Smashman;21981329]You need to start TF2 in a funny way. I got it working. I can't remember though. But know this, it doesn't work by loading TF2 up the normal way.[/QUOTE] You need to find that way.
Why don't you? It wasn't that hard to find.
I could start it using the method that is described on the SourceMod website - you've followed the instructions wrong.
[QUOTE=vexx21322;21981067]Just loaded up and in console: Unable to load plugin "..tf\addons\metamod\bin\server.dll"[/QUOTE] Where did the slash between the .. and tf go? [editline]02:24PM[/editline] Your .vdf should be [code]"Plugin" { "file" "..\tf\addons\metamod\bin\server.dll" } [/code]
Well, it just randomly started working, I'll try again to see if it just decided to work.
[QUOTE=Jimbomcb;21981906]Where did the slash between the .. and tf go? [editline]02:24PM[/editline] Your .vdf should be [code]"Plugin" { "file" "..\tf\addons\metamod\bin\server.dll" } [/code][/QUOTE] This.
[QUOTE=ferdam;21985580]This.[/QUOTE] The funny thing is that my VDF is still the same, without the/ between the ... and tf, and it is working.
Sorry, you need to Log In to post a reply to this thread.