Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Renegade Discussions » Mod Release Forum » [BRPLUGIN] fds_status_reporter
[BRPLUGIN] fds_status_reporter [message #483554] Sat, 21 September 2013 23:00 Go to next message
Gen_Blacky is currently offline  Gen_Blacky
Messages: 3250
Registered: September 2006
Karma: 1
General (3 Stars)
Update to work with newer versions of brenbot.
unsure of actual compatibility with br1.53 untested.

# FDS Status Reporter plugin for BRenBot 1.51 by Daniel Paul
# Reports the status of the FDS to an FTP location automatically by
# uploading a .txt file. Processing the raw data is up to the website
#
#
# Version 1.05 modified by genblacky br 1.54 B230
# Updated the plugin to use plugin::getBrVersion br 1.53 
# Removed backwards compatibility, doesn't use gamelog. 


Example output log

GSA
C&C_Volcano.mix
0
0
1
0
20
0.09.44
63
name	NOD	0	0	0	16	0
name2	GDI	0	0	0	20	0


Server Status output
serverMode
Map
gdiPlayers
gdiPoints
nodPlayers
nodPoints
maxPlayers
timeRemaining
sfps

Player list output
name side score kills deaths ping kd

Can be used to create something like this

http://kicsigaming.dyndns.org/tmxranks/fdsstatus/




http://s18.postimage.org/jc6qbn4k9/bricks3.png

[Updated on: Sat, 21 September 2013 23:05]

Report message to a moderator

Re: [BRPLUGIN] fds_status_reporter [message #483555 is a reply to message #483554] Sun, 22 September 2013 00:29 Go to previous messageGo to next message
zunnie is currently offline  zunnie
Messages: 2959
Registered: September 2003
Location: Netherlands
Karma: 0
General (2 Stars)

Nice.

https://multiplayerforums.com/uploads/monthly_2018_03/TCW2_Signature.png.6236a0dbc6e1e53472a18fe8cd15e47b.png
Re: [BRPLUGIN] fds_status_reporter [message #488692 is a reply to message #483554] Thu, 17 July 2014 16:13 Go to previous messageGo to next message
Xpert is currently offline  Xpert
Messages: 1588
Registered: December 2005
Location: New York City
Karma: 0
General (1 Star)
Tested it with 1.53. It makes the file in BR folder but it doesn't seem to upload the file to the FTP Dont Get It

http://i32.photobucket.com/albums/d42/XpertMaverick/xpertyankee.jpg

Creator of NetGuard, an IRC network regulator.
Developer of the CloudyServ 0.982-X project.
Developer of the CloudyServ Ren-X bot.

Part time streamer - https://twitch.tv/gg_wonder
Re: [BRPLUGIN] fds_status_reporter [message #488696 is a reply to message #483554] Thu, 17 July 2014 17:13 Go to previous messageGo to next message
Ethenal is currently offline  Ethenal
Messages: 2532
Registered: January 2007
Location: US of A
Karma: 0
General (2 Stars)

If I recall BRenBot is no longer compiled with Net::FTP by default, which isn't required by anything internal to BRenBot, but is required by that particular plugin. Do you get any errors on your console?

-TLS-DJ-EYE-K wrote on Mon, 18 March 2013 07:29

Instead of showing us that u aren't more inteligent than a Toast, maybe you should start becomming good in renegade Thumbs Up

Re: [BRPLUGIN] fds_status_reporter [message #488698 is a reply to message #488696] Thu, 17 July 2014 20:49 Go to previous messageGo to next message
Xpert is currently offline  Xpert
Messages: 1588
Registered: December 2005
Location: New York City
Karma: 0
General (1 Star)
Ethenal wrote on Thu, 17 July 2014 20:13

If I recall BRenBot is no longer compiled with Net::FTP by default, which isn't required by anything internal to BRenBot, but is required by that particular plugin. Do you get any errors on your console?


The only thing I get from it when loaded is this

"Loading plugin fds_status_reporter... Use of a tied on a handle without * us deprecated at XML/Parser/Expat.pm line 447"


http://i32.photobucket.com/albums/d42/XpertMaverick/xpertyankee.jpg

Creator of NetGuard, an IRC network regulator.
Developer of the CloudyServ 0.982-X project.
Developer of the CloudyServ Ren-X bot.

Part time streamer - https://twitch.tv/gg_wonder
Re: [BRPLUGIN] fds_status_reporter [message #488701 is a reply to message #483554] Fri, 18 July 2014 00:07 Go to previous messageGo to next message
ExEric3 is currently offline  ExEric3
Messages: 742
Registered: February 2005
Location: Slovakia
Karma: 0
Colonel
Install Perl and put that missing modules to Plugin dir in BRenBot.

I think it was some FTP.pm file but not sure. When I will be at home I will look on it.

[Updated on: Fri, 18 July 2014 00:12]

Report message to a moderator

Re: [BRPLUGIN] fds_status_reporter [message #488702 is a reply to message #483554] Fri, 18 July 2014 00:38 Go to previous messageGo to next message
Xpert is currently offline  Xpert
Messages: 1588
Registered: December 2005
Location: New York City
Karma: 0
General (1 Star)
I fixed problem. My FTP url started with ftp://

Apparently that breaks it so I made it ftp.link.net



Well I can say it works for 1.53 then.


http://i32.photobucket.com/albums/d42/XpertMaverick/xpertyankee.jpg

Creator of NetGuard, an IRC network regulator.
Developer of the CloudyServ 0.982-X project.
Developer of the CloudyServ Ren-X bot.

Part time streamer - https://twitch.tv/gg_wonder
Re: [BRPLUGIN] fds_status_reporter [message #488704 is a reply to message #483554] Fri, 18 July 2014 05:19 Go to previous messageGo to next message
Ethenal is currently offline  Ethenal
Messages: 2532
Registered: January 2007
Location: US of A
Karma: 0
General (2 Stars)

Oh, you're actually using an older version that still has it compiled in I think... the new ones don't. At least, I think - I don't know what configuration DP compiles BR with. I just know that if you follow the instructions in the SVN to set up the compilation environment, you don't get Net::FTP without downloading it from CPAN.

-TLS-DJ-EYE-K wrote on Mon, 18 March 2013 07:29

Instead of showing us that u aren't more inteligent than a Toast, maybe you should start becomming good in renegade Thumbs Up

Re: [BRPLUGIN] fds_status_reporter [message #488705 is a reply to message #488704] Fri, 18 July 2014 07:11 Go to previous messageGo to next message
danpaul88 is currently offline  danpaul88
Messages: 5795
Registered: June 2004
Location: England
Karma: 0
General (5 Stars)
Ethenal wrote on Fri, 18 July 2014 13:19

Oh, you're actually using an older version that still has it compiled in I think... the new ones don't. At least, I think - I don't know what configuration DP compiles BR with. I just know that if you follow the instructions in the SVN to set up the compilation environment, you don't get Net::FTP without downloading it from CPAN.


That's why newer plugins that require Net::FTP include it in their zip file / svn directory Smile


http://steamsignature.com/card/1/76561197975867233.png
Re: [BRPLUGIN] fds_status_reporter [message #488708 is a reply to message #488702] Fri, 18 July 2014 08:51 Go to previous messageGo to next message
ExEric3 is currently offline  ExEric3
Messages: 742
Registered: February 2005
Location: Slovakia
Karma: 0
Colonel
Xpert wrote on Fri, 18 July 2014 09:38

I fixed problem. My FTP url started with ftp://

Apparently that breaks it so I made it ftp.link.net

Well I can say it works for 1.53 then.


Try extract it to plugins dir maybe it will help with that url issue.
  • Attachment: plugins.zip
    (Size: 417.01KB, Downloaded 62 times)
Re: [BRPLUGIN] fds_status_reporter [message #488712 is a reply to message #488708] Fri, 18 July 2014 10:44 Go to previous messageGo to next message
Xpert is currently offline  Xpert
Messages: 1588
Registered: December 2005
Location: New York City
Karma: 0
General (1 Star)
ExEric3 wrote on Fri, 18 July 2014 11:51

Xpert wrote on Fri, 18 July 2014 09:38

I fixed problem. My FTP url started with ftp://

Apparently that breaks it so I made it ftp.link.net

Well I can say it works for 1.53 then.


Try extract it to plugins dir maybe it will help with that url issue.


I just said I fixed the problem lol...


http://i32.photobucket.com/albums/d42/XpertMaverick/xpertyankee.jpg

Creator of NetGuard, an IRC network regulator.
Developer of the CloudyServ 0.982-X project.
Developer of the CloudyServ Ren-X bot.

Part time streamer - https://twitch.tv/gg_wonder
Re: [BRPLUGIN] fds_status_reporter [message #488729 is a reply to message #483554] Sat, 19 July 2014 07:38 Go to previous message
danpaul88 is currently offline  danpaul88
Messages: 5795
Registered: June 2004
Location: England
Karma: 0
General (5 Stars)
I've updated the copy on the BRenBot SVN to 1.54 standards and added a copy of net::ftp which can be installed to the plugin directory alongside it.

http://steamsignature.com/card/1/76561197975867233.png
Previous Topic: Dragonade 1.6.1
Next Topic: Dragonade 1.6.2
Goto Forum:
  


Current Time: Thu Mar 28 07:56:30 MST 2024

Total time taken to generate the page: 0.00890 seconds