Raised This Month: $12 Target: $400
 3% 

[TF2] Mann vs Machine update is out!


Post New Thread Reply   
 
Thread Tools Display Modes
Horsedick
AlliedModders Donor
Join Date: Sep 2011
Old 08-19-2012 , 11:07   Re: [TF2] Mann vs Machine update is out!
Reply With Quote #41

Quote:
Originally Posted by mau5 View Post
this means i cant host with 20slots anymore ):
nope - 32 players only.
Horsedick is offline
Regis
Member
Join Date: Sep 2009
Old 08-19-2012 , 16:40   Re: [TF2] Mann vs Machine update is out!
Reply With Quote #42

Quote:
Originally Posted by Horsedick View Post
nope - 32 players only.
I just gave the solution on the last page, you override the command "exit" and suddenly your server can't shut down.

It's written as a native plugin though.

Your console becomes an infinite number of lines of this

Code:
You must set maxplayers to 32 to host Mann vs. Machine
Unknown command "exit"

Last edited by Regis; 08-19-2012 at 16:40.
Regis is offline
dylstew
Senior Member
Join Date: Jul 2011
Old 08-20-2012 , 04:55   Re: [TF2] Mann vs Machine update is out!
Reply With Quote #43

Quote:
Originally Posted by Eyelanderules View Post
1.5.0 Dev sense the night of the update and server has not crashed once even opening SM menu works fine for me.
How did you make it not crash with sourcemod?
dylstew is offline
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 08-21-2012 , 09:25   Re: [TF2] Mann vs Machine update is out!
Reply With Quote #44

Valve's going to release TF2 update today that addresses the most important problems people are experiencing:
  • String table overflow
  • Player counts in the server browser useless / meaningless in MvM
  • Server and client crash on map change when player was being healed by dispenser
  • Matchmaking connecting players to out-of-date servers
  • General improvements to matchmaking throughput and match quality.
__________________
xPaw is offline
Skizerz
Junior Member
Join Date: Jul 2012
Old 08-21-2012 , 20:03   Re: [TF2] Mann vs Machine update is out!
Reply With Quote #45

Quote:
Originally Posted by Regis View Post
Nevermind all that had to be done was override the "exit" console command to do nothing.
Could you possibly link me to a tutorial/instructions on how to override the exit command? And please don't lmgtfy.com, i tried. Or if you could somehow just give me a file i can just drop into my server, that'd work too.
Skizerz is offline
Russianeer
SourceMod Donor
Join Date: Feb 2011
Old 08-21-2012 , 20:42   Re: [TF2] Mann vs Machine update is out!
Reply With Quote #46

Quote:
Originally Posted by Regis View Post
I just gave the solution on the last page, you override the command "exit" and suddenly your server can't shut down.

It's written as a native plugin though.

Your console becomes an infinite number of lines of this

Code:
You must set maxplayers to 32 to host Mann vs. Machine
Unknown command "exit"
That's such an absolutely best and bug-free method that you can use.

Last edited by Russianeer; 08-21-2012 at 20:43.
Russianeer is offline
wildd
SourceMod Donor
Join Date: Jun 2011
Location: Latvia, Riga
Old 08-22-2012 , 06:40   Re: [TF2] Mann vs Machine update is out!
Reply With Quote #47

I am the only one on whos server, when players start vote to "Restart map", after successful vote all players lose their connection to server for a while? And need to rejoin manually?

Any fix for this?
wildd is offline
natinusala
Junior Member
Join Date: Sep 2012
Old 09-03-2012 , 08:43   Re: [TF2] Mann vs Machine update is out!
Reply With Quote #48

Quote:
Originally Posted by Skizerz View Post
Could you possibly link me to a tutorial/instructions on how to override the exit command? And please don't lmgtfy.com, i tried. Or if you could somehow just give me a file i can just drop into my server, that'd work too.
Here is a plugin for SourceMod which do what Regis said : REMOVED

Your console is insanely spammed of "You must set maxplayers to 32 to host Mann vs. Machine" but it works well.

Last edited by asherkin; 09-03-2012 at 08:50. Reason: Removed binary, no source code.
natinusala is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 09-03-2012 , 08:47   Re: [TF2] Mann vs Machine update is out!
Reply With Quote #49

Quote:
Originally Posted by natinusala View Post
Here is a plugin for SourceMod which do what Regis said
You can't distribute SourceMod plugin binaries without the corresponding source code.

EDIT: DO NOT restore the link again, you will be banned.
__________________

Last edited by asherkin; 09-03-2012 at 08:51.
asherkin is offline
natinusala
Junior Member
Join Date: Sep 2012
Old 09-03-2012 , 09:05   Re: [TF2] Mann vs Machine update is out!
Reply With Quote #50

So I have to publish the source code ? Right, here it is :

Quote:
#include <sourcemod>

public Plugin:myinfo =
{
name = "MvMenabler",
author = "natinusala",
description = "Enable MvM on little servers!",
version = "1",
url = "wedontcare"
};

public OnPluginStart()
{
RegServerCmd("exit", Command_exit)
}

public Action:Command_exit(args)
{
return Plugin_Handled
}
natinusala is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:08.


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