
[WIP] Node UTStats 1.12C
-
- Inhuman
- Posts: 762
- Joined: Thu Jun 24, 2010 10:35 pm
- Personal rank: Retard
- Location: England
-
- Inhuman
- Posts: 762
- Joined: Thu Jun 24, 2010 10:35 pm
- Personal rank: Retard
- Location: England
Re: nodeJS UTStats
Video of a more updated match replay system:
vLCyvWL1jtQ
-----------------------edit--------------------
Added simple system for map background images for match replay, just need to create a .jpg with the same filenmae as the map minus .unr ;

vLCyvWL1jtQ
-----------------------edit--------------------
Added simple system for map background images for match replay, just need to create a .jpg with the same filenmae as the map minus .unr ;

-
- Inhuman
- Posts: 762
- Joined: Thu Jun 24, 2010 10:35 pm
- Personal rank: Retard
- Location: England
Re: nodeJS UTStats
Just a quick update.
This project isn't dead, the last few days I started recoding the server/import module from almost scratch, for better performance, better error handling, better management(making the code more readable and more ordered) , and make it easier to add new features without breaking other stuff.
When it's done I will upload it to my github.

There is also a test build running here if you want to looks at the very basic stuff: http://cut99.ddns.net:1337/
This project isn't dead, the last few days I started recoding the server/import module from almost scratch, for better performance, better error handling, better management(making the code more readable and more ordered) , and make it easier to add new features without breaking other stuff.
When it's done I will upload it to my github.

There is also a test build running here if you want to looks at the very basic stuff: http://cut99.ddns.net:1337/
-
- Inhuman
- Posts: 762
- Joined: Thu Jun 24, 2010 10:35 pm
- Personal rank: Retard
- Location: England
Re: nodeJS UTStats
I'm remaking the website module, a lot of the basic stuff is done and I've tried to make the website as easy as possible to change the style/colors:


-
- Inhuman
- Posts: 762
- Joined: Thu Jun 24, 2010 10:35 pm
- Personal rank: Retard
- Location: England
Re: nodeJS UTStats
Just a quick updated:
Teamgame match report page:

Assault match report page:

Domination:

Team kill performance graph with special events below it:

Team change history for a match:

------------edit---------------------
Added graphs for LMS games:

Teamgame match report page:

Assault match report page:

Domination:

Team kill performance graph with special events below it:

Team change history for a match:

------------edit---------------------
Added graphs for LMS games:

Last edited by UT Sniper (SJA94) on Sun Jun 02, 2019 10:58 pm, edited 1 time in total.
-
- Novice
- Posts: 3
- Joined: Mon Aug 27, 2018 9:15 pm
Re: nodeJS UTStats
Very NICE, great job! I too took on re-writing UT Stats for our server because quite frankly the script is out of date. My domain would not accept the deprecated MySql statements, but I love where your going with this using NodeJS!
-
- Inhuman
- Posts: 762
- Joined: Thu Jun 24, 2010 10:35 pm
- Personal rank: Retard
- Location: England
Re: nodeJS UTStats
I've been adding support for open graph so you get more detailed links when you share them on discord, facebook, and co.


-
- Adept
- Posts: 257
- Joined: Thu May 13, 2010 2:23 am
Re: nodeJS UTStats
Nice project! Are you using the UTStats UScript package or are you rewriting that from scratch too?
-
- Inhuman
- Posts: 762
- Joined: Thu Jun 24, 2010 10:35 pm
- Personal rank: Retard
- Location: England
Re: nodeJS UTStats
It currently uses the utstats actor, but it can work without it just wont have weapon stats and a few other things. I did have a little tinker with it so it saves player faces information to the log but dont use it, im a novice at uscript, even though uscript was the reason I became a programmer.anth wrote:Nice project! Are you using the UTStats UScript package or are you rewriting that from scratch too?
-----edit-----
it's worth noting the current website I'm making will possibly be one of two different versions. I want to make a higher end version with react and other stuff for modern browsers.
------edit-----

