[SMART] Plugin AlternateScoreBoard v2.2

Moderators: vni, NADEO

User avatar
vni
Posts: 221
Joined: 02 Oct 2011, 09:56

[SMART] Plugin AlternateScoreBoard v2.2

Post by vni »

AlternateScoreBoard

This plugin displays an alternative scoreboard on the end of each round, including elo, points, donations, hits, kills, deaths... and it offers an option to add a buddy with just one click. You may edit the columns via the configuration file.

Image

Disconnected players get blurred..
Image

Note: The ASB is currently useful for Royal/Melee Mode only - even if it works on other modes.

Download/Install/Update
- Manual from http://SmartTool.org/plugins.php
- Ingame via /admin plugins

This plugin requires the latest version of LiveRankings

Note: This plugin is still beta and shows the top19 players only. There is also an option to disable the ASB in royalmode between each round and show it on the end of the map only.

Column Parameters:
%POSITION% - Position 1., 2., 3. ...
%NICKNAME%
%POINTS%
%KILLS%
%HITS%
%DEATHS%
%POLES%
%LADDERRANK%
%LADDERPOINTS%
%LADDERRATIO%
%ELO%
%TIMECONNECTED%
%LADDERPOINTSLASTMATCH%
%DONATIONS%
%PLANETAWARDS%
%COUNTRY%
%PERMISSIONS%
%VIRTUALPOINTS%
%REALPOINTS%
%CONNECTIONCOUNT%
%MOSTHITSINAROW%
%MOSTKILLSINAROW%
%ADDBUDDY% - Button to add so as buddy
%COUNTRYFLAG% - This shows the flag of the country
%FLAG% - This shows the flag of the client language
%HITRATIO% - The real hit/death ratio from the database
%KILLRATIO% - The real kill/death ratio from the database
%KILLSPERSECOND%
%KILLSPERMINUTE%
%KILLSPERHOUR%
%HITSPERSECOND%
%HITSSPERMINUTE%
%HITSSPERHOUR%
%DEATHSPERSECOND%
%DEATHSPERMINUTE%
%DEATHSPERHOUR%
%MAPSPLAYED%
%CUSTOM% - This will print out the value of the custom cell of the database
%CUSTOMR% - This will do the same as above but with number_format and 2 digits.

Changelog
v2.2:
- The marker for the own position can be disabled via the configuration file

v2.1:
- Added <out_of_tops> to display players out of the Top19. Note, this is nice but sucks performance. You might adjust the time for your loadscreens

v2.0:
- Fixed marker of own position

v1.9:
- Added several new column parameters, see info above.

v1.7 + v1.8:
- Fixed bug ASB showing up after pressing F7 twice
SMART - The smarter Servertool for Shootmania
Download SMART at http://smarttool.org
Changelog: here
Frequently Asked Questions: here

IRC: #smart @ QuakeNet (WebChat)
User avatar
Trabant74
Posts: 100
Joined: 16 Aug 2011, 22:59

Re: [SMART] Plugin AlternateScoreBoard v1.5

Post by Trabant74 »

Hi, it's a very nice table with detaild info, I like it. But we have 'a point of concern'. After the scoreboard is shown it takes to long before it disapears. Takes about 2-3-secs to long, so you walk out your spawn with the scoreboard still visible. I'm afraid it might take longer on very busy servers.
OS:Windows 7
CPU:Intel Core i5 4670 3.4 GHz
RAM:Corsair Vengeance 1600-8GB
GPU:MSI GeForce GTX 760 2GB
Motherboard:MSI Z87-G45 s1150
HDD(s):SSD Samsung 120
Sound:Sound Blaster SBX
Monitor:Asus VS248H
Peripherals:Razer DeathAdder (m), Logitech K200 (k)
User avatar
vni
Posts: 221
Joined: 02 Oct 2011, 09:56

Re: [SMART] Plugin AlternateScoreBoard v1.5

Post by vni »

It's not a bug, it's a feature :)

Because you need to see the "real" points after they were updated by the server. otherwise you'd always see the points of the last round.

Anyway - I will add a line to the configuration file where you can customize the time (currently 2sec).
SMART - The smarter Servertool for Shootmania
Download SMART at http://smarttool.org
Changelog: here
Frequently Asked Questions: here

IRC: #smart @ QuakeNet (WebChat)
User avatar
vni
Posts: 221
Joined: 02 Oct 2011, 09:56

