You are an unregistered user, you can register here
Navigation

Information

Site

Donations
If you wish to make a donation you can by clicking the image below.


 
Go Back   The Unreal Admins Page > Forums > Unreal Admins > General > Tips & Tutorials Followups

Closed Thread
 
Thread Tools Display Modes
  #1  
Unread 16th September, 2002, 10:35 AM
Azazel's Avatar
Azazel Azazel is offline
Administrator
 
Join Date: Jul 2002
Location: UK
Posts: 2,408
Default

Follow up thread for this tutorial
  #2  
Unread 18th September, 2002, 07:37 AM
teletoeffel teletoeffel is offline
Killing Spree
 
Join Date: Sep 2002
Location: germany.gif
Posts: 32
Default

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?tea m=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]
  #3  
Unread 18th September, 2002, 09:10 AM
Azazel's Avatar
Azazel Azazel is offline
Administrator
 
Join Date: Jul 2002
Location: UK
Posts: 2,408
Default

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
  #4  
Unread 18th September, 2002, 12:10 PM
teletoeffel teletoeffel is offline
Killing Spree
 
Join Date: Sep 2002
Location: germany.gif
Posts: 32
Default

That solved it!
  #5  
Unread 18th September, 2002, 12:35 PM
Azazel's Avatar
Azazel Azazel is offline
Administrator
 
Join Date: Jul 2002
Location: UK
Posts: 2,408
Default

:thup:
  #6  
Unread 24th September, 2002, 08:16 PM
Aimak Aimak is offline
Killing Spree
 
Join Date: Aug 2002
Location: Spaniard in Netherlands
Posts: 49
Default

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.MutZoomI nstagib 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?
  #7  
Unread 24th September, 2002, 10:35 PM
Azazel's Avatar
Azazel Azazel is offline
Administrator
 
Join Date: Jul 2002
Location: UK
Posts: 2,408
Default

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?
  #8  
Unread 27th September, 2002, 01:41 AM
Gaussian Gaussian is offline
Killing Spree
 
Join Date: Aug 2002
Location: Florida USA
Posts: 27
Default

Quote:
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
  #9  
Unread 5th November, 2002, 10:50 PM
Evolution Evolution is offline
Super Moderator
 
Join Date: Sep 2002
Location: USA.gif
Posts: 357
Default

I'm moving this topic to Followup for Server Administration Tutorial to reflect the updates to the tutorial.
__________________
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:19 AM.


 

All pages are copyright The Unreal Admins Page.
You may not copy any pages without our express permission.