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 > Front Page > News > UnrealAdmin.org > UT2004

Reply
Thread Tools Display Modes
  #1  
Unread 28th December, 2005, 03:01 PM
elmuerte's Avatar
elmuerte elmuerte is offline
Administrator
 
Join Date: Oct 2002
Location: Netherlands
Posts: 823
Default ServerExt version 108 released

I've just released version 108 of ServerExt. This is mainly a bug fix release, check the "read more" for the changelog. It took me long enough to address some of these issue.

Documentation has moved to the UnrealAdminWiki. And bug or feature requests can be submitted in bug tracker, no guarantee I will address them.

Downloads:
__________________
Reply With Quote
  #2  
Unread 28th December, 2005, 03:43 PM
ApocDeath's Avatar
ApocDeath ApocDeath is offline
Unstoppable
 
Join Date: Oct 2002
Location: USA
Posts: 192
Default

Sweet! Thank you!
__________________
Clan Apoc: http://www.apoc.org
Reply With Quote
  #3  
Unread 29th December, 2005, 01:28 AM
VorteX VorteX is offline
Dominating
 
Join Date: Jul 2004
Posts: 141
Thumbs up

Quote:
[*] RSS: Added ability to edit the feed content through the webadmin
Was waiting for that, thanks!
Quote:
[*] ChatFilter+Stats chat log: Added workaround for UT2Vote's broken broadcast handler
I didn't know it was broken, I though it just took it over. (unless that was how it was broken... idk)

Thanks for the update El_Muerte.
__________________

"Any society that would give up a little liberty to gain a little security will deserve neither and lose both." -Benjamin Franklin
Reply With Quote
  #4  
Unread 29th December, 2005, 03:47 AM
sh0V3L sh0V3L is offline
Killing Spree
 
Join Date: Sep 2004
Posts: 34
Default

its not broken it just uses the old broadcast handler for varios reasons
__________________
sh0V3L
Reply With Quote
  #5  
Unread 29th December, 2005, 07:14 AM
elmuerte's Avatar
elmuerte elmuerte is offline
Administrator
 
Join Date: Oct 2002
Location: Netherlands
Posts: 823
Default

Quote:
Originally Posted by sh0V3L
its not broken it just uses the old broadcast handler for varios reasons
It breaks part of the functionality, so it is broken.
__________________
Reply With Quote
  #6  
Unread 29th December, 2005, 05:47 PM
everyone's Avatar
everyone everyone is offline
Forum Newcomer
 
Join Date: Aug 2005
Location: germany
Posts: 14
Default

[Engine.GameEngine]
ServerActors=ServerExt.SlotManager
^^Not found in your Documenation,
I've added it to my ini.
But I cant connect to the server with UTV-Server using spec-slot.....
Im running the server with AccessControlClass=XAdmin.AccessControlIni
Slots are available....
Both Server running V3369.

Any Idea? Thank you.......
Reply With Quote
  #7  
Unread 29th December, 2005, 06:27 PM
elmuerte's Avatar
elmuerte elmuerte is offline
Administrator
 
Join Date: Oct 2002
Location: Netherlands
Posts: 823
Default

Quote:
Originally Posted by everyone
[Engine.GameEngine]
ServerActors=ServerExt.SlotManager
^^Not found in your Documenation,
I've added it to my ini.
But I cant connect to the server with UTV-Server using spec-slot.....
Im running the server with AccessControlClass=XAdmin.AccessControlIni
Slots are available....
Both Server running V3369.

Any Idea? Thank you.......
There's a very good reason that's not in the documentation. Because you shouldn't do that, simply because it doesn't do anything. To install ReservedSlots you should follow these instructions

In your case this would be:
Code:
[Engine.GameInfo]
AccessControlClass=ServerExt.ReservedSlotsIni
__________________
Reply With Quote
  #8  
Unread 29th December, 2005, 07:12 PM
everyone's Avatar
everyone everyone is offline
Forum Newcomer
 
Join Date: Aug 2005
Location: germany
Posts: 14
Default

...done!
but now the Slotmanager in Webadmin is not available....
Reply With Quote
  #9  
Unread 29th December, 2005, 08:04 PM
elmuerte's Avatar
elmuerte elmuerte is offline
Administrator
 
Join Date: Oct 2002
Location: Netherlands
Posts: 823
Default

do you have the following in your ini?
Code:
[ServerExt.ReservedSlots]
SlotManagerClasses=ServerExt.SlotManager
or no [ServerExt.ReservedSlots] section at all, either should work
__________________
Reply With Quote
  #10  
Unread 29th December, 2005, 08:55 PM
everyone's Avatar
everyone everyone is offline
Forum Newcomer
 
Join Date: Aug 2005
Location: germany
Posts: 14
Default

my first config was:
[ServerExt.ReservedSlotsIni]
SlotManagerClasses=ServerExt.SlotManager
and the serveractor activatet

