het lijkt erop alsof de webinterface er gewoon nog niet inzit ofzo.
Ik heb eens wat gezocht op internet over hoe UT dat deed en vond het volgende:
Enabling Web-based Remote Administration
Before you launch a dedicated server from the command line for the first time, you first need to edit your C:\UnrealTournament\System\UnrealTournament.ini file to enable WWW-based remote administration. The UT server has an internal webserver which is used to remotely administer the game, but it is disabled by default.
Open C:\UnrealTournament\System\UnrealTournament.ini with NotePad and find the following section:
[UWeb.WebServer]
Applications[0]=UTServerAdmin.UTServerAdmin
ApplicationPaths[0]=/ServerAdmin
bEnabled=False
Change the "bEnabled=False" line to read "bEnabled=True".
Should you need to change the port number the internal UT webserver runs on (eg if your server is already running another webserver such as IIS on port 80), add a new entry under [UWeb.WebServer] which says "ListenPort=8888", to run the UT webserver on the custom port number. Note that if you run multiple servers on the same machine (and bound to the same IP address), each webserver needs to be running on its own port number. More on this shortly.
Just below the [UWeb.WebServer] section is the [UTServerAdmin.UTServerAdmin] section. You need to change the username and password required to remotely admnister your UT server. If you leave your username and password set at the default values of admin and admin respectively, someone is sure to take control of your server and do evil things to your players.
Als ik dat op de oude build probeerde, crashte de game-server elke keer.
De huideige build geeft geen errors en op
http://127.0.0.1:8888 stond inderdaad iets [!]:
Object Moved
This document may be found
here [http://192.168.0.1:8888] dus.
Aleen op
http://192.168.0.1:8888 staat Diezelfde melding.
In me ded. server console staat dan
Failed to load 'UTServerAdmin': Can't find file for package 'UTServerAdmin'
Failed to load 'Class UTServerAdmin.UTServerAdmin': Can't find file for package
'UTServerAdmin'
Failed to load 'UTServerAdmin': Can't find file for package 'UTServerAdmin'
Failed to load 'Class UTServerAdmin.UTImageServer': Can't find file for package
'UTServerAdmin'
Ik vrees dat de hele webinterfees gewoon in die 3% zit die nog niet klaar is
Als ik de utserveradmin.u van de orginele UT pak krijg ik:
Failed to load 'Botpack': Can't find file for package 'Botpack'
Failed to load 'UTServerAdmin': Can't find file for package 'Botpack'
Failed to load 'Class UTServerAdmin.UTServerAdmin': Can't find file for package
'Botpack'
Failed to load 'Botpack': Can't find file for package 'Botpack'
Failed to load 'UTServerAdmin': Can't find file for package 'Botpack'
Failed to load 'Class UTServerAdmin.UTImageServer': Can't find file for package
'Botpack'
Dus dat gaat ook niet werken.