View Single Post
  #15  
Unread 11th February, 2006, 06:12 PM
dvbell dvbell is offline
Rampage
 
Join Date: Nov 2003
Posts: 54
Default Can't get "ServerAdsSE like messages" to work.

I'm trying to display messages during the game to players, but I can't get it to work yet. I must admit I really don't know anything about RSS. I believe I have followed the instructions exactly, but sometimes I am too exact. :-) Anyhow, here is what I've done so far.

These files are in the /System folder:
ServerExt.int ServerExtClientA.int ServerExtClientB_2.u
ServerExt.u ServerExtClientA.u ServerExtOL.u
ServerExt.ucl ServerExtClientB_2.int ServerFilters.ini

These entries are in the UT2004.ini file:

[TeamGO RSSFeedRecord]
rssEnabled=True
rssUpdateInterval=0
ChannelTitle=Custom entries
Entries=(Title="Remember: Let spawners hide.")
Entries=(Title="Please read the rules at: http://www.team-go.com/rules.htm")
Entries=(Title="Please: NO RUN & GUN. This is a sniping server.")
Entries=(Title="Don't follow people while spawning. Use the time to hide!")

[ServerExt.MutRSS]
bEnabled=True
bAnnounce=True
sExlusiveFeeds=
BrowserPortal=%clientpackage%.RSSBrowserPortal
BrowserMenu=%clientpackage%.MutRSSBrowser
WebQueryHandler=ServerExt.RSSWebQueryHandler
bBroadcastEnabled=True
fBroadcastDelay=60.000000
bInitialBroadcast=False
BroadcastMethod=BM_Sequential
iBroadcastMessages=2
iGroupSize=1
sBroadcastFormat=%title% [%ftitle%]
bInteractive=True
bBrowserEnabled=True
bUpdateEnabled=True
iDefUpdateInterval=45
RSSFeedRecordClassName=%clientpackage%.RSSFeedReco rd

I am running this as a mutator in UT2Vote51, i.e. mutator=ServerExt.MutRSS.
I can see the mutator in the WebAdmin. But, I never get any messages. Can someone tell me the part I've left out?

Thanks,

[GO]Doc
__________________
[GO]Doc
Reply With Quote