------------edit-----------------------------------------------
Ranking page:

Last edited by UT Sniper (SJA94) on Sun Jun 09, 2019 12:32 am, edited 1 time in total.
-
- Inhuman
- Posts: 852
- Joined: Wed Mar 12, 2008 7:14 pm
- Personal rank: I.T Master
- Location: New York
Re: nodeJS UTStats
looking forward to this release!
https://www.vulpinemission.com
Rocket-X8 FLY JETS!
MONSTERHUNT w/ NALI WEAPONS 3 + RX8
BUNNYTRACK NY
SNIPER DEATHMATCH
InstaGib + ComboGib + Jailbreak
ROSEBUM ROCKET-X RB






-
- Inhuman
- Posts: 762
- Joined: Thu Jun 24, 2010 10:35 pm
- Personal rank: Retard
- Location: England
-
- Average
- Posts: 62
- Joined: Wed Oct 03, 2018 3:02 pm
- Personal rank: The more the merrier
Re: nodeJS UTStats
My man... What a project!
yay for the color scheme!
Is it a replacement for the old Stats website for UT?
yay for the color scheme!
Is it a replacement for the old Stats website for UT?

-
- Inhuman
- Posts: 762
- Joined: Thu Jun 24, 2010 10:35 pm
- Personal rank: Retard
- Location: England
Re: nodeJS UTStats
It's a complete replacement of the old system, only thing that is the previous version is the UTStats server actor. I am thinking of doing this with php as well so people have a choice of if they want to use node.js or php. I do plan on making a discord bot for this system first before making the php version.captainepoch wrote:My man... What a project!
yay for the color scheme!
Is it a replacement for the old Stats website for UT?
I finished the records page last night, instead of having the best 1 player for each category like the old utstats system, you can view all top 5 on one page or search through all the records for x type.

----------------------------edit------------------
I added an option to ignore importing bot data.
I added an option to ignore importing duplicate logs.
I changed the process of storing the imported logs, now it moves it to /logs/imported/logs-<year>-<month>-<day>

-
- Average
- Posts: 62
- Joined: Wed Oct 03, 2018 3:02 pm
- Personal rank: The more the merrier
Re: nodeJS UTStats
Are you planning to open source this and doing a php version of the same thing you're doing with NodeJS? Man... I bow to you!UT Sniper (SJA94) wrote:It's a complete replacement of the old system, only thing that is the previous version is the UTStats server actor. I am thinking of doing this with php as well so people have a choice of if they want to use node.js or php. I do plan on making a discord bot for this system first before making the php version.captainepoch wrote:My man... What a project!
yay for the color scheme!
Is it a replacement for the old Stats website for UT?
If I can self-host this for my friend's server it'll be cool, because we can get angry with each other and try to win the other friends


-
- Inhuman
- Posts: 762
- Joined: Thu Jun 24, 2010 10:35 pm
- Personal rank: Retard
- Location: England
Re: nodeJS UTStats
captainepoch wrote:Are you planning to open source this and doing a php version of the same thing you're doing with NodeJS? Man... I bow to you!UT Sniper (SJA94) wrote:It's a complete replacement of the old system, only thing that is the previous version is the UTStats server actor. I am thinking of doing this with php as well so people have a choice of if they want to use node.js or php. I do plan on making a discord bot for this system first before making the php version.captainepoch wrote:My man... What a project!
yay for the color scheme!
Is it a replacement for the old Stats website for UT?
If I can self-host this for my friend's server it'll be cool, because we can get angry with each other and try to win the other friends
Yeah it will be open source, its on my github atm and I will upload to npm for easy installation. I had a coding binge last night until 4am where I created an install script that creates all the needed folders, databases and tables. There is a few things I need to do before release like making documentation on how to install and run the two modules.