PDA

View Full Version : UT2003 (Demo) - General Advice by Azazel


Azazel
16th September, 2002, 10:35 AM
Follow up thread for this tutorial

teletoeffel
18th September, 2002, 07:37 AM
On my Linux Box, I followed the tutorial, but can't activate the advanced webmin features.

Obviously, "'Class XAdmin.AccessControlIni" isn't found. Is it a typo? BTW: I put the XAdmin.ini file in the System directory.

teletoeffel

from the Log:

[code:1:13d1f54240]Level is Level BR-Anubis.myLevel
Bringing Level BR-Anubis.myLevel up for play (20) appSeconds: 16817535.525406...
InitGame: ?Name=Player?Class=Engine.Pawn?Character=Gorge?team=255?Translocator=True?bAutoNumBots=True
Failed to load 'Class XAdmin.AccessControlIni ': Failed to find object 'Class XAdmin.AccessControlIni '
SetAdminFromURL called
Base Mutator is BR-Anubis.DMMutator
GameInfo::InitGame : bEnableStatLogging False
Translocators: True
bAutoNumBots: True
TeamGame::InitGame : bBalanceTeams True
broadcast ping announcement.
MasterServerUplink: DoUplink is False, not connecting to Epic master server
Loading Game Types
Scanning and building mutator list
xWebAdmin.UTServerAdmin Initialized on Port 8888
xUtil::CacheLoad CachePlayers (0.015262 seconds)
Team AI is BR-Anubis.BombingRunTeamAI
Team AI is BR-Anubis.BombingRunTeamAI
0 ANTIPORTALS
Game engine initialized[/code:1:13d1f54240]

Azazel
18th September, 2002, 09:10 AM
In the log there seems to be 2 spaces after the line you need:

Failed to load 'Class XAdmin.AccessControlIni ': Failed to find object 'Class XAdmin.AccessControlIni '

That should read (if it was an error):

Failed to load 'Class XAdmin.AccessControlIni': Failed to find object 'Class XAdmin.AccessControlIni'

Check your ini file to see theres no spaces at the end

teletoeffel
18th September, 2002, 12:10 PM
:) That solved it!

Azazel
18th September, 2002, 12:35 PM
:thup:

Aimak
24th September, 2002, 08:16 PM
After following the tutorial, that is pretty easy ;), i have found what seems to be two bugs ??? using WebAdmin:
[list:e18fcd8cb3][*:e18fcd8cb3] Is not possible to change the mutator list, at least not in my linux server.[*:e18fcd8cb3] Is not possible to create new users accounts, so probably the tutorial should be updated then with that caveat.[/list:u:e18fcd8cb3]

Can someone confirm them, thanks :)

{Edited}
As a plus, I post here my first insights about the mutator problem commented above.

I use the following console command to start the server:
[code:1:e18fcd8cb3]./ucc server CTF-Citadel?game=XGame.xCTFGame?Mutator=XGame.MutZoomInstagib ini=server.ini log=server.log[/code:1:e18fcd8cb3]

and I see this from the console output:
[code:1:e18fcd8cb3]
(...)
Admins & Groups Management Loaded
Extra Privileges Loaded
Base Mutator is CTF-Citadel.DMMutator
Mutators XGame.MutZoomInstagib
Add mutator XGame.MutZoomInstagib
GameInfo::InitGame : bEnableStatLogging False
(...)
[/code:1:e18fcd8cb3]
WebAdmin shows that InstaGib mutator is loaded. Then, I add the LowGrav mutator and restart the level.
From the console ouput I see the following:
[code:1:e18fcd8cb3]
Server switch level: CTF-Citadel?game=XGame.xCTFGame?mutator=0,1
(...)
Admins & Groups Management Loaded
Extra Privileges Loaded
Base Mutator is CTF-Citadel.DMMutator
Mutators 0,1
Add mutator 0
Failed to load 'NULL': Can't resolve package name
Failed to load 'Class None.0': Can't resolve package name
Add mutator 1
Failed to load 'NULL': Can't resolve package name
Failed to load 'Class None.1': Can't resolve package name
GameInfo::InitGame : bEnableStatLogging False
(...)
[/code:1:e18fcd8cb3]

What do you people think of that mutators 0,1 line?

Azazel
24th September, 2002, 10:35 PM
1 bug in the demo is mutators not sticking on map change when set in webadmin.
Thats known and is being fixed :)

Users & Groups is covered in the tutorial as well
Another bug which is being fixed :)

I'm guessing both are fixed for the Gold release ... is that right Evolution?

Gaussian
27th September, 2002, 01:41 AM
What ports are required to be open?
Add all ports from your server port up to +10 above eg. 7777-7787
Also 28902 for the master browser.

I noticed that in fact ucc.exe was opening 11 ports higher than my 1st UDP port. Notice that I started my server on 7770 and ucc.exe opened a port on 7781. Im not sure about that UDP port 10777 though, I went ahead and opened that up on my router/firewall too, just in case :)



UCC.exe:1800 UDP -UT2003-:7770 *:*
UCC.exe:1800 UDP -UT2003-:7771 *:*
UCC.exe:1800 UDP -UT2003-:7780 *:*
UCC.exe:1800 UDP -UT2003-:7781 *:*
UCC.exe:1800 UDP -UT2003-:10777 *:*
UCC.exe:1800 TCP -UT2003-:1164 -UT2003-:0 LISTENING
UCC.exe:1800 TCP -UT2003-:9999 -UT2003-:0 LISTENING
UCC.exe:1800 TCP -ut2003-:1164 ut2003master1.epicgames.com:28902 ESTABLISHED



-G

Evolution
5th November, 2002, 10:50 PM
I'm moving this topic to Followup for Server Administration Tutorial (http://www.unrealadmin.org/modules.php?name=Forums&file=viewtopic&t=581) to reflect the updates to the tutorial.