-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Live View - Non-team games show 'Unknown Team' #44
Comments
Interesting. Do you know would the same apply to games without teams like HL DeathMatch? If it's set does everyone get put in the same team, eg., called DeathMatch To fix this type of one: https://hlstatsx.basemod.net/hlstats.php?game=hl2mp&mode=servers&server_id=22 |
AHH. Perfect. Sorry, yes, you said that in our first post. @stylez1989 can you give that a try when you get back? |
I'm back, Let me take a look at a few of your tags and get back to you. |
So i have set the team code to "Unassigned" and Teamname "Deathmatch" and applied the settings and restarted the Daemon, the only thing i saw different was showing the view as all in a grey color but still shows "unknown team" |
I actually figured out the issue, for Half-Life Deathmatch, We don't have teams, They go as "models" What i noticed was the "Unknown team" would have 2,3 people with the same model under that list then someone with a different "model" will be by them self with "Unknown team" as another category. I tested this by using a model "Santa" and had my self and 2 of my bots with the same model which then detected it and changed it to "Santa" for those players with that model name. The problem is, people come in with custom models which I won't know the model number but show up as a generic model if us players didn't have that model. Is there a way just to eliminate the "Team" code completely since it will not work this way? I believe that is what GameMe did for the Half-life servers and just added a section to remove the "teams" code. |
Interesting. I'd be surprised if someone's not come across this before. Have you checked the AlliedMod's HLStatsX forum? Looks like 'Unknown Team' is set here This loop seems to render the team table row, perhaps removing the loop will force all the players into one block. But neither the above feels like a elegant fix. |
I made some changes, I was able to comment out some of the things, just couldn't figure out which one removes the blank space as Team total |
Perhaps reach out to these folks, their hl1dm stats seem to have just one team https://hlstatsx.hldm.org/hlstats.php?game=valve |
But to remove the entire bottom team line in one go. Change this line to It will then look like this |
#41
The text was updated successfully, but these errors were encountered: