AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Snippets and Tutorials (https://forums.alliedmods.net/forumdisplay.php?f=112)
-   -   How turn off Stats. (https://forums.alliedmods.net/showthread.php?t=91068)

koshmel 04-26-2009 06:16

How turn off Stats.
 
I have fun server TF2. sometimes players get 10000 damage as record.
i want turnoff steam stats on server.

Cooltad 04-26-2009 12:41

Re: How turn off Stats.
 
sv_cheats 1.

koshmel 04-26-2009 16:13

Re: How turn off Stats.
 
and then block all cheats?)
and masterserver will hide my server in his list.
bad way

strontiumdog 04-27-2009 12:43

Re: How turn off Stats.
 
http://forums.alliedmods.net/showthread.php?t=68805

This turns on sv_cheats yet can be set to block all the commands....

Downtown1 04-27-2009 12:45

Re: How turn off Stats.
 
Quote:

Originally Posted by koshmel (Post 814970)
and then block all cheats?)
and masterserver will hide my server in his list.
bad way

Bolded for emphasis.

Cooltad 04-27-2009 15:51

Re: How turn off Stats.
 
Actually, maybe someone could email gabe and they can just implement it themselves via cvar.

Also, for the masterserver hiding you..

sm_cvar sv_tags ""

Cooltad 05-11-2009 03:31

Re: How turn off Stats.
 
Update. I found a useful thing to add to the command line parameters for srcd.exe that disables stats:
-nogamestats

BrutalGoerge 05-11-2009 03:54

Re: How turn off Stats.
 
Quote:

Originally Posted by Cooltad (Post 825351)
Update. I found a useful thing to add to the command line parameters for srcd.exe that disables stats:
-nogamestats

i think that blocks the gameplay stats being uploaded to valve for their stats section (heat maps, player data, map data, etc) and not the individual player stats.
I could be wrong though.

DontWannaName 05-11-2009 04:17

Re: How turn off Stats.
 
Theres no way to stop player stats last time I heard. That command was an unconfirmed fix to stop stats being uploaded to valve.

Cooltad 05-11-2009 06:37

Re: How turn off Stats.
 
Quote:

Originally Posted by DontWannaName (Post 825366)
Theres no way to stop player stats last time I heard. That command was an unconfirmed fix to stop stats being uploaded to valve.

tf_stats_track 0 (it's a cvar)
Not protected or private..and entering it in console without the 0 returns a default value along with a description.
It might work, haven't taken the time to fully test it. But it won't hurt to add it along with the previous command-line one.


All times are GMT -4. The time now is 17:11.

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