Posts: 32
Threads: 11
Joined: Sep 20, 2007
SourceOP breaks the menus of sourcemod in TF2. Is there a way to disable the SourceOP menus so they don't interfere with sourcemod? Also, enabling melee only mode in SourceOP tf2 causes the server to instantly crash.
Posts: 5,877
Threads: 182
Joined: Dec 11, 2004
What do you mean it breaks them? Like the Sourcemod menus never work or they just don't work when a SourceOP menu is up?
I'll check out that melee crash. Is it on Windows or is it Linux?
Posts: 32
Threads: 11
Joined: Sep 20, 2007
Drunken_F00l Wrote:What do you mean it breaks them? Like the Sourcemod menus never work or they just don't work when a SourceOP menu is up?
I'll check out that melee crash. Is it on Windows or is it Linux?
The sourcemod menus never work when SourceOP is loaded. The sourcemod menus do show up, but selecting anything on it causes the menu to close and re-open after a few seconds without the selected choice being done. I'm running SourceOP on Windows.
Posts: 5,877
Threads: 182
Joined: Dec 11, 2004
Thanks. I see the problem. Can you try replacing addons/SourceOP/lua/includes/menu.lua with this file:
http://www.sourceop.com/test/menu.lua
And also replace addons/SourceOP/lua/includes/modules/playercommand.lua with this file:
http://www.sourceop.com/test/playercommand.lua
Let me know if it fixes the issue or causes other issues. Thanks.
Posts: 32
Threads: 11
Joined: Sep 20, 2007
Drunken_F00l Wrote:Thanks. I see the problem. Can you try replacing addons/SourceOP/lua/includes/menu.lua with this file:
http://www.sourceop.com/test/menu.lua
And also replace addons/SourceOP/lua/includes/modules/playercommand.lua with this file:
http://www.sourceop.com/test/playercommand.lua
Let me know if it fixes the issue or causes other issues. Thanks.
I'm still having the same problem with the sourcemod menus using those files.
Posts: 5,877
Threads: 182
Joined: Dec 11, 2004
Yep, sorry. Try this playercommand.lua instead (with the menu.lua above):
http://www.sourceop.com/test/2/playercommand.lua
I've tried this one and it works for me.
Posts: 32
Threads: 11
Joined: Sep 20, 2007
Drunken_F00l Wrote:Yep, sorry. Try this playercommand.lua instead (with the menu.lua above):
http://www.sourceop.com/test/2/playercommand.lua
I've tried this one and it works for me.
Thanks. This file fixed the sourcemod menu, though my server crashes frequently with both sourcemod and SourceOP running. I'll try running SourceOP only for now.
Posts: 5,877
Threads: 182
Joined: Dec 11, 2004
I've fixed the melee only crash. You can get the fix by updating your DF_funcoffs.txt. See this thread:
http://www.sourceop.com/modules.php?name...pic&t=3898
Both fixes will be included in the next release.