Page 5 of 11

Re: nodeJS UTStats

Posted: Mon Sep 09, 2019 5:56 pm
by UT Sniper (SJA94)
Just a snap of one of the admin tools I've added, this one keeps track of map images, if the image file doesn't exist you will get a message saying what file is required.

Image


Faces is more updated then last sshot:

Image


More updated admin area:

Image

Re: nodeJS UTStats

Posted: Mon Sep 09, 2019 7:53 pm
by RocketJedi
the suspense is killing me cant wait for a release!!

Re: nodeJS UTStats

Posted: Sun Sep 15, 2019 4:49 am
by UT Sniper (SJA94)
Been updating the homepage a bit:

Image

Re: nodeJS UTStats

Posted: Wed Sep 25, 2019 12:37 pm
by UT Sniper (SJA94)
Been updating the records pages today, now you can search all time and match records separately, and more details are displayed compared with before:

Image

Image

Re: nodeJS UTStats

Posted: Thu Sep 26, 2019 12:37 pm
by UT Sniper (SJA94)
Added support for coop games, and siege games to screenshots:

Image
Siege (supports up to 4 teams):
Image



If you would like more scoreboards for different gametypes to be added just say, planning to do foodfight scoreboard later today.

Re: nodeJS UTStats

Posted: Thu Sep 26, 2019 12:47 pm
by esnesi
8) :gj: :gj: 8)

Re: nodeJS UTStats

Posted: Thu Sep 26, 2019 1:33 pm
by RocketJedi
UT Sniper (SJA94) wrote: Thu Sep 26, 2019 12:37 pm Added support for coop games, and siege games to screenshots:

Image
Siege (supports up to 4 teams):
Image



If you would like more scoreboards for different gametypes to be added just say, planning to do foodfight scoreboard later today.
I would liek to try out the mod ;)

Re: nodeJS UTStats

Posted: Fri Sep 27, 2019 12:20 pm
by UT Sniper (SJA94)
I've done some design tweaks today(more or less trying different layouts, and displaying data in different ways, i don't want the site to be just boring lists 90% of the time):

I changed the recent matches page to the design I tried on the homepage:
Image

Player profile page sshots:
Image

Image

Image

Re: nodeJS UTStats

Posted: Wed Oct 02, 2019 3:03 pm
by UT Sniper (SJA94)
I've added monster stats to player pages, there is now a new database table that keeps track of the totals of monster kills for each player of each monster, I have also fixed monsters not displaying on the home page.

Player page monster stats:
Image

I've also done more changes to the home page, the images for gametypes will probably change to ones specific to that gametype:

Image

I've also changed the design of the player search page:

Image

Re: [WIP] NodeUTStats Beta 1

Posted: Sun Oct 06, 2019 3:36 pm
by UT Sniper (SJA94)
I'm doing the first beta test release:

Note: Admin control panel is very basic at the moment with basic search and match delete.


Required packages for full functionality (read the individual readme files as they include other packages to install):
- Node UTStats Server module (this will be placed in one of your server directories)
- Node UTStats Website module (you can use one installation for many servers or have separate instances for different servers )

Once you have installed everything you should see the website running at port 1337 unless changed (www.example.com:1337), if you can't access it from outside the server you have to port forward the port number.

Supported gametypes:
- Deathmatch
- Team Deathmatch
- Capture the Flag
- Domination
- Last man standing
- Bunnytrack
- Monsterhunt
- Siege (basic support)
- Coop

Possible problems:
- Some custom monsterhunt gametypes may fail to import.
- .tmp files sometimes show errors while importing but are moved successfully.

Re: [WIP] NodeUTStats Beta 1

Posted: Sun Oct 06, 2019 6:49 pm
by RocketJedi
damn i don't have access to my servers windows login to perform the other installs :(

Re: [WIP] NodeUTStats Beta 1

Posted: Sun Oct 06, 2019 7:16 pm
by UT Sniper (SJA94)
Qwerty wrote: Sun Oct 06, 2019 6:49 pm damn i don't have access to my servers windows login to perform the other installs :(
This does work on Linux as well.

Re: [WIP] NodeUTStats Beta 1

Posted: Mon Oct 07, 2019 6:25 am
by Chamberly
I'll be borrowing this and double checking something. Thanks! :)

Re: [WIP] NodeUTStats Beta 1

Posted: Mon Oct 07, 2019 3:27 pm
by UT Sniper (SJA94)
Made a pack of map screenshots for the default ut dm maps.

DM map screenshots
Place the image files in public/files/maps on the website module.
- Default Deathmatch maps

Re: [WIP] NodeUTStats Beta 1

Posted: Mon Oct 07, 2019 10:31 pm
by RocketJedi
UT Sniper (SJA94) wrote: Sun Oct 06, 2019 7:16 pm
Qwerty wrote: Sun Oct 06, 2019 6:49 pm damn i don't have access to my servers windows login to perform the other installs :(
This does work on Linux as well.
any instructions on how to fully install? lets say on a VDS or shared hosted servers?