View Single Post
  #22  
Unread 7th July, 2008, 06:51 PM
lort lort is offline
Rampage
 
Join Date: Sep 2006
Posts: 63
Default

Quote:
Originally Posted by adminthis View Post
The uplink can be set under [IpServer.UdpServerUplink].

Code:
[IpServer.UdpServerUplink]
DoUplink=True
The webserver can be enabled under [UWeb.WebServer].

Code:
[UWeb.WebServer]
bEnabled=True
ListenPort=1234
Where ListenPort is the port the webserver runs on (e.g.: http://my.servers.ip.address:1234).

Also, it's not necessary to change the LocalMap= entry. Simply launch your server using the RunServer.bat file and have a look. Even without DoUplink set, you could still verify if it worked by manually connecting to your server's IP address.
OK the Uplink WAS set to true already.

[UWeb.WebServer]
Applications[0]=UTServerAdmin.UTServerAdmin
ApplicationPaths[0]=/ServerAdmin
Applications[1]=UTServerAdmin.UTImageServer
ApplicationPaths[1]=/images
DefaultApplication=0
bEnabled=True <-----------------------WAS set auto default
ListenPort=1234

As far as the "DoUplink" there is no such line in that ini. I checked by means of Ctrl+f.

I had to add this to the ini and than it connected.

[IpServer.UdpServerUplink]
DoUplink=True
UpdateMinutes=1
MasterServerAddress=
MasterServerPort=27900
Region=0

I tried my cammand line and the web admin didn't show. Server worked but no Instagib with my line.

I tried your line and it worked.

@echo off
ucc server CTF-Face.unr?Game=Botpack.ctfgame?mutator=Botpack.Inst aGibDM

There were no powerups nor healt present though.

Anyway that test worked. Yeah

I'll try others now may need your help so don't go away. I'll do it later in eve.

Thank You
__________________
www.wingselite.com


Reply With Quote