Unreal Tournament - Server does not show the number of players
Problem Description
Issue
I’m running the Unreal Tournament server, no matter if players join from LAN or outside I don’t see numbers of players. Additional Unreal Tournament Remote Webserver shows correctly the number of players. I tried to restart the server and instance - no change. Analytics also does not show nothing.
Reproduction Steps
Run the server
People joins (LAN or WAN)
I’m still seeing 0/12 (I have 12 players avaliable to join)
Does the server log player joins and leaves? That’s the only way AMP can track it. At the moment the template is not set up to look for any relevant log lines
When you asked about the logs entry I started to check it and I don’t see any specific entry for leaving the server.
Only join requests are appearing:
Level server received: JOIN
…*
Join succeeded: Player1*
In UT Server console (Remote Server Admin) those information are appearing for current session:
(Event) Player1 entered the game.
(Event) Malakai entered the game.
(Event) Arachne entered the game.
(Event) Kosak entered the game.
(Event) Player1 left the game.
(Event) Rhea entered the game.*
EDIT:
Question: Are those information are also written somewhere ?