Re: [SMART] Plugin AlternateScoreBoard v1.5

Post by vni »

See v1.6 and edit <wait_delay>1000</wait_delay>

You may now also set <match_scriptname> to enable some columns only on specific gamemodes

Example:

Code: Select all

		<column>
			<title>Points</title>
			<value>%POINTS%</value>
			<width>6</width>
			<padding>0</padding>
			<match_scriptname>Royal,Melee</match_scriptname>
		</column>
This will show the Points-Column only on Royal and Melee mode.
SMART - The smarter Servertool for Shootmania
Download SMART at http://smarttool.org
Changelog: here
Frequently Asked Questions: here

IRC: #smart @ QuakeNet (WebChat)
User avatar
Trabant74
Posts: 100
Joined: 16 Aug 2011, 22:59

Re: [SMART] Plugin AlternateScoreBoard v1.5

Post by Trabant74 »

vni wrote:It's not a bug, it's a feature :)
Didn't say is was a bug ;) Anyway, thx for clearing up an and the update :thumbsup:
OS:Windows 7
CPU:Intel Core i5 4670 3.4 GHz
RAM:Corsair Vengeance 1600-8GB
GPU:MSI GeForce GTX 760 2GB
Motherboard:MSI Z87-G45 s1150
HDD(s):SSD Samsung 120
Sound:Sound Blaster SBX
Monitor:Asus VS248H
Peripherals:Razer DeathAdder (m), Logitech K200 (k)
User avatar
sbone
Posts: 124
Joined: 03 Sep 2011, 11:41
Location: In the sky...
Contact:

Re: [SMART] Plugin AlternateScoreBoard v1.6

Post by sbone »

Hi,

please 2 things :
  • The ratio stats seems not to work. Always same ratio is displayed.
    Notice on several players.
  • When you remove some columns stats, it will leave a blank.
    Is it please possible to calculate position (in regard of colums numbers) to be always center ?
Thanks

@+
-- SbOne --
Public CSb1 portal : http://csb1.sbone.fr -/- Team CSb1 : http://sbone.fr
User avatar
vni
Posts: 221
Joined: 02 Oct 2011, 09:56

Re: [SMART] Plugin AlternateScoreBoard v1.6

Post by vni »

1) It's the ratio taken from the ladder atm. The local ratio will follow soon
2) yep, I'll put it on the list
SMART - The smarter Servertool for Shootmania
Download SMART at http://smarttool.org
Changelog: here
Frequently Asked Questions: here

IRC: #smart @ QuakeNet (WebChat)
Bladinium
Posts: 110
Joined: 07 Sep 2012, 14:35

Re: [SMART] Plugin AlternateScoreBoard v1.6

Post by Bladinium »

Is compatible TM2? =)=)=)
User avatar
vni
Posts: 221
Joined: 02 Oct 2011, 09:56

Re: [SMART] Plugin AlternateScoreBoard v1.6

Post by vni »

SMART is a Shootmania-Controller. Please post your TM-Requests to kapsubm at this forum, ty.
SMART - The smarter Servertool for Shootmania
Download SMART at http://smarttool.org
Changelog: here
Frequently Asked Questions: here

IRC: #smart @ QuakeNet (WebChat)
User avatar
vni
Posts: 221
Joined: 02 Oct 2011, 09:56

Re: [SMART] Plugin AlternateScoreBoard v1.9

Post by vni »

v1.9 is out with some more columns:

%COUNTRYFLAG% - This shows the flag of the country
%FLAG% - This shows the flag of the client language
%HITRATIO% - The real hit/death ratio from the database
%KILLRATIO% - The real kill/death ratio from the database
%KILLSPERSECOND%
%KILLSPERMINUTE%
%KILLSPERHOUR%
%HITSPERSECOND%
%HITSSPERMINUTE%
%HITSSPERHOUR%
%DEATHSPERSECOND%
%DEATHSPERMINUTE%
%DEATHSPERHOUR%
%MAPSPLAYED%
%CUSTOM% - This will print out the value of the custom cell of the database
%CUSTOMR% - This will do the same as above but with number_format and 2 digits.

Full list at the 1st post
SMART - The smarter Servertool for Shootmania
Download SMART at http://smarttool.org
Changelog: here
Frequently Asked Questions: here

IRC: #smart @ QuakeNet (WebChat)
Post Reply

Return to “SMART Servercontroller”

Who is online

Users browsing this forum: No registered users and 1 guest