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

[TF2] 10vM (Ten Mann vs Machine) (v1.1, 10/29/2012)


Post New Thread Reply   
 
Thread Tools Display Modes
SilentBr
Veteran Member
Join Date: Jan 2009
Old 05-22-2013 , 19:28   Re: [TF2] 10vM (Ten Mann vs Machine) (v1.1, 10/29/2012)
Reply With Quote #101

Quote:
Originally Posted by dr4ggy View Post
Are you calling it straight up and not passing it to screen or something? That will change the way it needs to be called.
I start my server in this way:

./srcds.sh

Code:
#!/bin/sh
screen -A -m -d -S tf-server-4 ./srcds_run -game tf +map mvm_bigrock +ip 0.0.0.0 -port 27016 +maxplayers 32 +threadpool_affinity 0 +host_thread_mode 2 +mat_queue_mode 2 | grep -v Setting\ sv_visiblemaxplayers\ to\ 6\ for\ MvM
By the way, do you know a way to fix when the number of slots goes to 5/5 4/4 .. 0/0

Thank you.
SilentBr is offline
dr4ggy
Junior Member
Join Date: May 2013
Old 06-03-2013 , 11:08   Re: [TF2] 10vM (Ten Mann vs Machine) (v1.1, 10/29/2012)
Reply With Quote #102

Quote:
Originally Posted by SilentBr View Post
I start my server in this way:

./srcds.sh

Code:
#!/bin/sh
screen -A -m -d -S tf-server-4 ./srcds_run -game tf +map mvm_bigrock +ip 0.0.0.0 -port 27016 +maxplayers 32 +threadpool_affinity 0 +host_thread_mode 2 +mat_queue_mode 2 | grep -v Setting\ sv_visiblemaxplayers\ to\ 6\ for\ MvM
Sorry, I forgot about this thread...

screen only runs one command, so when you add grep to it, it's grepping the screen session, and not the srcds_run command. To do this you have to pass it as one command using "sh -c"

example:

Code:
#!/bin/sh
screen -A -m -d -S tf-server-4 sh -c "./srcds_run -game tf +map mvm_bigrock +ip 0.0.0.0 -port 27016 +maxplayers 32 +threadpool_affinity 0 +host_thread_mode 2 +mat_queue_mode 2 | grep -v Setting\ sv_visiblemaxplayers\ to\ [0-9]\ for\ MvM"

Quote:
Originally Posted by SilentBr View Post
By the way, do you know a way to fix when the number of slots goes to 5/5 4/4 .. 0/0
I don't know what you mean....sorry.
dr4ggy is offline
friagram
Veteran Member
Join Date: Sep 2012
Location: Silicon Valley
Old 06-03-2013 , 11:11   Re: [TF2] 10vM (Ten Mann vs Machine) (v1.1, 10/29/2012)
Reply With Quote #103

hadn't happened to me in ages, and then just the other day I saw it happen. I use 8 slots which is stable. 10 was way too crashy.

8/8
7/7
6/6
5/5

Kept dropping, took about 5 minutes to decline 5 slots. I was unable to set the player count manually, or by changing maps. Might be some weird engine bug or something. Had to restart the server.
__________________
Profile - Plugins
Add me on steam if you are seeking sp/map/model commissions.
friagram is offline
FlaminSarge
Veteran Member
Join Date: Jul 2010
Old 06-03-2013 , 11:15   Re: [TF2] 10vM (Ten Mann vs Machine) (v1.1, 10/29/2012)
Reply With Quote #104

Not a clue, I've run this with 20 people in the server and... nothing bad happened... if anything I'd think 20 would break, over 8.
__________________
Bread EOTL GunMettle Invasion Jungle Inferno will break everything. Don't even ask.

All plugins: Randomizer/GiveWeapon, ModelManager, etc.
Post in plugin threads with questions.
Steam is for playing games.
You will be fed to javalia otherwise.
Psyduck likes replays.
FlaminSarge is offline
Rads
AlliedModders Donor
Join Date: Feb 2008
Location: Achievement what
Old 06-03-2013 , 13:14   Re: [TF2] 10vM (Ten Mann vs Machine) (v1.1, 10/29/2012)
Reply With Quote #105

