AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [TF2] tDetailWinPanel v0.0.3 (2012-06-10) (https://forums.alliedmods.net/showthread.php?t=187199)

Thrawn2 06-10-2012 05:27

[TF2] tDetailWinPanel v0.0.3 (2012-06-10)
 
2 Attachment(s)
Description
This plugin replaces the default winpanel from standard rounds with the one from arena mode.
This means:
  • no score display (but sorted by score)
  • but instead: kills, damage, healing and lifetime
  • for both teams.

Configuration
You can disable this plugin by setting sm_tdetailwinpanel_enable to 0.

Some notes
  • This has been requested here.
  • I couldn't really test this without a few players on a server, so i am expecting a few bugs here and there, mostly regarding score/kills/healing/lifetime tracking.
  • This requires smlib and sdkhooks for compilation, though none of them are required for running.

humbugtheman 06-10-2012 07:06

Re: [TF2] tDetailWinPanel v0.0.1 (2012-06-10)
 
Nice! I much prefer the arena scoreboard.

Root_ 06-10-2012 07:37

Re: [TF2] tDetailWinPanel v0.0.1 (2012-06-10)
 
very nice! always wanted this plugin!

AeroAcrobat 06-10-2012 07:46

Re: [TF2] tDetailWinPanel v0.0.1 (2012-06-10)
 
I've tested it on my server and works good.
Will test it on all servers with different GameMods.
Thanks! :)

Smarmy 06-10-2012 10:35

Re: [TF2] tDetailWinPanel v0.0.2 (2012-06-10)
 
Thanks a lot thrawn. Will be putting this to good use :P

Smarmy 06-10-2012 17:23

Re: [TF2] tDetailWinPanel v0.0.2 (2012-06-10)
 
Only issue I've noticed so far is when we win a round, like on Dustbowl, the announcer will say "Flawless victory, now do it again"

That's really being picky though, but that's all I've noticed.

Smarmy 06-11-2012 11:45

Re: [TF2] tDetailWinPanel v0.0.2 (2012-06-10)
 
Okay not sure what has caused it, but now the win panel is completely gone.

SpideyFusion 06-14-2012 05:42

Re: [TF2] tDetailWinPanel v0.0.2 (2012-06-10)
 
I installed this on my community's servers and left a feedback thread for the people on the forums and they seem to love it so far. The only issue that some people noticed is that it doesn't sort by the overall score, but instead by kills.

Here's the post from one of our members that noticed this:

Quote:

Originally Posted by Mithos Riot
That is the point I am making, medics are a very important part of the game. While some people don't care about score, most people do. If people didn't want to play medic before, I assure you, even less will go medic if they will never show up on the MVP list.

I just played a quick round to show that it doesn't sort MVPs how it used to.

In the following screenshots you will see that the top three score gains were expl0sive! with 16, Mithos Riot with 12 and Hawk Eye with 11. You will see in the MVP list that I didn't show up at all since I got no kills because I was medicing. Gravity, who was also medic, gained more points that OMGWTFBBQ (8 points vs 7 Points), even though he wouldn't have shown up since he was 4th in points over all, he scored more than the MVP# 3.


Round Start:
http://i.imgur.com/ia9c8l.jpg

Round End:
http://i.imgur.com/9GsPMl.jpg

MVP for that Round:
http://i.imgur.com/Be0cxl.jpg

Looking at the plugin's source code it looks like m_iScore doesn't return the proper value. Have you tried using this instead?

Code:

TF2_GetPlayerResourceData(client, TFResource_TotalScore);
Great work on this so far!

Smarmy 06-14-2012 07:36

Re: [TF2] tDetailWinPanel v0.0.2 (2012-06-10)
 
Yeah I got a complaint about this as well.

Thrawn2 06-14-2012 08:13

Re: [TF2] tDetailWinPanel v0.0.2 (2012-06-10)
 
Quote:

Originally Posted by SpideyFusion (Post 1728489)
Looking at the plugin's source code it looks like m_iScore doesn't return the proper value.

Very possible that i screwed something up there. Thanks for reporting and suggesting TF2_GetPlayerResourceData - totally forgot about that. I'll have another look at this.

edit: please rescale/remove the screens ;)


All times are GMT -4. The time now is 20:58.

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