without severactor and
[ServerExt.ReservedSlots]
SlotManagerClasses=ServerExt.SlotManager

there is again no webadmin-slotmanager

for me, the first version works, but i dont know about insecure or system errors. in my configuration for my gametype is MaxSpectators=0. i think this is the problem. if i want to connect via utv, the maxspectators value must be >0. may be it was my wrong thinking, how to handle reserved slots. i want to disallow spectators, only utv can join....

Last edited by everyone : 29th December, 2005 at 08:58 PM.
Reply With Quote
  #11  
Unread 29th December, 2005, 09:54 PM
elmuerte's Avatar
elmuerte elmuerte is offline
Administrator
 
Join Date: Oct 2002
Location: Netherlands
Posts: 823
Default

remove the [ServerExt.ReservedSlots] and [ServerExt.ReservedSlotsIni] sections completely
also check the log file for messages concerning the reservedslots
__________________
Reply With Quote
  #12  
Unread 29th December, 2005, 10:12 PM
everyone's Avatar
everyone everyone is offline
Forum Newcomer
 
Join Date: Aug 2005
Location: germany
Posts: 14
Default

Quote:
Originally Posted by El_Muerte
remove the [ServerExt.ReservedSlots] and [ServerExt.ReservedSlotsIni] sections completely
also check the log file for messages concerning the reservedslots
Removed above lines with serveractor active:

1.
server.log:
SlotManager: Loaded slot manager: 1 slots configured
ChatFilter: Loading Chat Filter
........
and webadmin works
------------------------------------------
2.
without serveractor active=
no line in log and Webadmin/reservedSlots not active
Reply With Quote
  #13  
Unread 30th December, 2005, 11:32 AM
elmuerte's Avatar
elmuerte elmuerte is offline
Administrator
 
Join Date: Oct 2002
Location: Netherlands
Posts: 823
Default

If you do not see the line
Code:
Loading ReserverSlots ...
You installed it incorrectly.

(damn, a typo in my code )
__________________
Reply With Quote
  #14  
Unread 30th December, 2005, 03:17 PM
ShiningSquirrel ShiningSquirrel is offline
Holy Shit!!
 
Join Date: Mar 2004
Posts: 740
Default

Quote:
Originally Posted by El_Muerte
I've just released version 108 of ServerExt.
FYI, your link to your site and the ServerExt page is broken, your missing the "T" in ut2004.

Thanks for a great package.
Reply With Quote
  #15  
Unread 31st December, 2005, 06:10 AM
everyone's Avatar
everyone everyone is offline
Forum Newcomer
 
Join Date: Aug 2005
Location: germany
Posts: 14
Default

omg.....
i didn't comment out the Xadmin......
AccessControlClass=ServerExt.ReservedSlotsIni
;AccessControlClass=XAdmin.AccessControlIni

now everything works fine.

i have to learn reading documentations....
i'm sorry....
Reply With Quote
  #16  
Unread 31st December, 2005, 06:39 AM
VorteX VorteX is offline
Dominating
 
Join Date: Jul 2004
Posts: 141
Default

Hey El_Muerte,

Is there a way to change how long the messages are displayed for??
The messages go by kinda fast so you dont have much of a chance to read them. I looked through the documentation and cant find anything... unless im blind
__________________

"Any society that would give up a little liberty to gain a little security will deserve neither and lose both." -Benjamin Franklin
Reply With Quote
  #17  
Unread 31st December, 2005, 11:19 AM
elmuerte's Avatar
elmuerte elmuerte is offline
Administrator
 
Join Date: Oct 2002
Location: Netherlands
Posts: 823
Default

no, not possible. It's because they are displayed as normal messages just like any other message.
__________________
Reply With Quote
  #18  
Unread 31st December, 2005, 10:00 PM
RockStar RockStar is offline
Forum Newcomer
 
Join Date: Feb 2005
Posts: 11
Default

Is playerdump still packaged with this?
Reply With Quote
  #19  
Unread 1st January, 2006, 12:33 PM
elmuerte's Avatar
elmuerte elmuerte is offline
Administrator
 
Join Date: Oct 2002
Location: Netherlands
Posts: 823
Default

Quote:
Originally Posted by RockStar
Is playerdump still packaged with this?
yes
__________________
Reply With Quote
  #20  
Unread 1st January, 2006, 02:46 PM
rapmoc's Avatar
rapmoc rapmoc is offline
Unstoppable
 
Join Date: Nov 2004
Location: Bavaria
Posts: 197
Default

Quote:
Originally Posted by El_Muerte
And bug or feature requests can be submitted in bug tracker, no guarantee I will address them.
My forum account isn't working at mantis. "Access Denied."

Will the bugtracker used for more projects?
Reply With Quote
Reply


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 06:02 AM.


 

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