have to say i don't get that,
but i do get this buffer overflow in net message from time to time though im sure its something to do with valve playing about with this so called steampipe sh**
__________________
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
4UHost.UK - Global Hosting.
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Rads is offline
friagram
Veteran Member
Join Date: Sep 2012
Location: Silicon Valley
Old 06-04-2013 , 04:28   Re: [TF2] 10vM (Ten Mann vs Machine) (v1.1, 10/29/2012)
Reply With Quote #106

Quote:
Originally Posted by FlaminSarge View Post
Not a clue, I've run this with 20 people in the server and... nothing bad happened... if anything I'd think 20 would break, over 8.
Dunno, not really using anything super out of the ordinary. Have connect for reserved slots, perhaps that is interfering with it.
__________________
Profile - Plugins
Add me on steam if you are seeking sp/map/model commissions.
friagram is offline
captaindeterprimary
AlliedModders Donor
Join Date: Sep 2012
Old 06-04-2013 , 09:44   Re: [TF2] 10vM (Ten Mann vs Machine) (v1.1, 10/29/2012)
Reply With Quote #107

Quote:
Originally Posted by friagram View Post
hadn't happened to me in ages, and then just the other day I saw it happen. I use 8 slots which is stable. 10 was way too crashy.

8/8
7/7
6/6
5/5

Kept dropping, took about 5 minutes to decline 5 slots. I was unable to set the player count manually, or by changing maps. Might be some weird engine bug or something. Had to restart the server.
I also had this issue but its not the plugin, I have two wave 666 servers, one with and one with out this plugin, they both do that.

I however did notice that with the plugin running on a map/difficulty with a massive amount of robots being spawned that they stop spawning, like in wave 666 when the rapid fire demospam is supposed to spawn, the wave bots stop spawning however the support bots (snipers/spys) still spawn.
__________________
Last edited by ; Today at 08:20 AM. Reason: Get rid of s
captaindeterprimary is offline
friagram
Veteran Member
Join Date: Sep 2012
Location: Silicon Valley
Old 06-04-2013 , 12:26   Re: [TF2] 10vM (Ten Mann vs Machine) (v1.1, 10/29/2012)
Reply With Quote #108

Quote:
Originally Posted by vman315 View Post
I also had this issue but its not the plugin, I have two wave 666 servers, one with and one with out this plugin, they both do that.

I however did notice that with the plugin running on a map/difficulty with a massive amount of robots being spawned that they stop spawning, like in wave 666 when the rapid fire demospam is supposed to spawn, the wave bots stop spawning however the support bots (snipers/spys) still spawn.
This probably happens if you have replay or someone connecting by reserve slot and it fails to spawn a needed bot, because there are not enough player slots. Usually with 8 the server is about full, 28- 30/32' though i have seen it higher i think, not sure dont always pay attention. Also, spectators can probably mess with it too.
__________________
Profile - Plugins
Add me on steam if you are seeking sp/map/model commissions.

Last edited by friagram; 06-04-2013 at 12:28.
friagram is offline
captaindeterprimary
AlliedModders Donor
Join Date: Sep 2012
Old 06-04-2013 , 13:58   Re: [TF2] 10vM (Ten Mann vs Machine) (v1.1, 10/29/2012)
Reply With Quote #109

Quote:
Originally Posted by friagram View Post
This probably happens if you have replay or someone connecting by reserve slot and it fails to spawn a needed bot, because there are not enough player slots. Usually with 8 the server is about full, 28- 30/32' though i have seen it higher i think, not sure dont always pay attention. Also, spectators can probably mess with it too.
I don't have replay enabled on my servers, but I think it may be a problem that valve derped on something. I have mp_allowspectators 0.
__________________
Last edited by ; Today at 08:20 AM. Reason: Get rid of s

Last edited by captaindeterprimary; 06-04-2013 at 13:59.
captaindeterprimary is offline
FlaminSarge
Veteran Member
Join Date: Jul 2010
Old 06-04-2013 , 23:05   Re: [TF2] 10vM (Ten Mann vs Machine) (v1.1, 10/29/2012)
Reply With Quote #110

I'd try leaving that cvar at 1, since the plugin depends on the player joining spec to fix their money amount properly.
__________________
Bread EOTL GunMettle Invasion Jungle Inferno will break everything. Don't even ask.

All plugins: Randomizer/GiveWeapon, ModelManager, etc.
Post in plugin threads with questions.
Steam is for playing games.
You will be fed to javalia otherwise.
Psyduck likes replays.
FlaminSarge is offline
Reply


Thread Tools
Display Modes

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 14:45.


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